Project to test the capabilities of the nClam API
- Download the ClamAV server from here
- Extract the binaries to
C:\clamav
- Create an empty directory called
DB
in theC:\clamav
directory - From an administrator command prompt
cd
intoC:\clamav
directory and run thefreshclam --no-dns
command. This will download the most up to date virus databases into theDB
directory - Start the ClamAV Service by running
clamd --install
- Start the Updater Service by running
freshclam --install
- Set the ClamAV Services to run automatically at startup as shown in the image below
- The ClamAV Server should now be started at
localhost:3310
. You can test this by navigating to it and the textUNKNOWN COMMAND
should appear in the browser.