Skip to content

Commit

Permalink
Fix password-spray attack example
Browse files Browse the repository at this point in the history
  • Loading branch information
carrrina committed Sep 13, 2023
1 parent 7b0758a commit ef93e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recon-enumeration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ usernames = [user1, user2]
passwords = [pass1, pass2]
username_attempts_per_period = 1
lockout_period = 5
We try, in this order: (pass1, user1), (pass2, user2), sleep(5), (pass1, user2), (pass2, user2)
We try, in this order: (pass1, user1), (pass1, user2), sleep(5), (pass2, user1), (pass2, user2)
```

### Credential Stuffing attack
Expand Down

0 comments on commit ef93e6f

Please sign in to comment.