Olicyber Analyzer
pull and rename template.config.json to config.json and insert your AUTH TOKEN
git clone https://github.com/utcq/oca.git
mv oca/template.config.json oca/config.jsonI didn't implement anything to link oca to bin but you can still run it from the source folder:
./oca [Challenge URL]
./oca https://training.olicyber.it/challenges#challenge-224All downloads and generated files are in ocatmp/chall[ID]/
The config is just a simple config.json. You can set API URLs, enabled plugins and challenges tags aliases.
Important
You can also include extra-tag plugins
"binary": {
"plugins": ["pwn.format_dump"]
}Go to the Training Platform, login. Then use the dev-tools to view the local storage and get your token.


