mpgn

Results 117 comments of mpgn

For now, this is only working on the poc but not in the exploit. I didn't find a proper way to duplicate the data send by the client on the...

Another problem: ![image](https://user-images.githubusercontent.com/5891788/39473716-76eb0f84-4d50-11e8-9108-85d57e08204a.png) Chrome (2 requests) VS Firefox (1 request) Every request send to the server with chrome is followed by another request, the favivon !

Well, chrome doesn't handle data like firefox... After sending multiple request with javascript, the server always return hmac error even if there is no hmac error. Very very strange

Hello @ehrishirajsharma Can't find where the json file is stored on linux, can you provide the default path ? **EDIT** it's on `.config/Swiftness/storage/content.json`

Hello @M4ximuss @BinaryScary just to clarify, you can already achieve this in ntlmrelayx by using option `--output-file` and get all the hash :) ![image](https://user-images.githubusercontent.com/5891788/80025565-2581e800-84e1-11ea-87f1-b014f6c947bb.png) To get only uniq user use...

Okay so I notice it's saving all hash even those with AUTH FAILED so be careful cracking a hash doesn't mean you go the legit password ! ![image](https://user-images.githubusercontent.com/5891788/80040552-997cba00-84fa-11ea-9145-61078f4ce041.png)

Just tested, it's working like a charm 👍 ![2022-03-29_07-56](https://user-images.githubusercontent.com/5891788/160610620-cfdfa058-9314-4a09-b1dc-21d86a841822.png)

Can we check this one before the next release of impacket @0xdeaddood ? this is really really valuable during internal pentest ! :)

![blade-runner-tears-in-rain](https://user-images.githubusercontent.com/5891788/164650196-98ff7eb4-bf37-4983-a74b-02085e05db3e.gif)

A much needed feature ! But I think the socks connection should be closed if not ADMIN=TRUE, currently all connections are still open in this code if i'm reading correctly