Skip to content

Commit

Permalink
adding some extra output statements
Browse files Browse the repository at this point in the history
  • Loading branch information
dborges committed Apr 23, 2018
1 parent 59592fd commit ccb861f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,13 @@ func main() {
// Add delay here ?
time.Sleep(*delay)
}
message("success", "Done!!")
}
} else {
message("warn", "No creds to scan with")
}
} else {
message("warn", "No creds to scan with")
}
} else {
message("warn", "No hosts to scan")
Expand Down

0 comments on commit ccb861f

Please sign in to comment.