Skip to content

valarauco/files_antivirus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Owncloud Antivirus App

files_antivirus is an antivirus app for Owncloud based on ClamAV.

v0.2

##Details

The idea is to check for virus at upload-time, notifying the user (on screen and/or email) and remove the file if it's infected.

##Status

The App is not complete yet...

  • It can be configured to work with the executable or the daemon mode of ClamAV
  • In daemon mode, it sends files to a remote/local server using INSTREAM command
  • When the user uploads a file, it's checked
  • If an uploaded file is infected, it's deleted and a notification is shown to the user on screen and an email is sent with details.
  • Tested in Linux only

##In progress

  • Test uploading from clients

##ToDo

  • Background Job to scan all files
  • File size limit
  • Configurations Tuneups
  • Other OS Testing
  • Look for ideas :P

Requirements

  • Owncloud 4
  • ClamAV (Binaries or a server running ClamAV in daemon mode)

Install

  • Download App tarball or clone repo
  • master
  • v0.2
  • git clone git://github.com/valarauco/files_antivirus.git
  • Unpack the tarball inside the apps directory of Owncloud
  • Activate the App
  • Go to Admin Panel and configure the App

Author: Manuel Delgado López :: manuel.delgado at ucr.ac.cr