
WVCTF or WebVulnCTF is a gamified web platform which promotes training in pentesting and web application development security in an entertaining way. Through a rewards system, the user must search for a set of flags in the vulnerable application, that correspond to frequent vulnerabilities in web applications. https://syn-4ck.github.io/wvctf/
WVCTF or WebVulnCTF is a gamified web platform which promotes training in pentesting and web application development security in an entertaining way. Through a rewards system, the user must search for a set of flags in the vulnerable application, that correspond to frequent vulnerabilities in web applications.
For more information visit the official webpage: https://repojfm.github.io/wvctf/
Requirements:
To build with Maven:
Backend: (on <path>/wvctf)
mvn clean install
Frontend: (on <path>/wvctf/src/main/java/com/julianfm/wvctf/frontend)
npm install
To run:
Backend: (on <path>/wvctf)
mvn spring-boot:run
Frontend: (on <path>/wvctf/src/main/java/com/julianfm/wvctf/frontend)
npm start
For help, you have the script run_script.bat (only for CMD of Windows).