Coder Social home page Coder Social logo

sim4n6 / apentestbox Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 54 KB

A Docker image made with the most commonly used CLI tools for pentesting and bug bounty hunting.

Home Page: https://sim4n6.beehiiv.com

License: MIT License

Dockerfile 94.63% Shell 5.37%
bugbounty docker pentesting

apentestbox's Introduction

A Pentest Box

Twitter Follow

A Docker image made with the most commonly used CLI tools for pentesting and bug bounty hunting.

Usage - installed packages - To-do list

List of installed packages

For now, the Docker image contains:

Usage

  • Run the container from the remote Docker image and falls into the container bash
sudo docker run -it --name apb sim4n6/apentestbox:latest

In case, you need to re-use the container:

sudo docker start apb
sudo docker exec -it apb bash 

Usage for Build

  • Build an image from the current directory Dockerfile.
sudo docker build . -t apentestbox
  • List the Docker images.
sudo docker images
  • Launch a container from the image apentestbox in the background.
sudo docker run -d --name apb apentestbox
  • List the Docker containers.
sudo docker container ls
  • Run a command in the container.
sudo docker exec -it apb whoami
  • Fall to bash shell within the container. You can escape later the container using exit.
sudo docker exec -it apb bash

TO-DO

  • rewrite USAGE section for a more concise one, maybe an advanced part.
  • consider using .env.
  • work on docker-compose file with .env use.
  • consider adding docker compose up command to the USAGE as an alternative.
  • figure out how to handle the .config for notify & subfinder.
  • Docker volumes use.
  • Read carefully Dockerfile best practices.
  • push to Docker hub repostiory.
  • link the Docker hub repo to gihthub.
  • consider Github actions as a testing to be performed on PR trigger.
  • add nice clickable cards

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.