No results found string update

This commit is contained in:
Ice3man543 2021-01-11 20:19:16 +05:30
parent 223122a7ed
commit d9c6eb0147

View File

@ -266,7 +266,7 @@ func (r *Runner) RunEnumeration() {
r.output.Close() r.output.Close()
os.Remove(r.options.Output) os.Remove(r.options.Output)
} }
gologger.Info().Msgf("No results found. Maybe try again...!") gologger.Info().Msgf("No results found. Better luck next time!")
} }
} }