Update README.md

dev
bauthard 2020-04-04 23:22:50 +05:30 committed by GitHub
parent 0c72168f3b
commit e147c170bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ This will display help for the tool. Here are all the switches it supports.
| -c | Number of concurrent requests (default 10) | nuclei -c 100 |
| -l | List of urls to run templates | nuclei -l urls.txt |
| -t | Templates input file/files to check across hosts | nuclei -t git-core.yaml |
| -t | Templates input file/files to check across hosts | nuclei -t templates/*.yaml |
| -t | Templates input file/files to check across hosts | nuclei -t "path/*.yaml" |
| -nC | Don't Use colors in output | nuclei -nC |
| -o | File to save output result (optional) | nuclei -o output.txt |
| -silent | Show only found results in output | nuclei -silent |