Skip to content

Stop half-done API specifications! Cherrybomb is a CLI tool that helps you avoid undefined user behaviour by validating your API specifications.

License

Notifications You must be signed in to change notification settings

OmerWow/cherrybomb

 
 

Repository files navigation

cherry_bomb_v4_3_1 (1)

Stop half-done API specifications

Maintained by blstsecurity docs Discord Shield

💣 What is Cherrybomb?

Cherrybomb is a CLI tool that helps you avoid undefined user behavior by validating your API specifications.

Our CLI tool is open source, enabling support from both the OpenAPI and Rust communities.

🔨 How does it work?

It takes in an OAS file, runs a series of checks on it to make sure everything is on par with the OAS, and outputs a detailed table with any alerts found, guiding you to the exact problem and location to help you solve it quickly.

It can also take in your logs and check them for business logic flaws.

🐾 Get Started

Installation

Using cURL

Linux/MacOS:
curl https://cherrybomb.blstsecurity.com/install	| /bin/bash

The script requires sudo permissions to move the cherrybomb bin into /usr/local/bin/.
(If you want to view the shell script(or even help to improving it - /scripts/install.sh)

Direct download

You can also download the binary file directly from our website.
This is a binary file and you DO NOT have to install Rust.

Usage

After installing the CLI, verify it's working by running

cherrybomb --version

OpenAPI specification scan

cherrybomb swagger --file <PATH> --output <PATH> --verbosity <0/1/2>

Output example for verbosity level 1:

checks_table

Output example for verbosity level 0:

alerts_table

Genrate Parameter Table

cherrybomb swagger --file <PATH> --param-table

Table output example:

param_table

More features

First, we have a mapping module that relies on HTTP logs and builds a map of the API.
Start mapping your logs by running

cherrybomb map --file <LOGS_FILE_PATH> --output <OUTPUT_FILE_NAME>

If you don't have an HTTP log file, but you have Burp suite logs, you are in luck, go to the scripts folder, there is a convertor script over there.
If there are any other formats you need conversion scripts to, message us on the discord server.
For futher insights, you can view your map visually in our web based visualizer: https://www.blstsecurity.com/cherrybomb/Visualizer.

In the future, if you want to load new logs to an existing map file, run

cherrybomb load --file <LOGS_FILE_PATH> --map <MAPPED_FILE_PATH>

🪦 (!)Deprecation notice:

The Attacker and Decider modules will be deprecated(!) in our the next release(version 0.6). We are doing it since we have barely seen any usage of the modules thus far. Please let us know if you are indeed using those features and don't want them to be deprecated.

🚧 Roadmap

  • OAS 3 support
  • Passive checks
  • Parameter table
  • Improve installation script
  • Homebrew/APT support
  • Custom scans - optional checks + optional output + ignores(from alerts)
  • GraphQL schema support
  • Swagger 2 support (currently only version 3 is supported)
  • Active scans
  • More passive scans
  • Swagger and logs validator (compares your logs with the swagger to verify correctness)

🍻 Integration

For all methods of integrating with BLST, please go to the integrations folder.

💪 Support

Documentation

Please read our documentation to understand the format of sessions our mapper needs to function correctly.

Get help

If you have any questions, please send us a message to [email protected].
You are also welcome to open an Issue here on GitHub.

🤝 Contributing

Please talk to us over at our discord server to see where and how can you contribute to our project.
You can also find info about how to contribute to Cherrybomb here.

About

Stop half-done API specifications! Cherrybomb is a CLI tool that helps you avoid undefined user behaviour by validating your API specifications.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 98.7%
  • Other 1.3%