Update laravel.sh

patch-1
Muhammad Daffa 2020-06-25 05:53:02 +07:00 committed by GitHub
parent 958bcdb258
commit 47a64f6fa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ fi
for SITE in $(cat $LISTS);
do
if [[ $(curl --connect-timeout 3 --max-time 3 -kLs "${SITE}/wp-content/debug.log" ) =~ 'laravel\framework' ]]; then
if [[ $(curl --connect-timeout 3 --max-time 3 -kLs "${SITE}/storage/logs/laravel.log" ) =~ 'laravel\framework' ]]; then
echo -e "\e[32m[+] FOUND: ${SITE}storage/logs/laravel.log"
else
echo -e "\e[31m[-] NOT FOUND: ${SITE}"