Mister Spy Say ="Hello Kids ... :D"
___ ____ _ _____
| \/ (_) | | / ___|
| . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _
| |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | |
| | | | \__ \ || __/ | /\__/ / |_) | |_| |
\_| |_/_|___/\__\___|_| \____/| .__/ \__, |
| | __/ |
|_| |___/
Bot Mister Spy V3
Mister Spy
Mister Spy
Current Path : /etc/cron.daily/ |
|
Current File : //etc/cron.daily/imunify-antivirus.cron |
#!/usr/bin/bash
#
# imunify-antivirus daily cron jobs.
#
# Usage:
# ./imunify-antivirus.cron [<logfile>]
#
# if logfile is not specified, the output will be discarded
# If imunify360-firewall is installed, doing nothing
log=${1:-/dev/null}
main()
{
/usr/libexec/report-command-error /opt/imunify360/venv/bin/python3 /opt/imunify360/venv/share/imunify360/scripts/delay_on_cron_call.py
echo "Checking if imunify360-firewall is installed"
if rpm -qi imunify360-firewall; then
echo "Imunify360-installed, skipping antivirus cron"
exit 0
fi
echo "Starting daily imunify-antivirus cron jobs at $(date)"
/usr/bin/imunify360-agent check-domains
PACKAGES="imunify-antivirus \
ai-bolit \
alt-php-hyperscan \
imunify-common \
imunify-notifier \
imunify-core \
imunify-ui \
imunify360-venv \
minidaemon \
alt-php-internal \
app-version-detector"
/usr/libexec/report-command-error /usr/bin/yum update --assumeyes $PACKAGES
/usr/bin/imunify-antivirus version
echo "Finished daily imunify-antivirus cron jobs at $(date)"
}
main >> "$log" 2>&1
Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat