Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Aggressor-Aggregator — A helper script for consolidating Aggressor and BOF repositories into a single CNA for Cobalt Strike. | Kitploit
Tools/GitHubGitHub/gmh5225/aggressor-aggregator
Penetration Testing FrameworksScripting & AutomationRed Teaming
GitHubgmh5225/aggressor-aggregator

Aggressor-Aggregator

A helper script for consolidating Aggressor and BOF repositories into a single CNA for Cobalt Strike.

View Repository
2 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Aggressor Aggregator

Description

A helper script for consolidating Aggressor Script and Beacon Object File (BOF) repositories into a single CNA for Cobalt Strike. Designed for automation in red team CTF environments with frequent setup/destruction of operator clients. This script is essentially a wrapper around the Cobalt Strike Aggressor Scripts-Ception blog post by @am0nsec. Tested on Windows 10, Linux and macOS.

Usage

  1. Clone this repository
  2. Create a text file with your favourite BOF/Aggressor repository URLs (or individual .cna URLs)
  3. Run the Python script with the given text file --file <list>
  4. Import the generated loader.cna via the script console

Example

root@kitploit:~
$ python3 ./aggressor-aggregator.py --file favourites.txt

img1 img2

Credits

  • Paul L. (@am0nsec) for loader.cna (Cobalt Strike Aggressor Scripts-Ception)
  • @bottersnike and @javalogicuser for QA and testing
Download Tool