Question: Question 1 9 ( 2 points ) Netcat is a computer networking utility for reading from and writing to network connections using TCP or UDP.

Question 19(2 points)
Netcat is a computer networking utility for reading from and writing to network
connections using TCP or UDP. It can operate in multiple modes. To set up netcat to
be a persistent listener you should use which of the following command flags?
-pl
-p
-L
-1
Question 20(2 points)
What does the following command do?
$ nc - I -p [local port]> outfile
push infile to target IP address on the specified port
listen on local port, prep to push outfile
listen on local port, store the results in outfile
connect on target IP address on designated port and retrieve outfile
Question 21(2 points)
Which of the following commands would conduct a port scan verbosely using netcat
for Windows without resolving names?
$ nc-n10.10.10.101-150
$ nc10.10.10.101-150
$ nc-vvv-n10.10.10.101-150
$nc-vv-n10.10.10.101-150
Question 22(2 points)
E
During post-exploitation an attacker wants to pilfer information that can be sold or
used to exploit additional systems. Password representations are extremely
important. Where would you find password representations on Linux machines?
/etc/password
/etc/shadow
/etc/passwd
/etc/hashes
Question 1 9 ( 2 points ) Netcat is a computer

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!