Skip to content

famous-warplane/clamav-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClamAV Processor

A simple application to run ClamAV's clamdscan daemon to seperate quarantined files from good files....

Running:

The application takes three command line flags:

  • -i, --inputPath : The directory containing files to be scanned
  • -q, --quarantinePath : The directory to which quarantined files will be moved
  • -o, --outputPath : The directory to which safe files will be moved
  • -p, --period : The interval in seconds at which the scan will run

Example:

cap -i /var/in -o /var/out -q /var/quarantine -p 30

TODO: