Skip to content

Commit

Permalink
Merge pull request HackTricks-wiki#72 from 0xApt/patch-1
Browse files Browse the repository at this point in the history
Update password-spraying.md
  • Loading branch information
carlospolop authored Feb 3, 2021
2 parents fde2637 + 24a565c commit c5433b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions windows/active-directory-methodology/password-spraying.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,10 @@ or **spray** \(read next section\).

The best way is not to try with more than 5/7 passwords per account.

So you have to be very careful with password spraying because you could lockout accounts. To brute force taking this into mind, you can use _**spray:**_
So you have to be very careful with password spraying because you could lockout accounts. To brute force taking this into mind, you can use _**[spray](https://github.com/Greenwolf/Spray):**_

```bash
apt-get install spray
spray -smb <targetIP> <usernameList> <passwordList> <AttemptsPerLockoutPeriod> <LockoutPe
spray.sh -smb <targetIP> <usernameList> <passwordList> <AttemptsPerLockoutPeriod> <LockoutPeriodInMinutes> <DOMAIN>
```

## Outlook Web Access
Expand Down

0 comments on commit c5433b8

Please sign in to comment.