|
|
(4 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| == Overview: ==
| |
|
| |
| ClamAV is an open source (GPLv2) anti-virus toolkit, designed especially for e-mail scanning on mail gateways. It provides a number of utilities including a flexible and scalable multi-threaded daemon, a command line scanner and advanced tool for automatic database updates. The core of the package is an anti-virus engine available in a form of shared library.
| |
|
| |
| == Supported OS: ==
| |
|
| |
| '''Alpine'''
| |
| 3.21 (x86_64, arm64)
| |
| '''Ubuntu'''
| |
| 24.04 (x86_64, arm64)
| |
| '''Debian'''
| |
| 12 (x86_64, arm64)
| |
| '''AlmaLinux'''
| |
| 8.10 (x86_64, arm64)
| |
| '''Fedora'''
| |
| 41 (x86_64, arm64)
| |
| '''openSUSE'''
| |
| 15 Leap (x86_64, arm64)
| |
| '''UNIX'''
| |
| '''FreeBSD'''
| |
| 14 (x86_64)
| |
| '''macOS'''
| |
| 15.3 Sequoia (x86_64, arm64)
| |
| 14.7 Sonoma (x86_64, arm64)
| |
| 13.7 Ventura (x86_64, arm64)
| |
| '''Windows'''
| |
| W11(x86_64, arm64)
| |
| W10(i386, x86_64)
| |
|
| |
| == Setup Process: ==
| |
| Creating ClamAV Antivirus Live USB drive - or you can use the Kali version | | Creating ClamAV Antivirus Live USB drive - or you can use the Kali version |
|
| |
|
Line 64: |
Line 34: |
|
| |
|
| {| class="wikitable" | | {| class="wikitable" |
| |+ Menu Options for using the utility | | |+ Caption text |
| |- | | |- |
| | [[File:Main Menu.jpg|thumb]] | | | [[File:Main Menu.jpg|thumb]] |
Line 70: |
Line 40: |
|
| |
|
| | | |
| 6) Enter (1) to scan your computer for malware. | | 6) Finally, enter (1) to scan your computer for malware. You will be presented with three more options on what to be done just in case malware is found. I recommend (3), which is moving the infected file to quarantine. That way, you will know which files are infected. |
| You will be presented with three more options on what to be done just in case malware is found. | |
| | |
| Option 3 is recommended, which is moving the infected file to quarantine.
| |
|
| |
|
| {| class="wikitable" | | {| class="wikitable" |
| |+ Scan Result options | | |+ Caption text |
| |- | | |- |
| | [[File:File Options.jpg|thumb]] | | | [[File:File Options.jpg|thumb]] |
| |} | | |} |
|
| |
|
| |
| == Source and Notes: ==
| |
| '''Website:'''
| |
| https://www.clamav.net/
| |
| '''Github Repo:'''
| |
| https://github.com/Cisco-Talos/clamav
| |