{"id":20608516,"url":"https://github.com/rishang/huntcontainer","last_synced_at":"2026-05-05T10:33:08.797Z","repository":{"id":104086812,"uuid":"312579058","full_name":"Rishang/huntcontainer","owner":"Rishang","description":"Pre-setup of many of great pentesting tools , using docker","archived":false,"fork":false,"pushed_at":"2022-10-08T09:02:41.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-17T03:11:32.022Z","etag":null,"topics":["bash","docker","kali-linux","pentesting","pentesting-tools"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rishang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-13T13:10:46.000Z","updated_at":"2022-10-08T08:39:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"a5566e35-b053-4731-bfe4-c946f2280941","html_url":"https://github.com/Rishang/huntcontainer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rishang%2Fhuntcontainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rishang%2Fhuntcontainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rishang%2Fhuntcontainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rishang%2Fhuntcontainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rishang","download_url":"https://codeload.github.com/Rishang/huntcontainer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242253462,"owners_count":20097385,"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":["bash","docker","kali-linux","pentesting","pentesting-tools"],"created_at":"2024-11-16T10:10:52.168Z","updated_at":"2026-05-05T10:33:08.768Z","avatar_url":"https://github.com/Rishang.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hunt Container\n\n## A Docker image containing setup of great sec tools\n\n**USECASE: When you want to run some testing-tools but you're on OS other than kali-linux, Eg: Windows, Ubuntu, Fedora\nand you can't or don't want to get into mess of installing and configurating things. and just want to get started.**\n\n**requirements:** Having Docker installed. [Install Docker](https://docs.docker.com/engine/install/)\n\n## Installation\n\nDirectly pull from dockerhub:\n\n    docker pull rishang/seccontainer\n\n    mkdir test ; cd test\n    \n    docker run -it -v $PWD:/root/test --name=\"testing\" rishang/seccontainer\n\nYou can save all testing outputs to path of /root/test while using bind mount volume. also that folder consist of `git init` so you can also set remote origin to your git repo and preform `git push` to save output, this will be good case while testing EC2 instance where we can easily setup many sec tools easily, perform quick tests and push outputs to your private github repo.\n\n-----------------\n\n## Tools inside image\n\nThis list of tools are already present within the image.\n\n### Common tools\n\n- git\n- tmux\n- curl | wget\n- vim | nano\n- whois | tcpdump\n- ssh\n- strings | strip\n- [fzf](https://github.com/junegunn/fzf)\n- [gron](https://github.com/tomnomnom/gron)\n\n-----------------\n\n### Testing Go tools\n\n- [gau](https://www.github.com/lc/gau)\n- [gf | gf templates](https://www.github.com/tomnomnom/gf)\n- [go-dork](https://www.github.com/dwisiswant0/go-dork)\n- [gitleaks](https://github.com/zricethezav/gitleaks)\n- [fuff](https://www.github.com/ffuf/ffuf)\n- [dns-x](https://www.github.com/projectdiscovery/dnsx/)\n- [gobuster](https://www.github.com/OJ/gobuster)\n- [aquatone](https://www.github.com/michenriksen/aquatone)\n- [httpx](https://www.github.com/projectdiscovery/httpx/)\n- [nuclei | nuclei templates](https://www.github.com/projectdiscovery/nuclei/)\n- [meg](https://www.github.com/tomnomnom/meg)\n- [assetfinder](https://www.github.com/tomnomnom/assetfinder)\n- [httprobe](https://www.github.com/tomnomnom/httprobe)\n- [subfinder](https://www.github.com/projectdiscovery/subfinder/)\n\n-----------------\n\n### Testing kali-package tools\n\n- [amass](https://github.com/OWASP/Amass)\n- [exploitdb](https://www.exploit-db.com/)\n- [dnsenum](https://tools.kali.org/information-gathering/dnsenum)\n- [nmap](https://nmap.org/)\n- [netcat](https://en.wikipedia.org/wiki/Netcat)\n- [nikto](https://cirt.net/Nikto2)\n\n-----------------\n\n## unminify\n\nThe `unminify` command is for adding more tools based on category. It's a bash script located at /usr/bin/unminify copied unminify.sh of gitrepo, for install and configuring more testing tools based on category.\n\n**Note:** Those tools are not pre-installed so it will get downloaded and installed automatically.\n\n`Usage:   unminify { web|wordlists|tor|social|all }`\n`Example: unminfy web`\n\n## List of tools of each category in `unminify` command\n\n- ## web\n  \n  - [shodan](https://cli.shodan.io/)\n  - [dnstwist](https://github.com/elceef/dnstwist)\n  - [XSStrike](https://github.com/s0md3v/XSStrike)\n  - [wpscan](https://github.com/wpscanteam/wpscan)\n  - [sublist3r](https://github.com/aboul3la/Sublist3r)\n  - [Photon](https://github.com/s0md3v/Photon)\n  - [whatweb](https://github.com/urbanadventurer/WhatWeb)\n  - [wafw00f](https://github.com/EnableSecurity/wafw00f)\n  - [subjack](https://github.com/haccer/subjack)\n  - [wfuzz](https://github.com/xmendez/wfuzz)\n  - [sqlmap](https://github.com/sqlmapproject/sqlmap)\n  - [sslscan](https://github.com/rbsec/sslscan)\n  - [knockpy](https://github.com/guelfoweb/knock)\n\n- ## wordlists\n\n  - [seclist](https://github.com/danielmiessler/SecLists)\n  - [exrex](https://github.com/asciimoo/exrex)\n  - [crunch](https://tools.kali.org/password-attacks/crunch)\n  - [PayloadsAllTheThings](https://github.com/swisskyrepo/PayloadsAllTheThings)\n\n- ## social\n\n  - [sherlock](https://github.com/sherlock-project/sherlock)\n\n- ## tor\n\n  - tor\n  - proxychains\n\n- ## all\n\n  - To setup tools of all categories\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishang%2Fhuntcontainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frishang%2Fhuntcontainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frishang%2Fhuntcontainer/lists"}