GIAC
GCIH · Question #401
When using a Netcat backdoor listener for shell access, what userID will the commands be executed as?
The correct answer is D. The user that ran the Netcat listener. Note that if you just run /bin/sh, actually logging in is not required. You are already logged in as the user who ran the Netcat listener.
Vulnerability Exploitation & Privilege Escalation
Question
When using a Netcat backdoor listener for shell access, what userID will the commands be executed as?
Options
- ARoot
- BThe nobody account
- CThe user that ran the Netcat client
- DThe user that ran the Netcat listener
How the community answered
(41 responses)- A7% (3)
- B2% (1)
- C2% (1)
- D88% (36)
Explanation
Note that if you just run /bin/sh, actually logging in is not required. You are already logged in as the user who ran the Netcat listener.
Topics
#Netcat#backdoor listener#shell access#user privileges
Community Discussion
No community discussion yet for this question.