Merge pull request #59 from projectdiscovery/docs-proxy

removed space in options
dev
Mzack9999 2020-04-28 18:36:24 +02:00 committed by GitHub
commit 9db778b017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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