From 5f7636984dd1de84620158c63774e1485559cc0a Mon Sep 17 00:00:00 2001 From: bauthard <8293321+bauthard@users.noreply.github.com> Date: Mon, 1 Jun 2020 21:23:17 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 515d006..5becb8d 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,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 | | -http-proxy | URL of the proxy server | httpx -http-proxy hxxp://proxy-host:80 | -| -l | File containing host/urls to proces | httpx -l hosts.txt | +| -l | File containing host/urls to process | httpx -l hosts.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 |