Documentation : https://github.com/jakobfriedl/conquest/blob/main/docs/3-PROFILE.md
This project is designed to be used with Conquest C2.
python3 -m venv venv
source venv/bin/activat
pio install -r requirements.txtpython3 cli.py --generate jquery
If you need to convert a Cobalt Strike profile to the Conquest (TOML) format, you can use the following command (recommended):
python3 cli.py --cobalt-converter cobalt-profiles-test/amazon.profile > /tmp/amazon.toml
python3 app.py
Thanks, @Jakob, for all the work you've done


