Skip to content

Commit

Permalink
Add verbose, bruteforce, and threads to sublist3r, per Sy3Omda.
Browse files Browse the repository at this point in the history
  • Loading branch information
bellma101 committed Mar 12, 2019
1 parent 18c3bc5 commit d6db385
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 @@ -862,7 +862,7 @@ function run_sublist3r() {
echo -e "$GREEN""[i]$BLUE Scanning $1 with sublist3r.""$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
"$SUBLIST3R" -d "$1" -v -b -t 50 -o "$WORKING_DIR"/sublist3r-output.txt
END=$(date +%s);
DIFF=$(( END - START ));

Expand Down

0 comments on commit d6db385

Please sign in to comment.