Merge pull request #353 from Anon-Exploiter/patch-1

Updated installation of altdns
This commit is contained in:
xer0dayz 2021-06-30 13:19:42 -07:00 committed by GitHub
commit 5c8d08fdec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 6 deletions

View File

@ -161,7 +161,6 @@ git clone https://github.com/hisxo/gitGraber.git
git clone https://github.com/1N3/LinkFinder
git clone https://github.com/christophetd/censys-subdomain-finder.git
git clone https://github.com/rbsec/dnscan.git
git clone https://github.com/infosec-au/altdns.git
git clone https://github.com/blechschmidt/massdns.git
git clone https://github.com/ProjectAnte/dnsgen
git clone https://github.com/scipag/vulscan
@ -177,11 +176,7 @@ cd ..
pip3 install -r $PLUGINS_DIR/gitGraber/requirements.txt
pip3 install -r $PLUGINS_DIR/censys-subdomain-finder/requirements.txt
pip3 install -r $PLUGINS_DIR/dnscan/requirements.txt
cd altdns
pip3 install -r requirements.txt
python2 setup.py install
pip3 install py-altdns 2> /dev/null
cd ..
pip3 install py-altdns
cd massdns
make && make install
cd ..