Aggressor Scripts

This is just a random collection of Aggressor Scripts I've written for Cobalt Strike 3.x.

Please note that most of them probably don't work properly, and could probably use some tweaking to better suit your environment.

Shoot me any questions and feel free to submit a pull request for any improvements you may have!

Using this repository

I make use of git submodules, so clone this repo with git clone --recursive

If you didn't follow my instructions and already cloned the repo, go to the root of the repo and run git submodule update --init --recursive

Kits

Most of the useful scripts here are organized in kits. All you have to do is load the KitLoader.cna script, and it will automatically load all other kits (execpt the DebugKit).

Kit descriptions

  1. AnnoyKit

Actions in this kit center around miscellaneous fun thta generally involve messing with the user

  1. AntiForensicsKit

Actions in this kit center around antiforensics. If it slows an investigator down, it likely belongs in this kit. We all know antiforensics is best forensics.

  1. CredKit

Actions in this kit center around credential theft, be it via memory scraping or reading files in. If it involves stealing passwords, it should be here.

  1. DebugKit

This kit is limited to actions that I use for development and debugging, and thus is not loaded with the rest of them.

  1. EnumKit

Actions in this kit center around host and network enumeration. Credential enumeration actions should go in CredKit instead.

  1. PersistKit

Actions in this kit center around endpoint persistence. Examples include backdoor service creation, backdoor process creation, etc

  1. PrivEscKit

Actions in this kit center around endpoint privilege escalation. Actions that involve forceful scanning (powerup.ps1, unix-privesc-check) should go in the apporiate section

Other scripts

inveigh/

I couldn't get this to work properly, but it's supposed to be Inveigh support for Cobalt Strike.

Pushover/

Pushover support for Cobalt Strike, ridiculously useful.

See pushover-cs for instructions.

S
Description
Automated archival mirror of github.com/Und3rf10w/Aggressor-scripts
Readme GPL-2.0 2.9 MiB
Languages
PowerShell 98.5%
Shell 1.4%