diff --git a/chomp-scan.sh b/chomp-scan.sh index 033f342..edb6d7b 100755 --- a/chomp-scan.sh +++ b/chomp-scan.sh @@ -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);