From bb5acc9072e5d0ff60780853a1b61722576ad3a8 Mon Sep 17 00:00:00 2001 From: bauthard <8293321+bauthard@users.noreply.github.com> Date: Sat, 6 Jun 2020 15:34:14 +0530 Subject: [PATCH] added CIRD support example in readme --- README.md | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0912da9..1aa5e87 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,8 @@ This will display help for the tool. Here are all the switches it supports. | -H | Custom Header input | httpx -H 'x-bug-bounty: hacker' | | -follow-redirects | Follow URL redirects (default false) | httpx -follow-redirects | | -http-proxy | URL of the proxy server | httpx -http-proxy hxxp://proxy-host:80 | -| -l | File containing host/urls to process | httpx -l hosts.txt | +| -l | File containing host/urls to process | httpx -l hosts.txt | +| -l | File containing CIDR to process | httpx -l cidr.txt | | -no-color | Disable colors in the output. | httpx -no-color | | -o | File to save output result (optional) | httpx -o output.txt | | -json | Prints all the probes in JSON format (default false) | httpx -json | @@ -173,6 +174,42 @@ https://api.hackerone.com https://support.hackerone.com ``` +### Running httpx with CIDR input + +```bash +root@b0x:~/# echo 173.0.84.0/24 | httpx + + __ __ __ _ __ + / /_ / /_/ /_____ | |/ / + / __ \/ __/ __/ __ \| / + / / / / /_/ /_/ /_/ / | +/_/ /_/\__/\__/ .___/_/|_| + /_/ + + projectdiscovery.io + +[WRN] Use with caution. You are responsible for your actions +[WRN] Developers assume no liability and are not responsible for any misuse or damage. +https://173.0.84.29 +https://173.0.84.43 +https://173.0.84.31 +https://173.0.84.44 +https://173.0.84.12 +https://173.0.84.4 +https://173.0.84.36 +https://173.0.84.45 +https://173.0.84.14 +https://173.0.84.25 +https://173.0.84.46 +https://173.0.84.24 +https://173.0.84.32 +https://173.0.84.9 +https://173.0.84.13 +https://173.0.84.6 +https://173.0.84.16 +https://173.0.84.34 +``` + ### Using httpX with subfinder/chaos and any other similar tool.