2b125d585c | ||
---|---|---|
.. | ||
Bitsadmin.cna | ||
HKCURunKeyPSRegistryPersist.cna | ||
HKLMRunKeyPSRegistryPersist.cna | ||
Persistence_Menu.cna | ||
README.md | ||
RegistryPersist.cna | ||
ServiceEXEPersist.cna | ||
StartUpFolderPersist.cna | ||
StartupGPOPersist.cna | ||
UserSchtasksPersist.cna | ||
WMICEventPersist.cna | ||
WMIEventPersist.cna |
README.md
Persistence
Persistence Aggressor Scripts for Cobalt Strike 3.0+
-
Persistence_Menu.cna
- Includes all scripts into one beacon menu
-
UserSchtasksPersist.cna
-
User Schtasks Persistence that runs as current user for the selected beacon
-
Meant for quick user level persistence upon initial access
-
Thanks to @noone and bluescreenofjeff for assistance
-
-
ServiceEXEPersist.cna
-
Admin Level Custom Service EXE Persistence
-
Runs as elevated user/SYSTEM for the selected beacon
-
-
WMICEventPersist.cna
-
Generates a Custom WMI Event using WMIC for SYSTEM Level persistence on selected beacon
-
Very syntax heavy, Test first before using on live targets
-
-
WMIEventPersist.cna
-
Generates a Custom WMI Event using PowerShell for SYSTEM Level persistence on selected beacon
-
Very syntax heavy, Test first before using on live targets
-
-
StartupGPOPersist.cna
-
Generates a Local GPO Entry in psscripts.ini to call a .ps1 script file for persistence on selected beacon
-
Calls back as SYSTEM
-
Check permissions with GPO Enumeration (Successful GroupPolicy Directory Listing) first before executing
-
Beacon execution will cause winlogon.exe to hang and the end user can't login. Once the new beacon checks in inject into another process and kill the original. Update to come out soon.
-
-
RegistryPersist.cna
- Creates a Custom Registry Key, Value, Type, and Payload Location based on user input for selected beacon
-
HKCURunKeyPSRegistryPersist.cna
-
Creates two Custom Registry Run Key entries in HKCU
-
The Payload is a base64 encoded powershell payload based off your HTTP/HTTPS listener
-
-
Bitsadmin.cna
-
Creates a bitsadmin job that executes on reboot
-
Currently works on Windows 7, 8, Server 2008, Server 2012
-