A cybersecurity student is learning about Netcat commands that could be used in a penetration testing engagement. Which Netcat command is used to connect to a TCP port?
- 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:
|