Linux server220.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
: 198.54.116.164 | : 216.73.216.27
Cant Read [ /etc/named.conf ]
7.4.33
adnangch
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
/
usr /
local /
share /
perl5 /
XML /
SAX /
PurePerl /
Reader /
[ HOME SHELL ]
Name
Size
Permission
Action
NoUnicodeExt.pm
587
B
-r--r--r--
Stream.pm
1.76
KB
-r--r--r--
String.pm
1.65
KB
-r--r--r--
URI.pm
1.43
KB
-r--r--r--
UnicodeExt.pm
326
B
-r--r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : UnicodeExt.pm
# $Id$ package XML::SAX::PurePerl::Reader; use strict; use Encode (); sub set_raw_stream { my ($fh) = @_; binmode($fh, ":bytes"); } sub switch_encoding_stream { my ($fh, $encoding) = @_; binmode($fh, ":encoding($encoding)"); } sub switch_encoding_string { $_[0] = Encode::decode($_[1], $_[0]); } 1;
Close