mirror of https://github.com/daffainfo/nuclei.git
Update README.md
parent
0c72168f3b
commit
e147c170bd
|
@ -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 |
|
| -c | Number of concurrent requests (default 10) | nuclei -c 100 |
|
||||||
| -l | List of urls to run templates | nuclei -l urls.txt |
|
| -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 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 |
|
| -nC | Don't Use colors in output | nuclei -nC |
|
||||||
| -o | File to save output result (optional) | nuclei -o output.txt |
|
| -o | File to save output result (optional) | nuclei -o output.txt |
|
||||||
| -silent | Show only found results in output | nuclei -silent |
|
| -silent | Show only found results in output | nuclei -silent |
|
||||||
|
|
Loading…
Reference in New Issue