Security/ClamAV: Difference between revisions
Jump to navigation
Jump to search
| Line 84: | Line 84: | ||
|valign='top'| | |valign='top'| | ||
|- | |||
!scope='col'| Scan » Manual | |||
!scope='col'| Scan » Manual | |||
|- | |||
|valign='top'| | |||
<syntaxhighlight lang='bash'> | |||
systemctl list-unit-files --state=enabled | grep -i upload | |||
systemctl list-timers --all | grep -i upload | |||
systemctl list-units | grep -i upload | |||
journalctl | grep -i upload | |||
systemctl status upload* | |||
</syntaxhighlight> | |||
|valign='top'| | |||
<syntaxhighlight lang='bash'> | |||
grep -R 'upload' /etc/profile /etc/profile.d ~/.bashrc ~/.profile 2>/dev/null | |||
grep -R 'upload' /etc/cron* /var/spool/cron 2>/dev/null | |||
ls -l /etc/rc.local | |||
ausearch -x upload | |||
</syntaxhighlight> | |||
|} | |} | ||
|} | |} | ||
Latest revision as of 15:11, 23 January 2026
Security » ClamAV
|
Security » ClamAV | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
References
|
References | ||
|---|---|---|