hping3
Verified for current stable LTS
Hping3 Command: Scan Multiple Tcp Ports
Use for scan multiple tcp ports with Hping3. Exact CLI syntax to scan multiple tcp ports using Hping3.
When to use this: Use for scan multiple tcp ports with Hping3.
Command Syntax
hping3 -8 <80,3000,9000> -S <ip_or_hostname> hping3 -8 <80,3000,9000> -S <ip_or_hostname> Command Breakdown
-8- Command Option
- Tool-specific option used by this command invocation.
-S- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to scan multiple tcp ports using Hping3.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Hping3 Command: Ping Over Udp
hping3 -2 -p 80 -S <ip_or_hostname> Hping3 Command: Ping With Icmp hping3 -1 -c 4 <ip_or_hostname> Hping3 Command: Scan Tcp Port hping3 -V -S -p 80 -s 5090 <ip_or_hostname> Hping3 Command: Tcp Ack Scan hping3 -c <2> -V -p <80> -A <ip_or_hostname> Hping3 Command: Tcp Flood Test hping3 --flood -p 80 -S <ip_or_hostname>