hax3xploit / recon-tainer

A docker container that will enumerate subdomains and then filters out injection point parameters and much more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recon-tainer

GitHub GitHub closed issues GitHub closed pull requests Twitter

A docker container which will enumerate subdomains and then filters out injection point parameters and much more.

Building the docker image

You can build the docker image yourself using the following:

git clone https://github.com/hax3xploit/recon-tainer  && cd recon-tainer
docker build . -t hax3xploit/recon-tainer:v1.0 
docker run -it --rm hax3xploit/recon-tainer:v1.0 

Using Image from Dockerhub

In case you don't want to build the image yourself, just execute the line below and you'll be done and dusted.

docker run -it --rm hax3xploit/recon-tainer:v1.0

Mounting saved results

docker run -it --rm -v /home/<user>/results/:/root/results/ hax3xploit/recon-tainer:v1.0

Add to .bashrc or .zshrc

Add this line to your .bashrc or .zshrc, so you dont have to write whole docker command every time.

alias recon-tainer="docker run -it --rm -v /root/results/:/root/results/ hax3xploit/recon-tainer:v1.0"

Tools

Currently integrated tools include:

About

A docker container that will enumerate subdomains and then filters out injection point parameters and much more.

License:MIT License


Languages

Language:Shell 68.1%Language:Dockerfile 31.9%