GIAC
GCIH · Question #500
Analyze the following command. What will this command do? $ nc -1 -p 443 -e /bin/csh
Sign in or unlock GCIH to reveal the answer and full explanation for question #500. The question stem and answer options stay visible for context.
Web Application Attacks & Post-Exploitation
Question
Analyze the following command. What will this command do? $ nc -1 -p 443 -e /bin/csh
Options
- AProvide an encrypted login shell to act as a proxy relay
- BConnect to port 443 of a remote host and provide a shell relay
- CImpersonate the HTTPS process and hide it using a shell process
- DListen on port 443 and return a shell to connecting hosts
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#bind shell#port 443#backdoor listener