Updated Readme with new flag

This commit is contained in:
Timo Müller 2020-06-08 08:20:35 +00:00 committed by GitHub
parent 60c045ca85
commit d1b88ea776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,7 @@ 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 |
| -follow-host-redirects | Follow URL redirects only when staying on the same host (default false) | httpx -follow-host-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 |
| -no-color | Disable colors in the output. | httpx -no-color |