GIAC
GCIH · Question #734
GCIH Question #734: Real Exam Question with Answer & Explanation
Sign in or unlock GCIH to reveal the answer and full explanation for question #734. The question stem and answer options stay visible for context.
Vulnerability Exploitation & Privilege Escalation
Question
Which netcat command will listen on port 2222 for connections from a remote system (10.0.0.1)?
Options
- AC:>nc.exe > p 2222
- BC:>nc.exe 10.0.0.1 2222
- CC:>nc.exe -z -p 10.0.0.1 2222
- DC:>nc.exe -1-p 2222
Unlock GCIH to see the answer
You've previewed enough free GCIH questions. Unlock GCIH 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
#netcat#port listener#reverse shell#network tools