From a53e685302beceef642113401bbe347f46b554bf Mon Sep 17 00:00:00 2001 From: bellma101 Date: Fri, 8 Mar 2019 15:59:52 -0600 Subject: [PATCH] Added amass. --- chomp-scan.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chomp-scan.sh b/chomp-scan.sh index c65e0c0..305c329 100755 --- a/chomp-scan.sh +++ b/chomp-scan.sh @@ -842,9 +842,8 @@ function run_amass() { if [[ -f "$WORKING_DIR"/amass-output.txt ]]; then # Cat output into main lists cut -d ' ' -f 1 "$WORKING_DIR"/amass-output.txt >> "$WORKING_DIR"/"$ALL_DOMAIN"; - # cut -d ' ' -f 1 "$WORKING_DIR"/amass-output.txt >> "$WORKING_DIR"/"$ALL_RESOLVED"; cut -d ' ' -f 2 "$WORKING_DIR"/amass-output.txt >> "$WORKING_DIR"/"$ALL_IP"; - echo -e "$GREEN""[i]$BLUE sublist3r took $DIFF seconds to run.""$NC"; + echo -e "$GREEN""[i]$BLUE amass took $DIFF seconds to run.""$NC"; echo -e "$GREEN""[!]$ORANGE amass found $(wc -l "$WORKING_DIR"/amass-output.txt | cut -d ' ' -f 1) domains.""$NC"; fi