From d0dbe6cd683df45c68cab8ee94bca0d9924a08fe Mon Sep 17 00:00:00 2001 From: Sy3Omda <48482029+Sy3Omda@users.noreply.github.com> Date: Tue, 12 Mar 2019 20:33:59 +0200 Subject: [PATCH] reduce false positive output reduce false positive subdomains output and adding threads --- chomp-scan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);