Created
February 25, 2020 09:02
-
-
Save ahhh/b665980caa75d94f58642a41316f8478 to your computer and use it in GitHub Desktop.
example msfconsole.rc from red team planning book
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spool /root/.msf4/spool.log | |
setg ConsoleLogging true | |
setg verbose true | |
setg LogLevel 5 | |
setg SessionLogging true | |
setg TimestampOutput true | |
setg PromptTimeFormat %Y%m%d.%H%M%S%z | |
setg PROMPT %T S:%S J:%J | |
setg ExitOnSession false | |
setg DisableCourtesyShell true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment