-
Notifications
You must be signed in to change notification settings - Fork 60
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
Feature Request - Support NTLMSSP/HTTP #4
Comments
We've talked about (and I have a basic shell of PoC code) for snarfing HTTP connections where the first of a series of keep-alive requests are authenticated with NTLM or SPNEGO. This would allow you to tack on additional HTTP requests under that same authenticated context at least as long as the keep-alive lasts (not long on some web servers, alas). Is that what you mean? Or do you mean turning inbound HTTP connections to outbound SMB? Or do you mean turning inbound SMB connections to outbound HTTP? |
So more and more using Responder I find I receive HTTP based NLTM auth more than SMB and it would be nice to be able to use that against an SMB server or another NTLM based web server. |
I have an update on this. We do still intend to build this in, but for now there is a way to accomplish this. Here's what I found worked on a recent pen-test:
|
This would be awesome, it is still under development? |
Actually, yes -- and I believe we have some HTTP->SMB cross-protocol code that isn't checked in. I'll check with Victor (offenseindepth) and see. |
@jephthai Any update yet on the HTTP to SMB code? |
Any news this would be awesome |
Would be nice be able to relay to HTTP sites
The text was updated successfully, but these errors were encountered: