mirror of https://github.com/daffainfo/nuclei.git
Misc fixes
parent
35bdde6be6
commit
4a96f95086
|
@ -25,6 +25,7 @@ func ParseOptions(options *types.Options) {
|
|||
// Show the user the banner
|
||||
showBanner()
|
||||
|
||||
options.ExcludeTags = append(options.ExcludeTags, "dos")
|
||||
if options.Version {
|
||||
gologger.Info().Msgf("Current Version: %s\n", Version)
|
||||
os.Exit(0)
|
||||
|
|
Loading…
Reference in New Issue