Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 982 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 982 Bytes

nClam-Test

Project to test the capabilities of the nClam API

Setup Instructions

  1. Download the ClamAV server from here
  2. Extract the binaries to C:\clamav
  3. Create an empty directory called DB in the C:\clamav directory
  4. From an administrator command prompt cd into C:\clamav directory and run the freshclam --no-dns command. This will download the most up to date virus databases into the DB directory
  5. Start the ClamAV Service by running clamd --install
  6. Start the Updater Service by running freshclam --install
  7. Set the ClamAV Services to run automatically at startup as shown in the image below

Image

  1. The ClamAV Server should now be started at localhost:3310. You can test this by navigating to it and the text UNKNOWN COMMAND should appear in the browser.