install
来自「项目描述: Env_audit is a program that ferret」· 代码 · 共 14 行
TXT
14 行
To use this test, type the following from a command line to start thedaemon (correcting the pem file location & env_audit path): /usr/sbin/stunnel -s nobody -g nobody -D 7 -p /etc/ssl/certs/stunnel.pem -o /tmp/stunnel.log -P /tmp/stunnel.pid -d 2222 -l /full_path/env_audit -- env_auditThen in another window, trigger the audit like this: lynx https://localhost:2222Then look in /tmp/env_audit.log to see the results.NOTE: env_audit may have problems over-writing /tmp/env_audit.log. Itis suggested that you always delete it before running an audit.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?