Skip to content

Commit

Permalink
#6 temporary repair
Browse files Browse the repository at this point in the history
  • Loading branch information
veo committed Mar 21, 2022
1 parent e3f881f commit b3bb0ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/naabu/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ func (r *Runner) RunEnumeration() error {
r.wgscan.Wait()
_ = r.stats.Stop()
gologger.Info().Msg("Port scan over,web scan starting")
time.Sleep(time.Second * 2) // wait for the last scan to finish
r.httpxrun()

if r.options.WarmUpTime > 0 {
Expand Down

0 comments on commit b3bb0ef

Please sign in to comment.