A cybersecurity student is learning about Netcat commands that could be used in a penetration testing engagement. The student wants to use Netcat as a port scanner. What command should be used?
- nc -nv <IP address> <Port>
- nc -lvp <port>
- nc -z <IP address> <port range>
- nc -nv <IP address> <input.txt>
Explanation & Hint: Several Netcat commands can be used in a penetration testing engagement. Some of them are the following:
|