HEX
Server: LiteSpeed
System: Linux prd24.1136.24x7ssfix.net 5.14.0-611.16.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Dec 22 03:40:39 EST 2025 x86_64
User: fairplaweeqe (1557)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //etc/cron.daily/scan-24x7SS
#!/bin/bash
# Version updater for 24x7SS scan
# (c) - Naylor | 24x7ServerSupport.com

if [ -e /root/bin/scan ]; then
	/root/bin/scan --update > /dev/null
fi