Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP-GET module no encoding username and password to NTLM string #989

Open
troland123 opened this issue Dec 11, 2024 · 0 comments
Open

HTTP-GET module no encoding username and password to NTLM string #989

troland123 opened this issue Dec 11, 2024 · 0 comments

Comments

@troland123
Copy link

"In the HTTP-GET module, NTLM encoding in Hydra ignores the entered usernames, passwords, and domain. It always encodes the same Net-NTLM string. I redirected Hydra through Burp Suite and captured the GET requests. The NTLM string did not change. Basic encoding worked fine. I tested versions 9.1 and 9.5 on both Windows and Kali Linux."

hydra -I -l admin -p password -V servername http-get '/:A=NTLM:F=401'
hydra -I -l admin -p password1 -V servername http-get '/:A=NTLM:F=401'

proxy intercept always:
GET / HTTP/1.1
Host: servername.com
Authorization: NTLM TlRMTVNTUAABAAAAB7IAAAAAAAAAAAAAAAAAAAAAAAA=
User-Agent: Mozilla/4.0 (Hydra)
Connection: keep-alive

I'm not sure if the switch -m domain should work, but it would be good if it performed the prefix DOMAIN.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant