Skip to content

Commit

Permalink
Added amass.
Browse files Browse the repository at this point in the history
  • Loading branch information
bellma101 committed Mar 8, 2019
1 parent c7fa4be commit a53e685
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chomp-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a53e685

Please sign in to comment.