Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
sdgs /
wp-content /
plugins /
wordpress-importer /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
parsers
[ DIR ]
drwxr-xr-x
php-toolkit
[ DIR ]
drwxr-xr-x
class-wp-import.php
56.32
KB
-rwxr-xr-x
compat.php
864
B
-rwxr-xr-x
parsers.php
642
B
-rwxr-xr-x
readme.txt
6.5
KB
-rwxr-xr-x
wordpress-importer.php
2.62
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : parsers.php
<?php /** * WordPress eXtended RSS file parser implementations * * @package WordPress * @subpackage Importer */ _deprecated_file( basename( __FILE__ ), '0.7.0' ); /** WXR_Parser class */ require_once __DIR__ . '/parsers/class-wxr-parser.php'; /** WXR_Parser_SimpleXML class */ require_once __DIR__ . '/parsers/class-wxr-parser-simplexml.php'; /** WXR_Parser_XML class */ require_once __DIR__ . '/parsers/class-wxr-parser-xml.php'; /** WXR_Parser_Regex class */ require_once __DIR__ . '/parsers/class-wxr-parser-regex.php'; /** WXR_Parser_XML_Processor class */ require_once __DIR__ . '/parsers/class-wxr-parser-xml-processor.php';
Close