mirror of
https://github.com/projectdiscovery/httpx.git
synced 2024-11-24 13:14:01 +03:00
updating readme
This commit is contained in:
parent
4df291b4a5
commit
d22b33cb92
16
README.md
16
README.md
@ -47,11 +47,11 @@ httpx -h
|
||||
|
||||
This will display help for the tool. Here are all the switches it supports.
|
||||
|
||||
| Flag | Description | Example |
|
||||
|------------------- |-------------------------------------------------------|----------------------------------------------------|
|
||||
| Flag | Description | Example |
|
||||
|------------------------ |-------------------------------------------------------|----------------------------------------------------|
|
||||
| -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 |
|
||||
| -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 |
|
||||
| -l | File containing CIDR to process | httpx -l cidr.txt |
|
||||
@ -61,10 +61,10 @@ This will display help for the tool. Here are all the switches it supports.
|
||||
| -vhost | Probes to detect vhost from list of subdomains | httpx -vhost |
|
||||
| -threads | Number of threads (default 50) | httpx - threads 100 |
|
||||
| -ports | Ports ranges to probe (nmap syntax: eg 1,2-10,11) | httpx -ports 80,443,100-200 |
|
||||
| -title | Prints title of page if available | httpx -title |
|
||||
| -title | Prints title of page if available | httpx -title |
|
||||
| -content-length | Prints content length in the output | httpx -content-length |
|
||||
| -status-code | Prints status code in the output | httpx -status-code |
|
||||
| -web-server | Prints running web sever if available | httpx -web-server |
|
||||
| -status-code | Prints status code in the output | httpx -status-code |
|
||||
| -web-server | Prints running web sever if available | httpx -web-server |
|
||||
| -store-response | Store response as domain.txt | httpx -store-response |
|
||||
| -store-response-dir| Directory to store response (default current path) | httpx -store-response-dir output |
|
||||
| -retries | Number of retries | httpx -retries |
|
||||
@ -73,8 +73,8 @@ This will display help for the tool. Here are all the switches it supports.
|
||||
| -verbose | Verbose Mode | httpx -verbose |
|
||||
| -version | Prints current version of the httpx | httpx -version |
|
||||
| -x | Request Method (default 'GET') | httpx -x HEAD |
|
||||
| -response-in-stdout | Include response in stdout (only works with -json) | httpx -response-in-stdout |
|
||||
| -websocket | Prints if a websocket is exposed | httpx -websocket |
|
||||
| -response-in-json | Include response in stdout (only works with -json) | httpx -response-in-json |
|
||||
| -websocket | Prints if a websocket is exposed | httpx -websocket |
|
||||
|
||||
|
||||
# Installation Instructions
|
||||
|
Loading…
Reference in New Issue
Block a user