x1mdev / ReconPi

ReconPi - A lightweight recon tool that performs extensive scanning with the latest tools.
https://x1m.nl/posts/recon-pi/
MIT License
713 stars 116 forks source link

massdns functionality fix #15

Closed x1mdev closed 5 years ago

x1mdev commented 6 years ago

Check the way subfinder uses host file in the docker cmd, can be used for resolved-domains.txt as well I guess


: 'Run MassDNS on the given domains'
runMassDNS()
{
    echo -e "[$GREEN+$RESET] Starting MassDNS now!"

    #This doesn't work yet because I need to find a way to get the resolved-domains.txt from the host to docker.
    docker run -it massdns -r lists/resolvers.txt -t A -o S -w resolved-domains.txt > $ROOT/$1/massdns.txt

    echo -e "[$GREEN+$RESET] Done!"
}
x1mdev commented 5 years ago

massdns still doesn't seem to work, might be due to the changes in v1.0.0

x1mdev commented 5 years ago

Fixed in https://github.com/x1mdev/ReconPi/commit/1d3b15bb0437b7e194e3523501b6b8c8a088ee9c

Changed OS to Re4son Kali Pi, only required a couple of minor changes to install.sh