diff --git a/BugBountyScanner.sh b/BugBountyScanner.sh index 1aae3e4..7946b32 100755 --- a/BugBountyScanner.sh +++ b/BugBountyScanner.sh @@ -204,12 +204,12 @@ do echo "[-] SKIPPING SUBJACK" fi - if [ ! -d "aquatone" ] || [ "$overwrite" = true ] + if [ ! -f "aquatone_report.html" ] || [ "$overwrite" = true ] then echo "[*] RUNNING AQUATONE..." cat livedomains-$DOMAIN.txt | aquatone -ports medium generate_screenshot_report "$DOMAIN" - notify "aquatone completed! Took *$(find aquatone/* -maxdepth 0 | wc -l)* screenshots. Getting Wayback Machine path list with GAU..." + notify "Aquatone completed! Took *$(find screenshots/* -maxdepth 0 | wc -l)* screenshots. Getting Wayback Machine path list with GAU..." else echo "[-] SKIPPING AQUATONE" fi @@ -262,7 +262,7 @@ do while read -r dname; do filename=$(echo "${dname##*/}" | sed 's/:/./g') - ffuf -w "$toolsDir/wordlists/tempfiles.txt" -u "$dname" -maxtime 3 -o "ffuf-$filename.txt" + ffuf -w "$toolsDir/wordlists/tempfiles.txt" -u "$dname/FUZZ" -maxtime 3 -o "ffuf-$filename.txt" done < "../livedomains-$DOMAIN.txt" find . -size 0 -delete diff --git a/utils/screenshotReport.sh b/utils/screenshotReport.sh index daa1eaa..ed74931 100644 --- a/utils/screenshotReport.sh +++ b/utils/screenshotReport.sh @@ -65,6 +65,6 @@ cat >> ../screenshotReport.html << FOOTER FOOTER -cd ../.. +cd .. }