In hping3, which type of scan is performed with the -A option?

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

In hping3, which type of scan is performed with the -A option?

Explanation:
Using the ACK flag in hping3 creates an unsolicited TCP acknowledgment packet, which is used for an ACK scan. This type of scan isn’t about opening a connection; it tests how the target’s firewall or filtering treats stray ACKs. If a port is unfiltered, the target typically responds with a TCP RST; if the port is filtered, there may be no reply or an ICMP error. So -A corresponds to an ACK scan, aimed at mapping filtering behavior rather than whether a port is open or closed. Other scan types rely on different flags (SYN for a half-open SYN scan, FIN with FIN scans, UDP for UDP scans), which is why they aren’t produced by the -A option.

Using the ACK flag in hping3 creates an unsolicited TCP acknowledgment packet, which is used for an ACK scan. This type of scan isn’t about opening a connection; it tests how the target’s firewall or filtering treats stray ACKs. If a port is unfiltered, the target typically responds with a TCP RST; if the port is filtered, there may be no reply or an ICMP error. So -A corresponds to an ACK scan, aimed at mapping filtering behavior rather than whether a port is open or closed. Other scan types rely on different flags (SYN for a half-open SYN scan, FIN with FIN scans, UDP for UDP scans), which is why they aren’t produced by the -A option.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy