A docker container which will enumerate subdomains and then filters out injection point parameters and much more.
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
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 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"
Currently integrated tools include: