Found 30 repositories(showing 30)
tsumarios
A simple Dockerfile to build an image starting from the latest official one of Kali Linux and including some useful tools.
kovendhan5
A Dockerized environment for Kali Linux, optimized for penetration testing and security research.This repository contains a Dockerfile to build and run a Kali Linux container with a graphical user interface (GUI) accessible via Remote Desktop Protocol (RDP).
stevemcilwain
Kali Linux Dockerfile with latest updates, most tools, custom repos and more
pabpereza
Dockerfiles templates to use kali linux in docker with diferents tools and graphic interfaces
A simple Dockerfile to build an image starting from the latest official one of Kali Linux and including some useful tools.
thinkhy
Customized image using base Kali Linux image
smmadhu
Dockerfile to build kali linux image for pentesting
solrac97gr
Docker File for use a Kali Linux system in a docker container 🐳.
0xSleepy
A Kali-Linux dockerfile
levigross
Dockerfile for Headless kali linux
cygonz0
Dockerfile to set up selected security tools to create a "minimal" kali linux Docker image.
ExcitingTheory
Use a remote desktop with Docker & Kali rolling release. Dockerfiles for working with kali linux and vxfb, and tor browser with selenium.
A Dockerfile that builds an image with the latest Kali Linux that also includes the Metasploit packages
mccright
My evolving dockerfile for building a light, narrow-purpose Kali Linux container on a Windows 10 endpoint
heyitsak
Kali Linux light container with essential packages ready to work! Created using Docker-compose. You can add your own packages via Dockerfile and re-build it.
ghost11411
Local PentestLab Management Script Bash script to manage web apps using docker and hosts aliases. Made for Kali linux, but should work fine with pretty much any linux distro. Current available webapps bWAPP WebGoat 7.1 WebGoat 8.0 Damn Vulnerable Web App Mutillidae II OWASP Juice Shop WPScan Vulnerable Wordpress OpenDNS Security Ninjas Altoro Mutual Vulnerable GraphQL API Get started Using any of these apps can be done in 3 quick and simple steps. 1) Clone the repo Clone this repo, or download it any way you prefer git clone https://github.com/suvz007/pentestlab.git cd pentestlab 2) Install docker sudo apt install docker.io 3) Start an app on localhost Now you can start and stop one or more of these apps on your system. As an example, to start bWAPP just run this command ./pentestlab.sh start bwapp This will download the docker, add bwapp to hosts file and run the docker mapped to one of the localhost IPs. That means you can just point your browser to http://bwapp and it will be up and running. 4) Start an app and expose it from machine Use the startpublic command to bind the app to your IP ./pentestlab.sh startpublic bwapp If you have multiple interfaces and/or IPs, or you need to expose the app on a different port specify it like this ./pentestlab.sh startpublic bwapp 192.168.1.105 8080 IP needs to be an IP on the machine and port in this example is 8080 You can only have one app exposed on any given port. If you need to expose more than one app, you need to use different ports. 5) Stopp any app To stop any app use the stop command ./pentestlab.sh stop bwapp Print a complete list of available projects use the list command ./pentestlab.sh list Running just the script will print help info ./pentestlabs.sh Usage Usage: ./pentestlab.sh {list|status|info|start|startpublic|stop} [projectname] This scripts uses docker and hosts alias to make web apps available on localhost" Ex. ./pentestlab.sh list List all available projects ./pentestlab.sh status Show status for all projects ./pentestlab.sh start bwapp Start docker container with bwapp and make it available on localhost ./pentestlab.sh startpublic bwapp Start docker container with bwapp and make it available on machine IP ./pentestlab.sh stop bwapp Stop docker container ./pentestlab.sh info bwapp Show information about bwapp project Dockerfiles from DVWA - Ryan Dewhurst (vulnerables/web-dvwa) Mutillidae II - OWASP Project (citizenstig/nowasp) bWapp - Rory McCune (raesene/bwapp) Webgoat(s) - OWASP Project Juice Shop - OWASP Project (bkimminich/juice-shop) Vulnerable Wordpress - github.com/wpscanteam/VulnerableWordpress Security Ninjas - OpenDNS Security Ninjas Altoro Mutual - github.com/hclproducts/altoroj Vulnerable GraphQL API - Carve Systems LLC (carvesystems/vulnerable-graphql-api) github references means the docker is custom created and hosted in dockerhub. Troubleshoot / FAQ I can't connect to the application I just stared, what is wrong? Make sure you are using HTTP not HTTPS Try using the IP address instead of the name (to see if the issue is with host file or docker) If you are still not able to connect then follow the steps below to create a ticket I still cannot make it work, how do I create an issue to get help? Do these steps and record ouput (image, copy paste from screen, whatever works for you) Stop the application first (to clean up some configuration that are done during start) Start the application again Run this command to get information about running dockers sudo docker ps Try to access the application using the IP address
mattykay
My Kali Linux Dockerfile that sets up a updated Kali install with my preferred tools.
grunt951020
Dockerfile for Kali Linux
fdezfebrero
Dockerfile Kali linux personal
Koda777
No description available
syakesaba
Dockerfile for Scapy on Kali Linux kernel
cfern1315
dockerfile for streaming kali linux over novnc
Montana
Dockerfile I've made for pulling Kali Linux.
sukuzhanay
Dockerfile with a custom configuration of Kali Linux Os
alexff1919-art
Kali Linux en Gitpod (configuración automática con Dockerfile y .gitpod.yml)
AlexShukhman
Quick Dockerfile to make a Kali Linux image for the Radxa Zero
TrollEyeSecurity
This repo holds the Kali Linux Dockerfile used in Command Center Scanner.
YojimboSecurity
This is a Dockerfile builds Kali linux with metasploit and a few other tools.
ric-diazs
Dockerfile más un archivo de texto con comandos para crear e iniciar un contenedor Docker con Kali Linux
kojipon
This repository contains a Dockerfile that builds a custom Kali Linux Docker image specifically tailored for use with Hack The Box (HTB), an online platform for learning and practicing ethical hacking and penetration testing skills.
All 30 repositories loaded