Main > Free Download Search >

Free clamav software for linux

clamav

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 65
ClamAv# 20051001

ClamAv# 20051001


ClamAv# is a Mono language binding for the ClamAV virus scanner. more>>
ClamAv# is a Mono language binding for the ClamAV virus scanner.
Enhancements:
- Several improvements were made in ClamAvDemo. /.dev is excluded.
- Directory recursion depth count is now reversed.
- The higher level API from Mono.Unix is now used to get file information.
<<less
Download (0.020MB)
Added: 2005-10-01 License: GPL (GNU General Public License) Price:
1487 downloads
pyClamAV 0.4.0

pyClamAV 0.4.0


pyclamav is a virus checking module for Python that uses libclamav. more>>
pyClamAV program is a python binding to libclamav written in C. By using pyClamAV, you can add virus detection capabilities to your python software in an efficient and easy way.
Intallation:
You need to have clamav and libclamav installed with clamav.h header file. You also need to have python installed.
The simplest way to compile this package is:
- Run python setup.py build
- As root run python setup.py install
It should be done.
Usage:
From python :
Python 2.3.3 (#1, Mar 21 2004, 00:29:15)
[GCC 2.95.4 20011002 (Debian prerelease)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyclamav
>>> ret=pyclamav.scanfile(/tmp/virus)
>>> print ret
(1, Worm.Sober.G)
>>> ret=pyclamav.scanthis("Buffer to test blalblabla...")
>>> print ret
(0, )
>>> print pyclamav.get_numsig()
34861
>>> print pyclamav.get_version()
(0.86.1, 898, 1117257063)
>>> print pyclamav.version()
0.3.0
>>> print pyclamav.scanfile(/tmp) # /tmp is a directory
Traceback (most recent call last):
File "", line 1, in ?
ValueError: Argument is not a filename
Enhancements:
- Support for clamav 0.90.
- Due to the removal of cl_scanbuff from libclamav, pyclamav.scanthis() had to be removed.
- Using pyclamd instead of pyclamav is strongly encouraged.
<<less
Download (0.012MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
983 downloads
SquidClamAv 3.0

SquidClamAv 3.0


SquidClamAv is a dedicated ClamAV antivirus redirector for Squid. more>>
SquidClamAv is a dedicated ClamAV antivirus redirector for Squid. SquidClamAv script can run antivirus checks based on filename regex, content-type regex, and more. It is easy to install and works even with heavy Squid access.

<<less
Download (0.31MB)
Added: 2006-08-29 License: GPL (GNU General Public License) Price:
1156 downloads
wbmclamav 0.8.0

wbmclamav 0.8.0


wbmclamav is a webmin module to manage Clam Antivirus (ClamAV). more>>
wbmclamav is a webmin module to manage Clam Antivirus (ClamAV).
Supported Languages:
- English
- French
- Italian
- German.
<<less
Download (0.12MB)
Added: 2007-03-04 License: GPL (GNU General Public License) Price:
967 downloads
mod_clamav 0.21

mod_clamav 0.21


mod_clamav is a virus scanning module which uses the Clam Antivirus (clamav) package to scan Web traffic for viruses. more>> <<less
Download (0.30MB)
Added: 2006-07-08 License: GPL (GNU General Public License) Price:
1204 downloads
PHP ClamAV Lib 0.12a

PHP ClamAV Lib 0.12a


PHP ClamaAV Lib is a PHP extension that allows you to incorporate virus scanning features in your PHP scripts. more>>
PHP ClamaAV Lib is a PHP extension that allows you to incorporate virus scanning features in your PHP scripts.

It uses the Clam Antivirus API (libclamav) for virus scanning. There are supported functions for file scanning and buffer scanning.

Functions Reference:

string cl_scanfile(string filename);

Description:

Scan a file given a filename.

Parameters:

filename: the absolute / relative path to the file.

Return value:

Returns the name of the virus if this is found and returns null when no virus is found.

cl_scanfile_ex(string filename, int options, string virusname, int retcode);

Description:

Scan a file given a filename (extended version), it supports the ClamAV scanning options and returns the virusname and return code of the cl_scanfile() API function.

Parameters:

filename: the absolute / relative path to the file.
options: ClamAV scanning options.
virusname: This parameter is used to retrieve the virusname if a virus was found.
retcode: This parameter is used to retrieve the return code of the cl_scanfile API function.

string cl_scanbuff();

Description:

Scan a file given a string buffer.

Parameters:

buffer: string buffer to be scanned.

Return value:

Returns the name of the virus if this is found and returns null when no virus is found.

string cl_scanbuff_ex(string buffer, int size_buffer, string virusname, int retcode);

Description:

Scan a file given a string buffer (extended version), returns the virusname and return code of the cl_scanfile() API function..

Parameters:

buffer: string buffer to be scanned.
size_buffer: size of the buffer.
virusname: This parameter is used to retrieve the virusname if a virus was found.
retcode: This parameter is used to retrieve the return code of the cl_scanfile API function.

string cl_pretcode(int retcode);

Description:

Translates the ClamAV return code.

Parameters:

retcode: The return code of a cl_scanfile_ex(filename, options, virusname, retcode) or cl_scanbuff_ex(buffer, size_buffer, virusname, retcode) function.
Return value:

Returns a string with the return code description.

Compatibility functions:

string clam_scan_buffer(string buffer);
string clam_scan_file(string filename);
string clam_get_version();
<<less
Download (0.007MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
1495 downloads
Sendmail filter for ClamAV 1.2.1

Sendmail filter for ClamAV 1.2.1


Sendmail filter for ClamAV aims to be lightweight, reliable and simple. more>>
smf-clamd is a Sendmail milter for the ClamAV (Clam AntiVirus).
Sendmail filter for ClamAV aims to be lightweight, reliable and simple. Sendmail filter for ClamAV is written in C.
Main features:
- It has a hosts/networks whitelist;
- It can scan messages less than a defined size only;
- It rejects infected messages at the SMTP DATA stage;
- It can add an information header with scan results to scanned messages;
- It can log all milter activities through the syslog service.
Advantages:
- Small code;
- Fast work;
- Stability (production quality);
- Few system resources are required;
- No temporary files are created.
Enhancements:
- A workaround for the Sendmail socket unsafe error on some platforms was implemented.
- Clean email messages logging was removed.
- Configuration file, default user, and working directory were changed.
- The format of log records was changed.
- Some samples of start-up scripts were added.
- The new TODO tasks were added.
- Cosmetic enhancements were made.
<<less
Download (0.023MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1235 downloads
KlamAV 0.41

KlamAV 0.41


KlamAV provides ClamAV protection for the KDE desktop. more>>
KlamAV provides ClamAV protection for the KDE desktop. KlamAV includes on access scanning, manual scanning, quarantine management, downloading of updates, mail scanning, and automated installation.
Main features:
- On Access Scanning
- Manual Scanning
- Quarantine Management
- Downloading Updates
- Mail Scanning (KMail/Evolution)
- Automated Installation
- Dazuko pre-package
Enhancements:
- Make compatible with ClamAV 0.90
<<less
Download (2.3MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
976 downloads
ClamTk 3.00

ClamTk 3.00


ClamTk is a GUI frontend for ClamAV. more>>
ClamTk is a GUI front-end for ClamAV antivirus projects, using Gtk2-perl.

It is designed to be an easy-to-use, point and click virus scanner for Linux systems.

<<less
Download (0.031MB)
Added: 2007-08-09 License: Perl Artistic License Price:
813 downloads
ClamFS 0.9.1

ClamFS 0.9.1


ClamFS is a FUSE-based user-space file system for Linux with on-access anti-virus file scanning through clamd daemon. more>>
ClamFS is a FUSE-based user-space file system for Linux with on-access anti-virus file scanning through clamd daemon.
Main features:
- User-space file system (no kernel patches, recompilation, etc.)
- Configuration stored in XML files
- FUSE (and libfuse) used as file system back-end
- Scan files using ClamAV
- ScanCache (LRU with time-based and out-of-memory expiration) speeds up file access
- Sends mail to administrator when detect virus
<<less
Download (0.13MB)
Added: 2007-03-17 License: GPL (GNU General Public License) Price:
951 downloads
ClamSMTP 1.6

ClamSMTP 1.6


ClamSMTP is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software. more>>
ClamSMTP project is an SMTP filter that allows you to check for viruses using the ClamAV anti-virus software.
It accepts SMTP connections and forwards the SMTP commands and responses to another SMTP server. The DATA email body is intercepted and scanned before forwarding.
ClamSMTP aims to be lightweight, reliable, and simple rather than have a myriad of options. Its written in C without major dependencies. If you need more options then you could use something big like AMaViS which is written in PERL and can do almost anything.
I wrote this with the Postfix mail server in mind. Heres how to configure it as a Postfix Content Filter.
ClamSMTP can also be used as a transparent proxy to filter an entire networks SMTP traffic at the router.
Enhancements:
- Support has been removed for listening on ports under 1024.
- Support has been added for embedded NULLs in email data.
- Problems with not listening properly when in daemon mode have been fixed, as well as warnings when compiled with gcc 4.0.
- Empty addresses are handled properly in logs.
- This release will not let Exchange send its strange binary data through the proxy.
- More Solaris fixes.
- Email messages are not rejected when the server is overloaded or encounters errors, or when starting the filter command fails.
<<less
Download (0.14MB)
Added: 2006-01-05 License: GPL (GNU General Public License) Price:
1389 downloads
pyClamd 0.1.0

pyClamd 0.1.0


pyClamd is a python interface to Clamd (Clamav daemon). more>>
pyClamd library is a python interface to Clamd (Clamav daemon). By using pyClamd, you can add virus detection capabilities to your python software in an efficient and easy way.

Instead of pyClamav which uses libclamav, pyClamd may be used by a closed source product.

Usage:

From python :
Python 2.3.5 (#2, Sep 4 2005, 22:01:42)
[GCC 3.3.5 (Debian 1:3.3.5-13)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyclamd
>>> pyclamd.init_network_socket(localhost, 3310)
>>> print pyclamd.version()
ClamAV 0.88.3/1598/Thu Jul 13 13:38:16 2006
>>> ret = pyclamd.scan_file(/tmp/eicar.com)
>>> print ret
{/tmp/eicar.com: Eicar-Test-Signature}
>>> ret = pyclamd.scan_file(/tmp/no_virus.txt)
>>> print ret
None
>>> ret = pyclamd.scan_stream(open(/tmp/eicar.com).read())
>>> print ret
{stream: Eicar-Test-Signature FOUND}
<<less
Download (0.010MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1193 downloads
Maverix 2.5

Maverix 2.5


Maverix is an Anti-Spam and Anti-Virus solution for AOLServer. more>>
Maverix is an Anti-Spam and Anti-Virus solution for AOLServer.

This is AOLserver module that implements SMTP protocol and acts as SMTP proxy with anti-spam and anti-virus capabilities. It includes Web interface to manage quarantined messages and administrative interface based on OSSWEB.

Compiling and Installing

To compile and run nsmaverix module special patch to AOLserver 4.x should be applied or already patched server downloaded from FTP site. It enables non-HTTP module support in the AOLServer driver infrastucture.

To support anti-SPAM feature one of the following should be installed:

SpamAssasin
DSPAM: patched version.

To support anti-virus feature one of the following should be installed:

ClamAV
Sophos: SAVI

PostgreSQL server should be installed and running before installing OSSWEB and Maverix.

Once enabled, maverix acts as SMTP server forwarding all messaged to configured real smtp server via relay parameter. for each SMTP command it calles configured Tcl handler which performs actual processing.
<<less
Download (9.6MB)
Added: 2006-02-16 License: GPL (GNU General Public License) Price:
1345 downloads
mod_streamav 1.0.0

mod_streamav 1.0.0


mod_streamav is an Apache 2 filter that scans the content of the Apache Brigades using the Clamav virus scanning engine. more>>
mod_streamav module is an Apache 2 filter that scans the content of the Apache Brigades using the Clamav virus scanning engine.

Unlike mod_clamav, it operates on streams for higher performance.

mod_streamav was written by Tao Jin, who graduate from PKU, in China.

Installation:

mod_streamav is an Apache filter, which is new feature of Apache 2.0. So mod_streamav cannot be run on Apache 1.3. (mod_streamav has been successfully tested on Apache version-2.0.54) And you should install Clamav properly.

#tar xvfz mod_streamav.tar.gz
#cd mod_streamav
#./configure --prefix=/somewhere/you want (if you dont change,the default path is /usr/local/lib)
#make
#make install

Now, you can fine some libraries named like libmod_streamav.la libmod_streamav.so and so on in your prefix path.
#cp libmod_streamav.so /path to/apache2/moudles/mod_streamav.so

Configuration:

You have to edit the config file $apache2/conf/httpd.conf! Add following lines to this file
////////////////////////////////////////////////////////

LoadModule streamav_module modules/mod_streamav.so
SetOutputFilter STREAMAV
///////////////////////////////////////////////////////
Ok, you can restart Apache, and do your test.
<<less
Download (0.47MB)
Added: 2005-12-21 License: GPL (GNU General Public License) Price:
1402 downloads
SLAMPP Live CD 1.1

SLAMPP Live CD 1.1


SLAMPP is a generic linux distribution which can boot and run directly off CD-ROM. more>>
SLAMPP is a generic linux distribution which can boot and run directly off CD-ROM and has possibility to be installed onto harddisk. SLAMPP Live CD is designed to be used as an instant home server.
Just like another linux live CD available at this moment, SLAMPP gives a linux newbie a chance to test linux without messing up the existing system of the user.
What makes it different is the fact that SLAMPP comes with preconfigured tools and applications that turn your personal computer to a home server. Can you imagine how handy it is to have and carry a linux live CD that provides all things you need to setup such kind of server?
SLAMPP is built using SLAX as its base and Slackware linux for packages. This means you are going to have two powerful distros in one, although SLAX is also based on Slackware linux. To compile all things into a working live CD, linux live scripts is used intensively.
Main features:
- Turning your personal computer to an instant home server which provides common servers, such as: HTTP/HTTPS, FTP, POP, IMAP, SMTP, SSH, DHCP, Squid, etc.
- Modularity. You can add additional tools and applications easily in form of modules. Each new module will be integrated seamlessly during booting process and is ready to use. Beside all modules provided in the live CD, you can also make or create you own modules. All tools to do this can be found in the live CD.
- Webmasters and web developers can use SLAMPP to show their work to others. To support this feature special scripts have been provided in the live CD. They only need to burn all files onto the CD and SLAMPP will take care of the rest.
- Using linux kernel 2.6 which provides better support for hardware.
- All settings and configuration made during use can be stored in harddisk and restored for next session.
- It can be installed onto harddisk if you want to employ the server permanently.
- Equipped with firewall, antivirus and content scanner.
- Using slapt-get, Autopackage and swaret for package management tools and Xfce as desktop environment.
Applications:
- Desktop: Xfce 4.2.2
- HTTP/HTTPS: Apache with various mods, SSL will be provided as built-in feature.
- SSL certificates generator scripts.
- FTP: ProFTPd, GProFTPD (GUI), vsftpd
- SMTP: Sendmail
- POP/IMAP: Dovecot
- DHCP: server and client, GDHCPD (GUI)
- DNS: BIND
- Proxy: Squid, sarg
- SSH
- Samba
- Programming and web development tools
- Languages: PHP 4.4.0, Perl 5.8.7, Python 2.4.1
- HTML and text editor: Bluefish 1.0.2, TEA 10.2, NVU 1.0PR
- Database: MySQL 4.1.14
- Webmin / Usermin / Virtualmin
- Firewall: Firehol / Linux Firewall
- Network: Cacti, Nagios, Ethereal, NMAP, Snort, gFTP, Webalizer
- P2P: BitTorrent protocol, tracker and client
- Antivirus and content scanner: ClamAV, Fetcav (GUI)
- Internet: Mozilla Firefox (loaded with many extensions and plugins), Lynx, Pine, Gaim
- Graphics: Blender, GIMP, Inkscape, GQView
- Utilities: BashBurn, Dufie, Htop, PuTTY, Xpdf, CUPS
- Emulator: QEMU
- Package management: slapt-get/gslapt, pkgtool, autopackage, swaret.
- Read all packages that have been installed: PackagesList
<<less
Download (417.8MB)
Added: 2005-11-19 License: GPL (GNU General Public License) Price:
1451 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5