httpx
Verified for current stable LTS
Httpx Command: Run Probe Hosts With Custom Ports And Timeout
Use for run probe hosts with custom ports and timeout with Httpx. Exact CLI syntax to run probe hosts with custom ports and timeout using Httpx.
When to use this: Use for run probe hosts with custom ports and timeout with Httpx.
Command Syntax
httpx -probe -u <host1,host2,...> -p http:<80,8000-8080>,https:<443,8443> -timeout <10> httpx -probe -u <host1,host2,...> -p http:<80,8000-8080>,https:<443,8443> -timeout <10> Command Breakdown
-probe- Command Option
- Tool-specific option used by this command invocation.
-u- Command Option
- Tool-specific option used by this command invocation.
-p- Command Option
- Tool-specific option used by this command invocation.
-timeout- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to run probe hosts with custom ports and timeout using Httpx.
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
Httpx Command: Rate Limited Probe Against Hosts From File
httpx -rl <150> -l <path/to/newline_separated_hosts_list> -td -rt Httpx Command: Run Probe Against Multiple Hosts With Status Code subfinder -d <example.com> | httpx -sc Httpx Command: Run Probe Against Url Host Ip httpx -probe -u <url|host|ipaddress|subnet_with_cidr> Httpx Command: Run Probe Against Url Host Ip Or Subnet httpx -probe -u <url|host|ipaddress|subnet_with_cidr> Httpx Command: Run Probe And Filter Out Certain Response Codes httpx -u <host1,host2,...> -fc <400,401,404>