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.3
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 /
soap /
rpc /
[ HOME SHELL ]
Name
Size
Permission
Action
cgistub.rb
4.88
KB
-rw-r--r--
driver.rb
6.82
KB
-rw-r--r--
element.rb
6.75
KB
-rw-r--r--
httpserver.rb
3.49
KB
-rw-r--r--
proxy.rb
14.71
KB
-rw-r--r--
router.rb
17.71
KB
-rw-r--r--
rpc.rb
550
B
-rw-r--r--
soaplet.rb
3.74
KB
-rw-r--r--
standaloneServer.rb
931
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : standaloneServer.rb
# SOAP4R - WEBrick Server # Copyright (C) 2003 by 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. require 'soap/rpc/httpserver' module SOAP module RPC class StandaloneServer < HTTPServer def initialize(appname, default_namespace, host = "0.0.0.0", port = 8080) @appname = appname @default_namespace = default_namespace @host = host @port = port super(create_config) end alias add_servant add_rpc_servant alias add_headerhandler add_rpc_headerhandler private def create_config { :BindAddress => @host, :Port => @port, :AccessLog => [], :SOAPDefaultNamespace => @default_namespace, :SOAPHTTPServerApplicationName => @appname, } end end end end
Close