Skip to content

rapid7/hackazon vulnerable website in Docker container

Notifications You must be signed in to change notification settings

Spartan1776/hackazon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackazon Logo

About Hackazon

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.

Hackazon_User's_Guide.pdf

How to use this project

Clone this repo

git clone https://github.com/Spartan1776/hackazon/
cd hackazon/

Configure Docker

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

Build and start

Once Docker is installed, start the docker image:

sudo docker-compose up

Wait for 10 seconds and contact the server :

firefox http://127.0.0.1:80

chromium http://127.0.0.1:80

Configure

The project is configured by the files

Special Thanks

This project is a direct fork (+ a couple of edits) from Newlode's OG Hackazon project -- thanks for all the hard work!

About

rapid7/hackazon vulnerable website in Docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 59.2%
  • Dockerfile 28.0%
  • PHP 12.8%