Hackazon is a vulnerable test application site, that incorporates a realistic e-commerce workflow with full functionality and technology commonly used in today’s mobile and web applications.
This guide will allow you to setup a testing environment, enable you to see problems in action from an attacker’s perspective, and identify the fundamental issues which make such attacks possible.
git clone https://github.com/Spartan1776/hackazon/
cd hackazon/
If you haven't already installed docker, you'll need to do so. If you're running Ubuntu or a similar Debian-based distro that uses the Advanced Package Tool (APT, or "apt"), you can convert easyDockerInstall to an executable and run the installation file:
chmod +700 easyDockerInstall
sudo ./easyDockerInstall
Once Docker is installed, start the docker image:
sudo docker-compose up
firefox http://127.0.0.1:80
chromium http://127.0.0.1:80
The project is configured by the files
This project is a direct fork (+ a couple of edits) from Newlode's OG Hackazon project -- thanks for all the hard work!