What will the following scapy commands do?
Posted: Mon Aug 01, 2022 9:34 am
What will the following scapy commands do?
A. Perform a SYN-ACK scan against TCP ports 80 and 3080 on host 192.168.1.24.
B. Perform a SYN scan against ports 80 through 8080 for all hosts on the192.168.1.0/24 network.
C. Combine the answered and unanswered results of a previous scan into the sr(packet)variable.
D. Perform a SYN-ACK scan against TCP ports 80 and 8080 for all hosts on the192.16S.1.0/24 network.
A. Perform a SYN-ACK scan against TCP ports 80 and 3080 on host 192.168.1.24.
B. Perform a SYN scan against ports 80 through 8080 for all hosts on the192.168.1.0/24 network.
C. Combine the answered and unanswered results of a previous scan into the sr(packet)variable.
D. Perform a SYN-ACK scan against TCP ports 80 and 8080 for all hosts on the192.16S.1.0/24 network.