Which hping3 command performs an ACK scan on port 80?

Prepare for the Certified Ethical Hacker Version 11 Exam with a comprehensive test featuring flashcards and multiple choice questions, each accompanied by hints and explanations to ensure a thorough understanding. Ace your ethical hacking exam with confidence!

Multiple Choice

Which hping3 command performs an ACK scan on port 80?

Explanation:
An ACK scan is done by sending TCP segments that have the ACK flag set, without trying to complete a full TCP handshake. In hping3, the -A option activates the ACK flag in the TCP header. So, the command hping3 -A 10.0.0.25 -p 80 sends an ACK packet to port 80 on that host. This kind of scan helps you infer firewall rules: if you receive a RST, the port is considered unfiltered; if you get no response, the port is likely filtered by a firewall or IDS. The other options aren’t ACK scans because they use different protocols or TCP flags (one uses ICMP, another uses UDP, and another uses a SYN with a timestamp, which is a SYN scan).

An ACK scan is done by sending TCP segments that have the ACK flag set, without trying to complete a full TCP handshake. In hping3, the -A option activates the ACK flag in the TCP header. So, the command hping3 -A 10.0.0.25 -p 80 sends an ACK packet to port 80 on that host. This kind of scan helps you infer firewall rules: if you receive a RST, the port is considered unfiltered; if you get no response, the port is likely filtered by a firewall or IDS. The other options aren’t ACK scans because they use different protocols or TCP flags (one uses ICMP, another uses UDP, and another uses a SYN with a timestamp, which is a SYN scan).

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy