QuestionQ536
Scanning and MappingFor what purpose would the following netcat command be used?
nc -V -W2 -z -p 53 192.168.193.33 21-112
- A Configure host 192.168.193.33 to be a relay between two other systems
- B Set up a backdoor on host 192.168.193.33 that listens on port 53
- C Scan port 53 on 192.168.193.33 using a source port range of 21-112
- D Send packets with a DNS payload ranging in size from 21-112 bytes to host 192.168.193.33
- E Scan ports 21-112 on host 192.168.193.33 using source port of 53
Community Discussion