From 870a621f2e12e3e8bc79b93771d75e3cd1a89859 Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Sun, 19 May 2024 23:16:21 +0530 Subject: [PATCH] readme update --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a462253..03e006c 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ PROBES: -ip display host ip -cname display host cname -asn display host asn information - -cdn display cdn/waf in use + -cdn display cdn/waf in use (default true) -probe display probe status HEADLESS: @@ -139,7 +139,7 @@ MATCHERS: EXTRACTOR: -er, -extract-regex string[] display response content with matched regex - -ep, -extract-preset string[] display response content matched by a pre-defined regex (url,ipv4,mail) + -ep, -extract-preset string[] display response content matched by a pre-defined regex (mail,url,ipv4) FILTERS: -fc, -filter-code string filter response with specified status code (-fc 403,401) @@ -190,9 +190,11 @@ OUTPUT: -include-chain include redirect http chain in JSON output (-json only) -store-chain include http redirect chain in responses (-sr only) -svrc, -store-vision-recon-cluster include visual recon clusters (-ss and -sr only) + -pr, -protocol string protocol to use (unknown, http11) CONFIGURATIONS: -config string path to the httpx configuration file (default $HOME/.config/httpx/config.yaml) + -auth configure projectdiscovery cloud (pdcp) api key (default true) -r, -resolvers string[] list of custom resolver (file or comma separated) -allow string[] allowed list of IP/CIDR's to process (file or comma separated) -deny string[] denied list of IP/CIDR's to process (file or comma separated)