Update README.md

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

View File

@ -60,7 +60,7 @@ This will display help for the tool. Here are all the switches it supports.
| -o | File to save output result (optional) | nuclei -o output.txt |
| -silent | Show only found results in output | nuclei -silent |
| -retries | Number of times to retry a failed request (default 1) | nuclei -retries 1 |
| -t | Seconds to wait before timeout (default 5) | nuclei -t 5 |
| -timeout | Seconds to wait before timeout (default 5) | nuclei -timeout 5 |
| -v | Show Verbose output | nuclei -v |
| -version | Show version of nuclei | nuclei -version |