From f532cad30b8b87f3805a6cf8c8928c3f28b9a9c0 Mon Sep 17 00:00:00 2001 From: WP Engine Marketing Date: Fri, 11 Jan 2019 10:13:07 -0700 Subject: [PATCH] Sn1per Community Edition by @xer0dayz - https://xerosecurity.com --- modes/recon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modes/recon.sh b/modes/recon.sh index f6a5a45..31ec11d 100644 --- a/modes/recon.sh +++ b/modes/recon.sh @@ -60,7 +60,7 @@ if [ "$RECON" = "1" ]; then echo -e "${OKGREEN}====================================================================================${RESET}" echo -e "$OKRED STARTING DOMAIN FLYOVER $RESET" echo -e "${OKGREEN}====================================================================================${RESET}" - aquatone-discover -d $TARGET -t 100 --wordlist $INSTALL_DIR/wordlists/domains-all.txt | tee $LOOT_DIR/nmap/aquatone-$TARGET-discover 2>/dev/null + aquatone-discover -d $TARGET -t 100 | tee $LOOT_DIR/nmap/aquatone-$TARGET-discover 2>/dev/null sed -r "s/\x1B\[([0-9]{1,2}(;[0-9]{1,2})?)?[mGK]//g" $LOOT_DIR/nmap/aquatone-$TARGET-discover > $LOOT_DIR/nmap/aquatone-$TARGET-discover.txt 2> /dev/null rm -f $LOOT_DIR/nmap/aquatone-$TARGET-discover 2> /dev/null aquatone-takeover -d $TARGET -t 100 | tee $LOOT_DIR/nmap/aquatone-$TARGET-takeovers 2>/dev/null