{"id":24650810,"url":"https://github.com/tangoman75/dockerized-kali","last_synced_at":"2026-05-18T08:05:12.371Z","repository":{"id":41227663,"uuid":"246156593","full_name":"TangoMan75/dockerized-kali","owner":"TangoMan75","description":"Awesome TangoMan Dockerized Kali is a fast and handy tool to spawn a dockerized Kali Linux host easily","archived":false,"fork":false,"pushed_at":"2020-03-09T23:17:38.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-25T18:16:38.654Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TangoMan75.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-09T22:39:10.000Z","updated_at":"2020-03-09T23:17:40.000Z","dependencies_parsed_at":"2022-09-09T19:34:00.441Z","dependency_job_id":null,"html_url":"https://github.com/TangoMan75/dockerized-kali","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangoMan75%2Fdockerized-kali","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangoMan75%2Fdockerized-kali/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangoMan75%2Fdockerized-kali/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TangoMan75%2Fdockerized-kali/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TangoMan75","download_url":"https://codeload.github.com/TangoMan75/dockerized-kali/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244686473,"owners_count":20493449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-25T18:16:43.447Z","updated_at":"2026-05-18T08:05:07.332Z","avatar_url":"https://github.com/TangoMan75.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"TangoMan Dockerized Kali\n========================\n\nAwesome **TangoMan Dockerized Kali** is a fast and handy tool to spawn a dockerized Kali Linux host easily.\n\nOfficial Kali Linux Offensive Security Docker images can be found here:\n\n- [https://hub.docker.com/u/kalilinux](https://hub.docker.com/u/kalilinux)\n\n|         kalilinux          |\n|----------------------------|\n| kali                       |\n| kali-bleeding-edge         |\n| kali-bleeding-experimental |\n| kali-dev                   |\n| kali-rolling               |\n\n- Kali homepage: [https://www.kali.org](https://www.kali.org)\n- Offensive Security homepage: [https://www.offensive-security.com](https://www.offensive-security.com)\n\nFeatures\n--------\n\n**TangoMan Dockerized Kali** provides the following features:\n\n- Install docker.io\n- Spawn latest Kali rolling host\n\nDependencies\n------------\n\n**TangoMan Dockerized Kali** requires the following dpendencies:\n\n- Make\n- Docker\n\n### Make\n\n#### Install Make (Linux)\n\nOn linux machine enter following command\n\n```bash\n$ sudo apt-get install -y make\n```\n\n#### Install Make (Windows)\n\nOn windows machine you will need to install [cygwin](http://www.cygwin.com/) or [GnuWin make](http://gnuwin32.sourceforge.net/packages/make.htm) first to execute make script.\n\n### Docker\n\n#### Install Docker (Linux)\n\nOn linux machine enter following command\n\n```bash\n$ sudo apt-get install -y docker.io\n```\n\n#### Configure Docker (Linux)\n\nAdd current user to docker group\n\n```bash\n$ sudo usermod -a -G docker ${USER}\n```\n\u003e You will need to log out and log back in current user to use docker\n\n#### Install Docker (Windows)\n\nDownload docker installer\n\n- [https://download.docker.com/win/static/stable/x86_64/docker-17.09.0-ce.zip](https://download.docker.com/win/static/stable/x86_64/docker-17.09.0-ce.zip)\n\n#### Install Docker (OSX)\n\nDownload docker installer\n\n- [https://download.docker.com/mac/static/stable/x86_64/docker-19.03.5.tgz](https://download.docker.com/mac/static/stable/x86_64/docker-19.03.5.tgz)\n- [https://download.docker.com/mac/beta/Docker.dmg](https://download.docker.com/mac/beta/Docker.dmg)\n\nUsage\n-----\n\nRun `make` to print help\n\n```bash\n$ make [command] adapter=[adapter] app_route=[app_route] command=[command] container=[container] image=[image] network=[network] workdir=[workdir] \n```\n\nValid commands are: help check start cmd shell status volumes logs stop kill remove up prod dev cli build open docker-install docker-remove top stop-all kill-all clean remove-all sysinfo \n\nCommands\n--------\n\n### help\n```\n$ make help\n```\nPrint this help\n\n### Check install\n#### check\n```\n$ make check\n```\nCheck correct environment installation\n\n### Docker Container\n#### start\n```\n$ make start\n```\nStart container and bind host CWD with given guest path\n\n#### cmd\n```\n$ make cmd\n```\nStart container with given command binding host CWD with given guest path\n\n#### shell\n```\n$ make shell\n```\nOpen shell as root into running container\n\n#### status\n```\n$ make status\n```\nPrint image status\n\n#### volumes\n```\n$ make volumes\n```\nPrint container volumes\n\n#### logs\n```\n$ make logs\n```\nPrint container logs\n\n#### stop\n```\n$ make stop\n```\nStop container\n\n#### kill\n```\n$ make kill\n```\nKill container\n\n#### remove\n```\n$ make remove\n```\nStop and remove image\n\n### Docker Image\n#### up\n```\n$ make up\n```\nStart (build cmd status shell)\n\n#### cli\n```\n$ make cli\n```\nStart in cli mode (build cmd status shell)\n\n#### build\n```\n$ make build\n```\nBuild container\n\n#### open\n```\n$ make open\n```\nOpen in default browser\n\n### Docker Install Host\n#### docker-install\n```\n$ make docker-install\n```\nInstall docker locally\n\n#### docker-remove\n```\n$ make docker-remove\n```\nRemove docker\n\n### Docker Manager\n#### top\n```\n$ make top\n```\nList images, volumes and network information\n\n#### stop-all\n```\n$ make stop-all\n```\nStop all running containers\n\n#### kill-all\n```\n$ make kill-all\n```\nKill all running containers\n\n#### clean\n```\n$ make clean\n```\nRemove all unused system, images, containers, volumes and networks\n\n#### remove-all\n```\n$ make remove-all\n```\nKill and remove all system, images, containers, volumes and networks\n\n### System\n#### sysinfo\n```\n$ make sysinfo\n```\nPrint system information\n\nLicense\n-------\n\nCopyrights (c) 2020 \u0026quot;Matthias Morin\u0026quot; \u0026lt;mat@tangoman.io\u0026gt;\n\n[![License](https://img.shields.io/badge/Licence-MIT-green.svg)](LICENCE)\nDistributed under the MIT license.\n\nIf you like **TangoMan Dockerized Kali** please star, follow or tweet:\n\n[![GitHub stars](https://img.shields.io/github/stars/TangoMan75/dockerized-kali?style=social)](https://github.com/TangoMan75/dockerized-kali/stargazers)\n[![GitHub followers](https://img.shields.io/github/followers/TangoMan75?style=social)](https://github.com/TangoMan75)\n[![Twitter](https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Fgithub.com%2FTangoMan75%2Fdockerized-kali)](https://twitter.com/intent/tweet?text=Wow:\u0026url=https%3A%2F%2Fgithub.com%2FTangoMan75%2Fdockerized-kali)\n\n... And check my other cool projects.\n\n[![LinkedIn](https://img.shields.io/static/v1?style=social\u0026logo=linkedin\u0026label=LinkedIn\u0026message=morinmatthias)](https://www.linkedin.com/in/morinmatthias)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangoman75%2Fdockerized-kali","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftangoman75%2Fdockerized-kali","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftangoman75%2Fdockerized-kali/lists"}