Skip to content

amin-hedayati/files_antivirus

 
 

Repository files navigation

#ownCloud Antivirus App

files_antivirus is an antivirus app for ownCloud based on ClamAV.

##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.

QA metrics on master branch:

Build Status Scrutinizer Code Quality Code Coverage

QA metrics on stable8 branch:

Build Status Scrutinizer Code Quality Code Coverage

##Status

The App is not complete yet, the following works/is done:

  • It can be configured to work with the executable or the daemon mode of ClamAV
  • If used in daemon mode it can connect through network- or local file-socket
  • 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
  • Background Job to scan all files

##In progress

  • Test uploading from clients

##ToDo

  • File size limit
  • Configurations Tuneups
  • Other OS Testing
  • Look for ideas :P

Requirements

  • ownCloud 7
  • ClamAV (Binaries or a server running ClamAV in daemon mode)

Install

  • Install and enable the App
  • Go to Admin Panel and configure the App

Authors:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 66.4%
  • PHP 32.9%
  • Other 0.7%