Open mubix opened 10 years ago
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