/AutoChef

Primary LanguageCSS

AutoChef

A tool to automate encryption cracking geared mainly for ctf's

image

git clone https://github.com/kali-mx/AutoChef.git

Set up Node Server to host the CyberChef API locally

cd CyberChef-server

npm install

npm run

node -r esm ./bin/www #starts server on port 3000

In a new Terminal:

cd AutoChef

python3 AutoChef.py

Bonus: an html version of CyberChef is provided so you can run your own ad-free copy from your browser locally:

open CyberChef_v9.55.0.html

Source: https://github.com/gchq/CyberChef-server#Installing