mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 22:15:28 +00:00
readme update
This commit is contained in:
parent
49c5cca78b
commit
adaf46b30e
@ -185,6 +185,7 @@ DEBUG:
|
|||||||
-debug-req show all sent requests
|
-debug-req show all sent requests
|
||||||
-debug-resp show all received responses
|
-debug-resp show all received responses
|
||||||
-p, -proxy string[] List of HTTP(s)/SOCKS5 proxy to use (comma separated or file input)
|
-p, -proxy string[] List of HTTP(s)/SOCKS5 proxy to use (comma separated or file input)
|
||||||
|
-pi, -proxy-internal proxy all internal requests
|
||||||
-tlog, -trace-log string file to write sent requests trace log
|
-tlog, -trace-log string file to write sent requests trace log
|
||||||
-elog, -error-log string file to write sent requests error log
|
-elog, -error-log string file to write sent requests error log
|
||||||
-version show nuclei version
|
-version show nuclei version
|
||||||
|
|||||||
@ -189,7 +189,7 @@ on extensive configurability, massive extensibility and ease of use.`)
|
|||||||
flagSet.BoolVar(&options.DebugRequests, "debug-req", false, "show all sent requests"),
|
flagSet.BoolVar(&options.DebugRequests, "debug-req", false, "show all sent requests"),
|
||||||
flagSet.BoolVar(&options.DebugResponse, "debug-resp", false, "show all received responses"),
|
flagSet.BoolVar(&options.DebugResponse, "debug-resp", false, "show all received responses"),
|
||||||
flagSet.NormalizedOriginalStringSliceVarP(&options.Proxy, "proxy", "p", []string{}, "List of HTTP(s)/SOCKS5 proxy to use (comma separated or file input)"),
|
flagSet.NormalizedOriginalStringSliceVarP(&options.Proxy, "proxy", "p", []string{}, "List of HTTP(s)/SOCKS5 proxy to use (comma separated or file input)"),
|
||||||
flagSet.BoolVarP(&options.ProxyInternal, "proxy-internal", "pi", false, "Proxy all internal requests"),
|
flagSet.BoolVarP(&options.ProxyInternal, "proxy-internal", "pi", false, "proxy all internal requests"),
|
||||||
flagSet.StringVarP(&options.TraceLogFile, "trace-log", "tlog", "", "file to write sent requests trace log"),
|
flagSet.StringVarP(&options.TraceLogFile, "trace-log", "tlog", "", "file to write sent requests trace log"),
|
||||||
flagSet.StringVarP(&options.ErrorLogFile, "error-log", "elog", "", "file to write sent requests error log"),
|
flagSet.StringVarP(&options.ErrorLogFile, "error-log", "elog", "", "file to write sent requests error log"),
|
||||||
flagSet.BoolVar(&options.Version, "version", false, "show nuclei version"),
|
flagSet.BoolVar(&options.Version, "version", false, "show nuclei version"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user