Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Docker | 5,818 | 2 days ago | 40 | mit | Dockerfile | |||||
Docker official jenkins repo | ||||||||||
Docker Gc | 5,108 | 2 years ago | 23 | apache-2.0 | Shell | |||||
INACTIVE: Docker garbage collection of containers and images | ||||||||||
Kubernetes Handbook | 4,980 | 3 days ago | other | Makefile | ||||||
Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz | ||||||||||
Docker | 4,597 | 18 hours ago | 395 | agpl-3.0 | Shell | |||||
⛴ Docker image of Nextcloud | ||||||||||
Docker Airflow | 3,589 | 2 months ago | 269 | apache-2.0 | Shell | |||||
Docker Apache Airflow | ||||||||||
Docker Openldap | 3,176 | a year ago | 302 | mit | Shell | |||||
A docker image to run OpenLDAP 🐳 | ||||||||||
Dockercheatsheet | 3,031 | 3 years ago | mit | |||||||
🐋 Docker Cheat Sheet 🐋 | ||||||||||
Dry | 2,674 | 23 days ago | 13 | November 19, 2021 | 31 | mit | Go | |||
dry - A Docker manager for the terminal @ | ||||||||||
Swarmpit | 2,602 | 7 days ago | 150 | epl-1.0 | Clojure | |||||
Lightweight mobile-friendly Docker Swarm management UI | ||||||||||
Docui | 2,227 | a year ago | 1 | March 03, 2021 | 11 | mit | Go | |||
TUI Client for Docker |
Build Status |
---|
Creating a minimal docker container of Parrot OS for running an automated scan report.
This docker container can be used for auditing all standard security assessment for you.
There are more than 20 Modules has been Integrated with in the container which can be used for automated pentest.
Create a docker volume to store your automated pentest reports
▶ docker volume create pentest-reports
▶ docker run -d --name pentest -d -v pentest-reports:/src vishnunair/pentest:latest
▶ git clone https://github.com/vishnudxb/automated-pentest.git && cd automated-pentest &&
docker build -t=localhost/pentest . &&
docker run -d --name pentest -d -v pentest-reports:/src -it localhost/pentest
▶ docker exec -it pentest bash
┌─[[email protected]]─[/src]
└──╼ #./pentest.sh --help
Usage: sh pentest.sh [OPTION]...
-d, --domain Provide your DOMAIN domain.
-h, --help Display help file
┌─[[email protected]]─[/src]
└──╼ #./pentest.sh -d example.com
If your docker host is Linux, you can find Docker volumes by /var/lib/docker/volumes path.
▶ docker volume inspect pentest-reports
~/Documents/
and you can use any browser to view the reports:
▶ bash ./volume.sh
Check your ~/Documents/src folder for the reports
Usage of this automated pentest for attacking targets without prior mutual consent is illegal. It's the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program. Only use for educational purposes.