Linux velvet.gennetworks.in 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
LiteSpeed
Server IP : 161.129.70.235 & Your IP : 216.73.216.5
Domains :
Cant Read [ /etc/named.conf ]
User : virtueex
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby18 /
lib64 /
ruby /
1.8 /
soap /
rpc /
Delete
Unzip
Name
Size
Permission
Date
Action
cgistub.rb
4.88
KB
-rw-r--r--
2007-02-13 04:31
driver.rb
6.82
KB
-rw-r--r--
2007-02-13 04:31
element.rb
6.75
KB
-rw-r--r--
2007-02-13 04:31
httpserver.rb
3.49
KB
-rw-r--r--
2007-02-13 04:31
proxy.rb
14.71
KB
-rw-r--r--
2007-02-13 04:31
router.rb
17.71
KB
-rw-r--r--
2007-02-13 04:31
rpc.rb
550
B
-rw-r--r--
2007-02-13 04:31
soaplet.rb
3.74
KB
-rw-r--r--
2007-02-13 04:31
standaloneServer.rb
931
B
-rw-r--r--
2007-02-13 04:31
Save
Rename
# SOAP4R - RPC utility. # Copyright (C) 2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>. # This program is copyrighted free software by NAKAMURA, Hiroshi. You can # redistribute it and/or modify it under the same terms of Ruby's license; # either the dual license version in 2003, or any later version. module SOAP module RPC ServerException = Mapping::MappedException def self.defined_methods(obj) if obj.is_a?(Module) obj.methods - Module.methods else obj.methods - Object.instance_methods(true) end end end end