Which hping3 command performs an ICMP ping to the host 10.0.0.25?

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 ICMP ping to the host 10.0.0.25?

Explanation:
Performing an ICMP ping with hping3 means using ICMP mode to send echo requests to the target. The option that activates ICMP mode is -1, so the command hping3 -1 10.0.0.25 sends ICMP Echo Request packets to 10.0.0.25. If the host is reachable and ICMP is allowed, you’ll receive Echo Replies, indicating basic reachability. The other forms shown switch to TCP or UDP behavior (for example, flags and ports relevant to those protocols) or target a different IP, so they don’t send ICMP Echo Requests to 10.0.0.25. Therefore, the ICMP ping to 10.0.0.25 is accomplished by the command that uses ICMP mode with the target address.

Performing an ICMP ping with hping3 means using ICMP mode to send echo requests to the target. The option that activates ICMP mode is -1, so the command hping3 -1 10.0.0.25 sends ICMP Echo Request packets to 10.0.0.25. If the host is reachable and ICMP is allowed, you’ll receive Echo Replies, indicating basic reachability.

The other forms shown switch to TCP or UDP behavior (for example, flags and ports relevant to those protocols) or target a different IP, so they don’t send ICMP Echo Requests to 10.0.0.25. Therefore, the ICMP ping to 10.0.0.25 is accomplished by the command that uses ICMP mode with the target address.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy