⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.50
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
/
ModemManager
/
connection.available.d
/
Edit File: 99-log-event
#!/bin/sh # SPDX-License-Identifier: CC0-1.0 # 2022 Aleksander Morgado <aleksander@aleksander.es> # # Example connection info dispatcher script # # require program name and at least 4 arguments [ $# -lt 4 ] && exit 1 MODEM_PATH="$1" BEARER_PATH="$2" INTERFACE="$3" STATE="$4" MODEM_ID=$(basename ${MODEM_PATH}) BEARER_ID=$(basename ${BEARER_PATH}) # report in syslog the event logger -t "connection-dispatch" "modem${MODEM_ID}: bearer${BEARER_ID}: interface ${INTERFACE} ${STATE}" exit $?
Simpan