Skip to content

flavien-perier/dockerfile-sandbox-hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license docker pulls ci status

Dockerfile Sandbox-hack

Pentest environment accessible with SSH.

Env variables

  • PASSWORD: Default sandbox password

Ports

  • 22: SSH (default username is admin)

Volumes

  • /home/admin

Docker-compose example

sandbox-dev:
    image: flavienperier/sandobx-hack
    container_name: sandbox-dev
    restart: always
    volumes:
      - ./documents:/home/admin
    ports:
      - 2222:22
    environment:
      PASSWORD: password