mirror of
https://github.com/mgeeky/Penetration-Testing-Tools.git
synced 2024-11-22 18:41:37 +01:00
14 lines
239 B
HTML
14 lines
239 B
HTML
<html>
|
|
<head>
|
|
<script language="VBScript">
|
|
Sub foo
|
|
command = "notepad.exe"
|
|
Set objShell = CreateObject("Wscript.Shell")
|
|
objShell.Run command
|
|
End Sub
|
|
foo()
|
|
</script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |