Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/001spartan/aggressor_scripts
A collection of useful scripts for Cobalt Strike
https://github.com/001spartan/aggressor_scripts
aggressor-scripts cobalt-strike pentesting red-team
Last synced: 3 months ago
JSON representation
A collection of useful scripts for Cobalt Strike
- Host: GitHub
- URL: https://github.com/001spartan/aggressor_scripts
- Owner: 001SPARTaN
- Created: 2017-01-22T17:21:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T19:25:48.000Z (over 6 years ago)
- Last Synced: 2024-04-06T09:33:33.603Z (7 months ago)
- Topics: aggressor-scripts, cobalt-strike, pentesting, red-team
- Size: 31.3 KB
- Stars: 165
- Watchers: 17
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-security-collection - **91**星
README
# aggressor_scripts
A collection of useful scripts for Cobalt StrikeThis repository will contain all the aggressor scripts that I feel are useful enough to warrant making public.
**powershell.cna** is a script to import and run some commonly used Powershell tools via a Beacon menu or from the Beacon console.
**bot.cna** is a little chat bot for the Cobalt Strike event log. Commands include !ping, !beacons, !listeners, !elevate, !screenshot, !downloadstring and !psexec. NOTE: This is intended to be run headless (with ./agscript).
**dcom_lateral_movement.cna** is an implementation of enigma0x3's research into code execution via DCOM.
https://enigma0x3.net/2017/01/05/lateral-movement-using-the-mmc20-application-com-object/
https://enigma0x3.net/2017/01/23/lateral-movement-via-dcom-round-2/**ElevateKit** is forked from rsmudge, and I've added right click menu options for the privilege escalation techniques included in ElevateKit.