Skip to content

Pre-Built Vulnerable Environments Based on Docker-Compose

License

Notifications You must be signed in to change notification settings

usg-ishimura/hack-sphere

 
 

Repository files navigation

HackSphere

HackSphere is a dockerized app whose purpose is to create the interface for a pentest lab.

Installation

Install Docker on Ubuntu 22.04:

# Install the latest version docker
curl -s https://get.docker.com/ | sh

# Run docker service
systemctl start docker

Build and run on Linux/macOS:

# Clone repo
git clone https://github.com/usg-ishimura/hack-sphere.git

# Change directory to cloned repo
cd hack-sphere

# Build from Dockerfile
docker build --tag hack-sphere .

# Run the container
docker run --network=host -v /var/run/docker.sock:/var/run/docker.sock -p 5000:5000 hack-sphere

Paste in browser the URL that appears in docker run logs and you should be able to interact with the app.

About

Pre-Built Vulnerable Environments Based on Docker-Compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.1%
  • HTML 13.0%
  • Dockerfile 1.3%
  • Shell 0.6%