Firecracker 0.1 takes your HTTP logs and uses them to map your API flows and to find risky ones. It outputs a map that you can review in your browser and then attacks the API to find all anomalies.
We are extremely excited to announce our new version, Firecracker 0.2.
Firecracker is a CLI that saves you time and eases your API workflow by visualizing API flows and identifying anomalies faster, it's built upon the Rust programming language. This version implements some new features and some bug fixes.
Here are the changes we made:
We added a new format which gives you the ability to work with raw packets instead of parsing the packets into its metadata.
Now we can read parameters that are sent through the request path.
Fixed a minor bug in our attacker that made first gen genomes not completely random.
We have minimized the size of the file needed to be uploaded to our site in order to see the map(in GUI form).
Take a look at the repo: https://github.com/blst-security...
Firecracker