You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$CHALLENGE_MASTER_SALT - secret shared with the training portal
Browse to: http://localhost:8080/insecureinc
VM
Required OS - Linux
Tomcat 8
Install gcc for the C++ challenges
Insecure.Inc is a java application. There's a prebuilt WAR in the build directory that can be simply dropped in the /webapps folder of a Apache Tomcat 8 installation.
To prevent participants from bypassing challenges you may configure both the portal and Insecure.Inc to use a shared CHALLENGE_MASTER_SALT. Configure the challenge master salt in /opt/tomcat/bin/setenv.sh (or wherever you had tomcat installed) like so: export CHALLENGE_MASTER_SALT="our challenge master salt"