Linux server123.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 198.54.126.127 | : 216.73.216.107
Cant Read [ /etc/named.conf ]
?8.4.14
ezdajrnh
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
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 : ICONV.rb
require "iconv" raise LoadError unless defined? Iconv module REXML module Encoding def decode_iconv(str) Iconv.conv(UTF_8, @encoding, str) end def encode_iconv(content) Iconv.conv(@encoding, UTF_8, content) end register("ICONV") do |obj| Iconv.conv(UTF_8, obj.encoding, nil) class << obj alias decode decode_iconv alias encode encode_iconv end end end end
Close