Skip to content

Commit f5e6ecc

Browse files
committed
Add clamav_control.md doc
1 parent c02a05f commit f5e6ecc

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
ClamAV is an open source antivirus engine for detecting trojans, viruses, malare, and other
2+
malicious threats.
3+
4+
clamav_control takes advantage of a possible misconfiguration in the ClamAV service on release
5+
0.99.2 if the service is tied to a socket, and allows you fingerprint the version, and being
6+
able to shut down the service.
7+
8+
## Vulnerable Application
9+
10+
To install ClamAV from Ubuntu:
11+
12+
```
13+
$ sudo apt-get install clamav clamav-daemon
14+
$ sudo freshclam
15+
$ sudo /etc/init.d/clamav-daemon start
16+
```
17+
18+
## Options
19+
20+
clamav_control comes with two actions:
21+
22+
**VERSION**
23+
24+
This is the default action, and shows you the ClamAV version. Output example:
25+
26+
```
27+
msf auxiliary(clamav_control) > run
28+
29+
[+] 192.168.1.203:3310 - ClamAV 0.98.7/21772/Wed Jun 22 12:54:15 2016
30+
```
31+
32+
**SHUTDOWN**
33+
34+
This action allows you to shutdown ClamAV. You can also use the VERSION action again to verify
35+
whether is service is down or not.

0 commit comments

Comments
 (0)