-
Notifications
You must be signed in to change notification settings - Fork 285
Enable CyberChef
Peter Manev edited this page Sep 1, 2021
·
2 revisions
If you would like to enable CyberChef <https://github.com/gchq/CyberChef>
_ it could easily be done following the guide below.
You can pick up the latest release form here - https://github.com/gchq/CyberChef/releases
(the example below uses v9.32.2
, you can use whichever the latest is or whichever you would like)
On the cmd/shell as root in SELKS:
cd /var/lib/scirius/static/
mkdir -p cyberchef
cd cyberchef/
wget https://github.com/gchq/CyberChef/releases/download/v9.32.2/CyberChef_v9.32.2.zip
unzip CyberChef_v9.32.2.zip
cp CyberChef_v9.32.2.html index.html
Done!
Now when clicking on the CyberChef icon from the switcher app in Scirius - it will bring you to CyberChef application and you can start using it.