GithubHelp home page GithubHelp logo

pentdocks's Introduction

pentdocks

web application pentesting tools for docker


pentdocks

why should you use it

Usually, people who have one laptop face problems when multitasking. While pentesting, I used to install and run VMware in ubuntu to run other tools to finish my work faster. So i found a way to solve this using docker and I fell in love with it. The most amazing thing that i'm fascinated about is that the docker is just like an OS, internally running. You can keep backups using sudo docker save os:latest > os.tar and many more. just try it, you will love it.

things which makes it better docker vmware
fast
powerful
easy to use
stable
light weight
multitasking
flexible

download and install docker from here.

install-using-the-convenience-script to install.

or just run bash setup.sh to make the installation process simple.

installation

sudo docker pull ubuntu:latest

run the image

sudo docker run -it --name pentest ubuntu:latest /bin/bash

To run the script in docker, you need some requirements

apt-get -y update && apt-get -y dist-upgrade && apt-get -y autoremove && apt-get -y autoclean
apt-get install -y git

Now open .bashrc for exporting the following environment variables

type this in terminal(download and install a editor)

vim ~/.bashrc
export GOPATH=/home/$USER/go
export PATH=${PATH}:$GOROOT/bin:/home/$USER/go/bin

These changes will take effect after a reboot. Instead of restarting, run

source ~/.bashrc

now clone my repo > git clone https://github.com/diwusec/pentdocks.git change directory cd pentdocks and run bash install.sh to install the tools

after the installation exit from the docker

to start the docker again, run the container not the image

sudo docker start pentest
sudo docker exec -it pentest /bin/bash

happy hacking!

pentdocks's People

Contributors

diwsec 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.