Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

Commit

Permalink
fixed boy-hack#15
Browse files Browse the repository at this point in the history
  • Loading branch information
boy-hack committed Mar 24, 2022
1 parent dfa5695 commit f8065ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func (r *runner) RunEnumeration(ctx context.Context) {
case <-t.C:
r.printStatus()
if isLoadOver {
if r.hm.Length() == 0 {
if r.hm.Length() <= 0 {
gologger.Printf("\n")
gologger.Infof("扫描完毕")
return
Expand Down

0 comments on commit f8065ff

Please sign in to comment.