byzer0 2 Hidden content press like [hide] Here is tool : #!/bin/bash checkSite(){ red='\033[0;31m' cyan='\033[0;36m' NC='\033[0m' green='\e[92m' Green='\e[42m' target=$1 COUNTER=$((COUNTER+1)) if [[ $(timeout 5 curl -s -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.89 Safari/537.36" $target'/.env') =~ 'APP_ENV=' ]]; then printf "${green}[${COUNTER}] => [$target] => ENV OK\n"; echo "$target/.env" | tee -a valid_laravel.txt else printf "${red}[${COUNTER}] => ${red}$target => ENV NO\n"; fi } for target in $(cat $1); do checkSite $target done filter_total=$(cat valid_laravel.txt | wc -l) printf "\033[0;36mTotal Valid : $filter_total\n"; Usage : bash file.sh file.txt [/hide] Quote Share this post Link to post Share on other sites
imkk99 0 thanks for upload let me see now first Quote Share this post Link to post Share on other sites
Khasym 1 thanks for the scanner man :) always love new bash Quote Share this post Link to post Share on other sites
zwarteapen5 1 Hidden content press like aight good money i dont know what this is but ok fatso Quote Share this post Link to post Share on other sites