mirror of https://github.com/1N3/Sn1per.git
Merge pull request #353 from Anon-Exploiter/patch-1
Updated installation of altdns
This commit is contained in:
commit
5c8d08fdec
|
|
@ -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 ..
|
||||
|
|
|
|||
Loading…
Reference in New Issue