Home

Awesome

Latest Burp CO<sub>2</sub> Suite binary: Download

CO<sub>2</sub> is a project for lightweight and useful enhancements to Portswigger's popular Burp Suite web penetration tool through the standard Extender API. If you are looking for the binaries, you can find them in the BApp Store within Burp. The latest standalone .jar versions are also available here.

CO<sub>2</sub> is comprised of both a suite of modules as well as standalone versions of some of these modules, either due to popular request or while still in early development prior to being added to the suite. The objectives of all CO<sub>2</sub> modules include:

See ReleaseNotes for details of each release.

If you are interested in contributing or playing with the code, check out the setup instructions below:

IntelliJ IDEA Setup Instructions

This project is optimized for development in IntelliJ IDEA and involves multiple modules with interdependencies. To set up and build the project effectively, follow these guidelines:

Key Modules:

  1. burp-api:

    • Important: This module requires the latest Burp API source code.
    • Before building other modules, populate the burp-api module's source folder with the latest API source from Burp Suite.
  2. co2-core:

    • Contains core functionality used across all CO2 modules.
  3. co2-suite:

    • Represents the complete CO2 suite, depending on all other modules.
  4. co2-cewler:

    • A standalone version of the CO2 Cewler module.
  5. co2-sqlmapper:

    • A standalone version of the CO2 SQLMapper module.

Gradle Build:

IntelliJ IDEA GUI Designer:

Output Artifacts: