mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-22 23:05:24 +00:00
help menu update
This commit is contained in:
parent
55aa62d0f2
commit
f0eed66478
29
README.md
29
README.md
@ -125,6 +125,8 @@ OUTPUT:
|
|||||||
-o, -output string output file to write found issues/vulnerabilities
|
-o, -output string output file to write found issues/vulnerabilities
|
||||||
-sresp, -store-resp store all request/response passed through nuclei to output directory
|
-sresp, -store-resp store all request/response passed through nuclei to output directory
|
||||||
-srd, -store-resp-dir string store all request/response passed through nuclei to custom directory (default "output")
|
-srd, -store-resp-dir string store all request/response passed through nuclei to custom directory (default "output")
|
||||||
|
-silent display findings only
|
||||||
|
-nc, -no-color disable output content coloring (ANSI escape codes)
|
||||||
-json write output in JSONL(ines) format
|
-json write output in JSONL(ines) format
|
||||||
-irr, -include-rr include request/response pairs in the JSONL output (for findings only)
|
-irr, -include-rr include request/response pairs in the JSONL output (for findings only)
|
||||||
-nm, -no-meta disable printing result metadata in cli output
|
-nm, -no-meta disable printing result metadata in cli output
|
||||||
@ -133,8 +135,6 @@ OUTPUT:
|
|||||||
-ms, -matcher-status display match failure status
|
-ms, -matcher-status display match failure status
|
||||||
-me, -markdown-export string directory to export results in markdown format
|
-me, -markdown-export string directory to export results in markdown format
|
||||||
-se, -sarif-export string file to export results in SARIF format
|
-se, -sarif-export string file to export results in SARIF format
|
||||||
-silent display findings only
|
|
||||||
-nc, -no-color disable output content coloring (ANSI escape codes)
|
|
||||||
|
|
||||||
CONFIGURATIONS:
|
CONFIGURATIONS:
|
||||||
-config string path to the nuclei configuration file
|
-config string path to the nuclei configuration file
|
||||||
@ -189,18 +189,19 @@ HEADLESS:
|
|||||||
-sc, -system-chrome Use local installed chrome browser instead of nuclei installed
|
-sc, -system-chrome Use local installed chrome browser instead of nuclei installed
|
||||||
|
|
||||||
DEBUG:
|
DEBUG:
|
||||||
-debug display all requests and responses
|
-debug show all requests and responses
|
||||||
-dreq, -debug-req display all sent requests
|
-dreq, -debug-req show all sent requests
|
||||||
-dresp, -debug-resp display all received responses
|
-dresp, -debug-resp show all received responses
|
||||||
-p, -proxy string[] list of http/socks5 proxy to use (comma separated or file input)
|
-p, -proxy string[] list of http/socks5 proxy to use (comma separated or file input)
|
||||||
-pi, -proxy-internal proxy all internal requests
|
-pi, -proxy-internal proxy all internal requests
|
||||||
-tlog, -trace-log string file to write sent requests trace log
|
-tlog, -trace-log string file to write sent requests trace log
|
||||||
-elog, -error-log string file to write sent requests error log
|
-elog, -error-log string file to write sent requests error log
|
||||||
-version show nuclei version
|
-version show nuclei version
|
||||||
-v, -verbose show verbose output
|
-hm, -hang-monitor enable nuclei hang monitoring
|
||||||
-vv display templates loaded for scan
|
-v, -verbose show verbose output
|
||||||
-ep, -enable-pprof enable pprof debugging server
|
-vv display templates loaded for scan
|
||||||
-tv, -templates-version shows the version of the installed nuclei-templates
|
-ep, -enable-pprof enable pprof debugging server
|
||||||
|
-tv, -templates-version shows the version of the installed nuclei-templates
|
||||||
|
|
||||||
UPDATE:
|
UPDATE:
|
||||||
-update update nuclei engine to the latest released version
|
-update update nuclei engine to the latest released version
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user