Linux ams-business-5.hostwindsdns.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 23.254.231.17 & Your IP : 216.73.217.37
Domains :
Cant Read [ /etc/named.conf ]
User : uxvsuhne
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
cpanel /
ea-wappspector /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
wappspector.php
841
B
-rwxr-xr-x
2026-09-23 12:01
Save
Rename
#!/usr/bin/php <?php require __DIR__ . '/../vendor/autoload.php'; use Plesk\Wappspector\DIContainer; use Symfony\Component\Console\Application; // Report anything that goes wrong building or running the console application. // PHP's display_errors is off on a default installation, so without this an // uncaught error exits non-zero having printed nothing at all -- which says // nothing about a missing dependency, an unreadable path, or a bad argument. try { $diContainer = DIContainer::build(); $app = $diContainer->get(Application::class); $app->run(); } catch (Throwable $e) { fwrite( STDERR, sprintf( "wappspector: %s: %s in %s on line %d\n", get_class($e), $e->getMessage(), $e->getFile(), $e->getLine() ) ); exit(1); }