clamav-processor

command module
v0.0.0-...-89e22c1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2023 License: MIT Imports: 12 Imported by: 0

README

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:

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL