Code Monkey home page Code Monkey logo

penbox's Introduction

PenBox

PenBox is a docker container, designed to help you to realize penetration testing.

Summary

  1. Dependencies
  2. Commands
  3. Available tools
  4. How to ?

Dependencies

Commands

  • attach Get the CLI of PenBox
  • help Display commands
  • launch Build and create your PenBox container from scratch
  • remove Remove the PenBox container and his image
  • reset Reset your PenBox container

Available tools

  • searchsploit
  • sqlmap
  • wpscan
  • gobuster
  • hydra
  • john the ripper
  • owasp zap
  • metaspoit
  • dnsenum
  • the harvester
  • tmux
  • sudo
  • sshfs
  • vim
  • openssh-client
  • openssh-server
  • curl
  • nslookup
  • dig
  • nmap
  • git
  • netcat
  • whois
  • build-essential
  • pip
  • wget
  • firefox
  • xterm
  • java-jre

How to

How PenBox work ?

PenBox is a simple Debian image on docker, with a server X redirection on a socket-unix. Actually it is only working on Linux.

How to install and create your first PenBox container ?

For install and create a PenBox you should have docker and make install in your machine, your OS must be a Linux. You just must clone the git repository, and then type make launch, followed by make attach.

How to create multiple containers ?

You cannot run multiple containers with the same name. So if you want for a reason used multiple PenBox container you must copy the repository on different sub directories and modify the Makefile by modifying the variables:

  • CONTAINER_DB: the container name
  • IMAGE_DB: the image name
  • HOSTNAME: the hostname

You need features which are not provide by PenBox ?

You want some features which are not provide straightly by PenBox, you can modify the Dockerfile and add them.

How to add dictionaries in the PenBox image

If you need to add some useful files like dictionaries for fuzzing or brute force you can add in the docker file ADD opt/* /opt/. and create a repository opt and put every file you need.

penbox's People

Contributors

l0v3bug avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.