Skip to content

Commit

Permalink
Merge pull request SolomonSklash#31 from Sy3Omda/patch-1
Browse files Browse the repository at this point in the history
reduce false positive output
  • Loading branch information
SolomonSklash authored Mar 12, 2019
2 parents 33ae48c + d0dbe6c commit 18c3bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chomp-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ function run_sublist3r() {
trap cancel SIGINT;

echo -e "$GREEN""[i]$BLUE Scanning $1 with sublist3r.""$NC";
echo -e "$GREEN""[i]$ORANGE Command: $SUBLIST3R -d $1 -o $WORKING_DIR/sublist3r-output.txt.""$NC";
echo -e "$GREEN""[i]$ORANGE Command: $SUBLIST3R -d $1 -v -b -t 50 -o $WORKING_DIR/sublist3r-output.txt.""$NC";
START=$(date +%s);
"$SUBLIST3R" -d "$1" -o "$WORKING_DIR"/sublist3r-output.txt
END=$(date +%s);
Expand Down

0 comments on commit 18c3bc5

Please sign in to comment.