Scenario update: Added CyberChef and enabled it to auto start due to encrypted flag

This commit is contained in:
Rosie
2025-11-12 17:56:50 +00:00
parent e8a850290e
commit 497111525f

View File

@@ -75,12 +75,17 @@
</input>
</utility>
<utility module_path=".*/cyberchef"/>
<utility module_path=".*/iceweasel">
<input into="accounts">
<value>{"username":"kali","password":"kali","super_user":"true","strings_to_leak":[],"leaked_filenames":[]}</value>
</input>
<input into="autostart">
<value>false</value>
<value>true</value>
</input>
<input into="start_page">
<value>file:///opt/cyberchef/CyberChef.html</value>
</input>
</utility>