install

来自「项目描述: Env_audit is a program that ferret」· 代码 · 共 19 行

TXT
19
字号
Secure shell has the ability to run a command remotely. This means it hasan environment we might want to audit. To use this test, you can leave env_audit exactly where it is. To trigger the audit, type:ssh machine_name env_auditThe results will be dumped to /tmp/env_audit.log. Just correct machine_name and use the full path to env_audit.If you want to set a controlling tty, add the -t commandline argument to ssh. To use a specific account, use the -l command line option. For example, to use nobody account and have a controlling tty, type this:ssh -t -l nobody machine_name env_audit* you need to know nobody's password.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?