readme update

dev
sandeep 2021-08-31 22:59:11 +05:30
parent 5525b0f404
commit 7b4803132d
1 changed files with 8 additions and 6 deletions

View File

@ -80,7 +80,7 @@ Nuclei is a fast, template based vulnerability scanner focusing
on extensive configurability, massive extensibility and ease of use. on extensive configurability, massive extensibility and ease of use.
Usage: Usage:
./nuclei [flags] nuclei [flags]
Flags: Flags:
TARGET: TARGET:
@ -100,7 +100,7 @@ FILTERING:
-etags, -exclude-tags string[] exclude templates with the provided tags -etags, -exclude-tags string[] exclude templates with the provided tags
-include-templates string[] templates to be executed even if they are excluded either by default or configuration -include-templates string[] templates to be executed even if they are excluded either by default or configuration
-exclude-templates, -exclude string[] template or template directory paths to exclude -exclude-templates, -exclude string[] template or template directory paths to exclude
-severity, -impact string[] execute templates that match the provided severities only -severity, -impact value[] Templates to run based on severity. Possible values: info, low, medium, high, critical
-author string[] execute templates that are (co-)created by the specified authors -author string[] execute templates that are (co-)created by the specified authors
OUTPUT: OUTPUT:
@ -111,7 +111,8 @@ OUTPUT:
-nc, -no-color disable output content coloring (ANSI escape codes) -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 don't display match metadata -nm, -no-meta don't display match metadata in CLI output
-nts, -no-timestamp don't display timestamp metadata in CLI output
-rdb, -report-db string local nuclei reporting database (always use this to persist report data) -rdb, -report-db string local nuclei reporting database (always use this to persist report data)
-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
@ -124,7 +125,7 @@ CONFIGURATIONS:
-r, -resolvers string file containing resolver list for nuclei -r, -resolvers string file containing resolver list for nuclei
-system-resolvers use system DNS resolving as error fallback -system-resolvers use system DNS resolving as error fallback
-passive enable passive HTTP response processing mode -passive enable passive HTTP response processing mode
-env-vars Enable environment variables support -env-vars enable environment variables support
INTERACTSH: INTERACTSH:
-no-interactsh do not use interactsh server for blind interaction polling -no-interactsh do not use interactsh server for blind interaction polling
@ -143,8 +144,9 @@ RATE-LIMIT:
OPTIMIZATIONS: OPTIMIZATIONS:
-timeout int time to wait in seconds before timeout (default 5) -timeout int time to wait in seconds before timeout (default 5)
-retries int number of times to retry a failed request (default 1) -retries int number of times to retry a failed request (default 1)
-max-host-error int max errors for a host before skipping from scan (default 30)
-project use a project folder to avoid sending same request multiple times -project use a project folder to avoid sending same request multiple times
-project-path string set a specific project path (default "/var/folders/ml/m31ysb5x73l1s3kjlyn5g4180000gn/T/") -project-path string set a specific project path (default "$TMPDIR/")
-spm, -stop-at-first-path stop processing HTTP requests after the first match (may break template/workflow logic) -spm, -stop-at-first-path stop processing HTTP requests after the first match (may break template/workflow logic)
HEADLESS: HEADLESS:
@ -165,7 +167,7 @@ DEBUG:
UPDATE: UPDATE:
-update update nuclei to the latest released version -update update nuclei to the latest released version
-ut, -update-templates update the community templates to latest released version -ut, -update-templates update the community templates to latest released version
-nut, -no-update-templates Do not check for nuclei-templates updates -nut, -no-update-templates do not check for nuclei-templates updates
-ud, -update-directory string overwrite the default nuclei-templates directory (default "$HOME/nuclei-templates") -ud, -update-directory string overwrite the default nuclei-templates directory (default "$HOME/nuclei-templates")
STATISTICS: STATISTICS: