diff --git a/install.sh b/install.sh index f4dd02d..b5d1fde 100755 --- a/install.sh +++ b/install.sh @@ -85,6 +85,10 @@ git clone https://github.com/christophetd/censys-subdomain-finder.git pip install -r $PLUGINS_DIR/censys-subdomain-finder/requirements.txt pip3 install -r $PLUGINS_DIR/dnscan/requirements.txt git clone https://github.com/infosec-au/altdns.git +cd altdns +pip install -r requirements.txt +python2 setup.py install +pip install py-altdns git clone https://github.com/blechschmidt/massdns.git cd massdns make && make install @@ -94,7 +98,6 @@ cd dnsgen pip3 install -r requirements.txt python3 setup.py install cd .. -pip install py-altdns pip3 install webtech mv $INSTALL_DIR/bin/slurp.zip $PLUGINS_DIR unzip slurp.zip diff --git a/modes/recon.sh b/modes/recon.sh index ab9372f..1ca2a24 100644 --- a/modes/recon.sh +++ b/modes/recon.sh @@ -71,7 +71,7 @@ if [ "$RECON" = "1" ]; then echo -e "${OKGREEN}====================================================================================${RESET}•x${OKGREEN}[`date +"%Y-%m-%d](%H:%M)"`${RESET}x•" echo -e "$OKRED GATHERING ALTDNS SUBDOMAINS $RESET" echo -e "${OKGREEN}====================================================================================${RESET}•x${OKGREEN}[`date +"%Y-%m-%d](%H:%M)"`${RESET}x•" - python2 $INSTALL_DIR/plugins/altdns/altdns.py -i $LOOT_DIR/domains/domains-$TARGET.txt -w $INSTALL_DIR/wordlists/altdns.txt -o $LOOT_DIR/domains/domains-$TARGET-altdns.txt 2> /dev/null + altdns -i $LOOT_DIR/domains/domains-$TARGET.txt -w $INSTALL_DIR/wordlists/altdns.txt -o $LOOT_DIR/domains/domains-$TARGET-altdns.txt 2> /dev/null fi if [ "$DNSGEN" = "1" ]; then echo -e "${OKGREEN}====================================================================================${RESET}•x${OKGREEN}[`date +"%Y-%m-%d](%H:%M)"`${RESET}x•"