There are various vulnerable web applications such as Jarlsberg, WackoPicko, Damn Vulnerable Web Application (DVWA), Vicnum, etc. Now we have another application that is vulnerable and ready to be exploited! The BodgeIt Store is a vulnerable web application which is currently aimed at people who are new to penetration testing.
Features
- Easy to install – just requires java and a servlet engine, e.g. Tomcat
- Self contained (no additional dependencies other than to 2 in the above line)
- Easy to change on the fly – all the functionality is implemented in JSPs, so no IDE required
- Cross platform
- Open source
- No separate db to install and configure – it uses an ‘in memory’ db that is automatically (re)initialized on start up
There is also a ‘scoring’ page where you can see various hacking challenges and whether you have completed them or not.
Install
All you need to do is download and open the zip file, and then extract the war file into the webapps directory of your favorite servlet engine.
Then point your browser at (for example) http://localhost:8080/bodgeit
The author recommends Zed Attack Proxy to get you started.
You can download BodgeIt Store here:
Or read more here.
DEVIL'S BLOG ON SECURITY says
Thanks for the information, now I can have another addition to my list
inzel says
Anyone have some guides on this? I have completed most of the “challenges” but seem to be stuck on some stuff. Any help is appreciated