removed space in options

dev
Mzack9999 2020-04-28 18:35:50 +02:00
parent 250b7c9d6c
commit 232382bc17
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ This will display help for the tool. Here are all the switches it supports.
| -timeout | Seconds to wait before timeout (default 5) | nuclei -timeout 5 |
| -v | Show Verbose output | nuclei -v |
| -version | Show version of nuclei | nuclei -version |
| - proxy-url | Proxy URL | nuclei -proxy-url http://this.is.a.proxy:8080 |
| - proxy-socks-url | Proxy Socks URL | nuclei -proxy-socks-url this.is.a.proxy.socks:9050 |
| -proxy-url | Proxy URL | nuclei -proxy-url http://this.is.a.proxy:8080 |
| -proxy-socks-url | Proxy Socks URL | nuclei -proxy-socks-url this.is.a.proxy.socks:9050 |
# Installation Instructions