f prot antivirus
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 80
FIRE 0.4a
FIRE is a portable bootable cdrom based distribution with the goal of providing an environment to perform forensic analysis. more>>
FIRE is a portable bootable cdrom based distribution with the goal of providing an immediate environment to perform forensic analysis, incident response, data recovery, virus scanning and vulnerability assessment.
Also provides necessary tools for live forensics/analysis on win32, sparc solaris and x86 linux hosts just by mounting the cdrom and using trusted static binaries available in /statbins.
Main features:
Forensics workstation/Data Recovery
- Instantly deploy a forensics workstation with tct, tctutils, mac-robber, and autopsy also provides perl 5.6.1 compiled with Large File Support.
Live System Incident Response
- Binaries are available for Incident Response on a live machine.
Virus Scanning
- Utilizing F-Prot 3.11beta http://www.f-prot.com you can scan for virii, worms, trojans, and all around harmful code.
- Just mount the filesystems that you want to scan and execute f-prot .
- Any filesystem you can mount, you can scan. mount and scan fat/ntfs/ext2/ext3/reiserfs partitions
- Scan your windows machines offline for virii that may not be detected with an "after the fact" anti-virus
- software installation.
Pen-Testing Platform
- I should NOT have to explain this portion: If the tools you would like to use are not in the distribution please make a request!
<<lessAlso provides necessary tools for live forensics/analysis on win32, sparc solaris and x86 linux hosts just by mounting the cdrom and using trusted static binaries available in /statbins.
Main features:
Forensics workstation/Data Recovery
- Instantly deploy a forensics workstation with tct, tctutils, mac-robber, and autopsy also provides perl 5.6.1 compiled with Large File Support.
Live System Incident Response
- Binaries are available for Incident Response on a live machine.
Virus Scanning
- Utilizing F-Prot 3.11beta http://www.f-prot.com you can scan for virii, worms, trojans, and all around harmful code.
- Just mount the filesystems that you want to scan and execute f-prot .
- Any filesystem you can mount, you can scan. mount and scan fat/ntfs/ext2/ext3/reiserfs partitions
- Scan your windows machines offline for virii that may not be detected with an "after the fact" anti-virus
- software installation.
Pen-Testing Platform
- I should NOT have to explain this portion: If the tools you would like to use are not in the distribution please make a request!
Download (578MB)
Added: 2005-05-18 License: GPL (GNU General Public License) Price:
1635 downloads
TrollBooth 1.1.0
TrollBooth is email filtering and administration software intended to run on a dedicated FreeBSD email filtering server. more>>
TrollBooth is email filtering and administration software intended to run on a dedicated FreeBSD email filtering server. Web-based administration tools allow easy and secure management of the most-commonly-used features.
The whitelist adviser makes delivery assurance simple for non-technical users. Automatic installation and minimal additional configuration are major project goals.
TrollBooth uses the best features of Postfix, SpamAssassin, and Clam AntiVirus, and centralizes or automates configuration and control.
Enhancements:
- The reports section of the Web interface has been enhanced.
<<lessThe whitelist adviser makes delivery assurance simple for non-technical users. Automatic installation and minimal additional configuration are major project goals.
TrollBooth uses the best features of Postfix, SpamAssassin, and Clam AntiVirus, and centralizes or automates configuration and control.
Enhancements:
- The reports section of the Web interface has been enhanced.
Download (0.077MB)
Added: 2005-07-22 License: CDDL (Common Development and Distribution License) Price:
1554 downloads
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();
<<lessIt 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();
Download (0.007MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
1495 downloads
SimpleMail 2.0.2
SimpleMail is the easiest e-mail client there is. more>>
SimpleMail is the easiest e-mail client there is! SimpleMail uses UAP (Unwanted Access Protection) exclusively to SimpleMail that automatically protects you from viruses in e-mails, malicious code in e-mails, and even pictures in spam that my be offensive in content. SimpleMail is compatible with many anti-virus programs, including:
Norton AntiVirus
McAfee VirusScan
Panda Tituanium AntiVirus
AVG AntiVirus (free and professional)
avast! AntiVirus (free and professional)
Normally, you can disable your e-mail protection in your anti-virus, because the UAP technology built in eliminates the need to keep the e-mail protection on.
<<lessNorton AntiVirus
McAfee VirusScan
Panda Tituanium AntiVirus
AVG AntiVirus (free and professional)
avast! AntiVirus (free and professional)
Normally, you can disable your e-mail protection in your anti-virus, because the UAP technology built in eliminates the need to keep the e-mail protection on.
Download (2.6MB)
Added: 2005-10-06 License: GPL (GNU General Public License) Price:
1482 downloads
OpenProtect 5.0.4
OpenProtect is a server-side email protector which guards against spam and viruses. more>>
Openprotect is our set of e-mail filters bundle consisting of Kaspersky Antivirus, Clam Antivirus, SpamAssassinand MailScanner along with our Qmail module.
Enhancements:
- MailScanner was updated to version 4.46.2 with an improved phishing net for JavaScript.
- A highlight Phishing fraud option was added along with the ability to quarantine all mail that has been modified and a Scan Messages option to completely disable processing of a particular mail address.
- ClamAV was updated to 0.87 and SpamAssassin(SA) was updated to 3.1.0 with many plugins and MCP patches for better spam/MCP filtering.
- A openprotect-test utility that sends test virus, spam, and clean mail to verify the setup was added along with openprotect-renew, which installs a KAV license and views expiry status.
- razor 2.77 with various bugfixes was included.
<<lessEnhancements:
- MailScanner was updated to version 4.46.2 with an improved phishing net for JavaScript.
- A highlight Phishing fraud option was added along with the ability to quarantine all mail that has been modified and a Scan Messages option to completely disable processing of a particular mail address.
- ClamAV was updated to 0.87 and SpamAssassin(SA) was updated to 3.1.0 with many plugins and MCP patches for better spam/MCP filtering.
- A openprotect-test utility that sends test virus, spam, and clean mail to verify the setup was added along with openprotect-renew, which installs a KAV license and views expiry status.
- razor 2.77 with various bugfixes was included.
Download (9.0MB)
Added: 2005-10-20 License: GPL (GNU General Public License) Price:
1472 downloads
Inflex 1.1.0.1RC3
Inflex is a solution to the problem of scanning emails which are passing through your server, both local and outbound. more>>
Inflex is a solution to the problem of scanning emails which are passing through your server, both local and outbound.
Inflex give to you the ability to block or pass email based on any set of tests you choose, varying from Virus scans to Email text content.
Inflex can do this because it unpacks all email sent through it in such a way that normal UNIX tests can be performed to determine the nature of the email.
The need for a system as Inflex arose out of the need to be able to tightly control and filter emails at a central location, existing scanning systems could only scan local mail.
Local mail only scanning is a serious limitation when a corporation is trying to prevent unwanted email from getting out to the world.
Inflexs ability to scan for arbitary file names and types allows administrators to react instantly to virus threats which may not yet be detectable in antivirus packages [typical
delays between virus deployment and antivirus updates can be as long as 48 hours, more than ample to cause an entire network to be crippled].
Installation:
./install.sh
Enhancements:
- Updated ripMIME engine
- Added Fedora support
- Added HBEV AV support
<<lessInflex give to you the ability to block or pass email based on any set of tests you choose, varying from Virus scans to Email text content.
Inflex can do this because it unpacks all email sent through it in such a way that normal UNIX tests can be performed to determine the nature of the email.
The need for a system as Inflex arose out of the need to be able to tightly control and filter emails at a central location, existing scanning systems could only scan local mail.
Local mail only scanning is a serious limitation when a corporation is trying to prevent unwanted email from getting out to the world.
Inflexs ability to scan for arbitary file names and types allows administrators to react instantly to virus threats which may not yet be detectable in antivirus packages [typical
delays between virus deployment and antivirus updates can be as long as 48 hours, more than ample to cause an entire network to be crippled].
Installation:
./install.sh
Enhancements:
- Updated ripMIME engine
- Added Fedora support
- Added HBEV AV support
Download (0.40MB)
Added: 2005-10-18 License: BSD License Price:
1468 downloads
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
<<lessJust 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
Download (417.8MB)
Added: 2005-11-19 License: GPL (GNU General Public License) Price:
1451 downloads
qSheff Manager 1.0
qSheff Manager is a wrapper for the qmail queue that scans email for viruses and spam. more>>
qSheff is a a email filter and a wrapper for the qmail queue that scans email for viruses and spam. Infected messages are rejected before they reach the queue, so the server doesnt perform any job for them. After checking the message, it will wake the qmail queue.
Main features:
- Simple, optimized, extandable fast code (C code)
- Interoperability with various Antivirus.
- Could logs all incoming/outgoing mails
- Subject/body filter.
- Attachment blocking by name and extension.
- White/black lists.
- Easy installation and administration (qsheff/qsheff.* files)
- Easy debugging.
- Quarantine for service providers.
- Dropping mails with malformed headers
- MRTG reporting
Enhancements:
- All menu keys have been redesigned.
- The code was tested for stability.
<<lessMain features:
- Simple, optimized, extandable fast code (C code)
- Interoperability with various Antivirus.
- Could logs all incoming/outgoing mails
- Subject/body filter.
- Attachment blocking by name and extension.
- White/black lists.
- Easy installation and administration (qsheff/qsheff.* files)
- Easy debugging.
- Quarantine for service providers.
- Dropping mails with malformed headers
- MRTG reporting
Enhancements:
- All menu keys have been redesigned.
- The code was tested for stability.
Download (0.006MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
1436 downloads
f-IDE 0.2.11
f-IDE is a development environment for C++. more>>
f-IDE is a development environment for C++.
f-IDE project provides powerful editing, code intelligence, and search capabilities that reduce development time.
Enhancements:
- A bug with starting development on an application has been fixed.
<<lessf-IDE project provides powerful editing, code intelligence, and search capabilities that reduce development time.
Enhancements:
- A bug with starting development on an application has been fixed.
Download (0.054MB)
Added: 2006-01-12 License: GPL (GNU General Public License) Price:
1380 downloads
Spaminator Gentoo Stage 4 .01
Spaminator project provides a ready-to-use operating system configured to act as a spam filtering mail gateway. more>>
Spaminator is a server that is placed infront of your email server that allows you to take full advantage of the anti-virus/spam features while keeping your current email server intact.
Spaminator project provides a ready-to-use operating system configured to act as a spam filtering mail gateway.
This stage4 is a generic implementation of: http://www.gentoo.org/doc/en/mailfilter-guide.xml
Main features:
- Real Time Black-Hole Lists
- ClamAV AntiVirus filtering
- Spam Assassin
- Postfix
<<lessSpaminator project provides a ready-to-use operating system configured to act as a spam filtering mail gateway.
This stage4 is a generic implementation of: http://www.gentoo.org/doc/en/mailfilter-guide.xml
Main features:
- Real Time Black-Hole Lists
- ClamAV AntiVirus filtering
- Spam Assassin
- Postfix
Download (254MB)
Added: 2006-02-01 License: GPL (GNU General Public License) Price:
1364 downloads
PerSeO Linux 0.1
PerSeO Linux is a operating system of the CeSeNA group. more>>
PerSeO is the official, Knoppix-based Linux distribution of the CeSeNA group. The version currently under development is v0.1 beta Live Professional, which will be accessible from both the command line and a remote administration interface.
Main features:
- KDE 3.2: the famous user-friendly graphical interface
- Network Tools: several network-related applications (e.g. nmap, ethereal, wireless tools etc.)
- Messenger software: could be useful
- Commonly used servers: Samba, Apache, DHCP, etc.
- IENA: an innovative, security-oriented software (a PerSeO exclusive) created by Marco Ramilli
- RoboAdmin: an original tool for securing remote administration based on IRC protocol (a PerSeO exclusive) created by Marco Ramilli
- SpamAssassin: the best anti-spam tool
- ClamAV: a powerful and open-source antivirus software
<<lessMain features:
- KDE 3.2: the famous user-friendly graphical interface
- Network Tools: several network-related applications (e.g. nmap, ethereal, wireless tools etc.)
- Messenger software: could be useful
- Commonly used servers: Samba, Apache, DHCP, etc.
- IENA: an innovative, security-oriented software (a PerSeO exclusive) created by Marco Ramilli
- RoboAdmin: an original tool for securing remote administration based on IRC protocol (a PerSeO exclusive) created by Marco Ramilli
- SpamAssassin: the best anti-spam tool
- ClamAV: a powerful and open-source antivirus software
Download (630MB)
Added: 2006-01-30 License: GPL (GNU General Public License) Price:
1362 downloads
kio-ftps 0.1
kio-ftps is an ftps KIO slave for KDE, based on rfc4217 and build upon the ftp KIO-slave sources. more>>
kio-ftps is an ftps KIO slave for KDE, based on rfc4217 and build upon the ftp KIO-slave sources.
kio-ftps should work yet with most server implementations It issues an "AUTH TLS" command after connecting and refuses to continue, when its not supported.
In prior to every data channel io command ("STOR", "RETR", etc) it tries to secure the data channel via "PBSZ" and "PROT" commands. If that fails it will transfer data unencrypted. There is currently no support for ssl-certificates. This might be added on demand.
Enhancements:
- initial release and svn repository set up.
<<lesskio-ftps should work yet with most server implementations It issues an "AUTH TLS" command after connecting and refuses to continue, when its not supported.
In prior to every data channel io command ("STOR", "RETR", etc) it tries to secure the data channel via "PBSZ" and "PROT" commands. If that fails it will transfer data unencrypted. There is currently no support for ssl-certificates. This might be added on demand.
Enhancements:
- initial release and svn repository set up.
Download (0.74MB)
Added: 2006-02-20 License: GPL (GNU General Public License) Price:
1344 downloads
SLAMPP Lite 2.0
SLAMPPLite is a linux live CD that will turn your personal computer to a simple home server. more>>
SLAMPPLite is a linux live CD that will turn your personal computer to a simple home server.
What makes it different is that SLAMPPLite has smaller size that will fit into a 256 MB compact disk or usb stick. It contains only essential server applications like Apache, MySQL, ProFTPD, BIND, DHCPD, SSH and mail server.
Several programming languages such as PHP, Perl and Python and other tools to support your web development work are also included.
To keep SLAMPPLite slim and make it easy to update the applications, SLAMPPLite uses server suite provided by XAMPP.
SLAMPPLite is compiled intended to be your showcase box. So, when you have something to show to your (potential) users or clients, just put your web applications on SLAMPPLite and you will have an instant mobile portfolio.
Therefore I advise you not to use SLAMPPLite for production purpose, just use the standard SLAMPP instead. Although through some tweaks here and there, SLAMPPLite is also ready for that. Please remember, SLAMPPLite comes with ABSOLUTELY NO WARRANTY. It is provided as AS IS product. Please use it at your own risk.
Main features:
- Linux kernel: 2.6.16
- Desktop: Xfce 4.2.2
- Web, FTP and database servers: XAMPP 1.5.1
- Other servers: BIND, DHCP, Sendmail. Dovecot, SSH
- Programming:
- Languages: PHP 4.4.1/5.0.5, Perl 5.8.7, Python 2.4.1
- Editor: Bluefish 1.0.4
- Office: Xpdf
- Graphics: Xpaint
- Multimedia: Beep Media Player, BashBurn
- Network: Nmap, Putty, BitTorrent 4.2.1 (tracker/client), FTP client, Firestarter firewall
- Internet: Mozilla Firefox 1.5, Sylpheed 2.0.4, Gaim 1.5.0
- Package management: pkgtool, slapt-get/gslapt
- Antivirus: ClamAV 0.87.1, FetCav (GUI)
- Utilities: GParted, EmelFM2, Dufie, htop, rkhunter, Qemu, backup system and hard disk installation scripts
- Complete list of packages can be found over here, SLitePackages.
Enhancements:
- Updated and upgraded existing applications included in previous SLAMPPLite Live CD
- Powered by XAMPP 1.5.1 and now it exists as module (xampp_1_5_1.mo)
- Based on Slackware current
- Used linux kernel 2.6.16
- Compiled with Linux Live scripts 5.4.1
- Added NASLite File Servers applications of Server Elements for SMB, FTP and NFS. They can be found under /tools directory of CD.
- Added Abiword 2.4.1
- Added Freerock GNOME support via slapt-get
- New hard disk installation program provided by Nonux
- Web documents installation scripts is now separated from XAMPP boot scripts. You can execute it from Xfce menu, or manually: # bash /opt/slampp/install.sh
- Fixed fstab
<<lessWhat makes it different is that SLAMPPLite has smaller size that will fit into a 256 MB compact disk or usb stick. It contains only essential server applications like Apache, MySQL, ProFTPD, BIND, DHCPD, SSH and mail server.
Several programming languages such as PHP, Perl and Python and other tools to support your web development work are also included.
To keep SLAMPPLite slim and make it easy to update the applications, SLAMPPLite uses server suite provided by XAMPP.
SLAMPPLite is compiled intended to be your showcase box. So, when you have something to show to your (potential) users or clients, just put your web applications on SLAMPPLite and you will have an instant mobile portfolio.
Therefore I advise you not to use SLAMPPLite for production purpose, just use the standard SLAMPP instead. Although through some tweaks here and there, SLAMPPLite is also ready for that. Please remember, SLAMPPLite comes with ABSOLUTELY NO WARRANTY. It is provided as AS IS product. Please use it at your own risk.
Main features:
- Linux kernel: 2.6.16
- Desktop: Xfce 4.2.2
- Web, FTP and database servers: XAMPP 1.5.1
- Other servers: BIND, DHCP, Sendmail. Dovecot, SSH
- Programming:
- Languages: PHP 4.4.1/5.0.5, Perl 5.8.7, Python 2.4.1
- Editor: Bluefish 1.0.4
- Office: Xpdf
- Graphics: Xpaint
- Multimedia: Beep Media Player, BashBurn
- Network: Nmap, Putty, BitTorrent 4.2.1 (tracker/client), FTP client, Firestarter firewall
- Internet: Mozilla Firefox 1.5, Sylpheed 2.0.4, Gaim 1.5.0
- Package management: pkgtool, slapt-get/gslapt
- Antivirus: ClamAV 0.87.1, FetCav (GUI)
- Utilities: GParted, EmelFM2, Dufie, htop, rkhunter, Qemu, backup system and hard disk installation scripts
- Complete list of packages can be found over here, SLitePackages.
Enhancements:
- Updated and upgraded existing applications included in previous SLAMPPLite Live CD
- Powered by XAMPP 1.5.1 and now it exists as module (xampp_1_5_1.mo)
- Based on Slackware current
- Used linux kernel 2.6.16
- Compiled with Linux Live scripts 5.4.1
- Added NASLite File Servers applications of Server Elements for SMB, FTP and NFS. They can be found under /tools directory of CD.
- Added Abiword 2.4.1
- Added Freerock GNOME support via slapt-get
- New hard disk installation program provided by Nonux
- Web documents installation scripts is now separated from XAMPP boot scripts. You can execute it from Xfce menu, or manually: # bash /opt/slampp/install.sh
- Fixed fstab
Download (239.8MB)
Added: 2006-04-10 License: GPL (GNU General Public License) Price:
1301 downloads
OpenWebMail 2.52
Open WebMail is a webmail system based on the Neomail version 1.14 from Ernie Miller. more>>
Open WebMail is a webmail system based on the Neomail version 1.14 from Ernie Miller. Open WebMail is designed to manage very large mail folder files in a memory efficient way.
OpenWebMail also provides a range of features to help users migrate smoothly from Microsoft Outlook to Open WebMail.
Main features:
For Users:
- Auto Login
- Multiple Languages/Multiple Charsets
- Strong MIME Message Capability
- Full Content Search
- Draft Folder Support
- Confirm Reading Support
- Spelling Check Support
- vCard compliant Addressbook
- POP3 Support
- Mail Filter Support
- AntiSpam Support through SpamAssassin (http://www.spamassassin.org)
- AntiVirus Support through ClamAV (http://www.clamav.net)
- Calendar with Reminder/Notification Support
- Webdisk Support
- HTTP Compression
For System:
- Fast Folder Access
- Efficient Message Movement
- Smaller Memory Footprint
- Graceful File Lock
- Various Authentication Modules
- PAM support
- Remote SMTP Relaying
- Virtual Hosting
- User Alias
- Pure Virtual User Support
- Per User Capability Configuration
- Persistent Running through SpeedyCGI
<<lessOpenWebMail also provides a range of features to help users migrate smoothly from Microsoft Outlook to Open WebMail.
Main features:
For Users:
- Auto Login
- Multiple Languages/Multiple Charsets
- Strong MIME Message Capability
- Full Content Search
- Draft Folder Support
- Confirm Reading Support
- Spelling Check Support
- vCard compliant Addressbook
- POP3 Support
- Mail Filter Support
- AntiSpam Support through SpamAssassin (http://www.spamassassin.org)
- AntiVirus Support through ClamAV (http://www.clamav.net)
- Calendar with Reminder/Notification Support
- Webdisk Support
- HTTP Compression
For System:
- Fast Folder Access
- Efficient Message Movement
- Smaller Memory Footprint
- Graceful File Lock
- Various Authentication Modules
- PAM support
- Remote SMTP Relaying
- Virtual Hosting
- User Alias
- Pure Virtual User Support
- Per User Capability Configuration
- Persistent Running through SpeedyCGI
Download (7.3MB)
Added: 2006-05-04 License: GPL (GNU General Public License) Price:
1286 downloads
Jsmtpd 0.6a
Jsmtpd is a small and modular SMTP server daemon. more>>
Jsmtpd is a compact SMTP daemon (Email server), entirely written in Java. Jsmtpd project is basicly able to receive E-mail following the SMTP protocol, described in RFC 821. Each others functionnalities are implemented as plugin modules, allowing the core to remain small and easily understaindable.
As now, Jsmtpd is able to receive mail, check its recipients (ACL-SimpleACL plugin), check for viruses (filters-ClamAVFilter, connects to a ClamAV daemon), check for spam using the Java Jasen engine (filters-JasenAntiSpamFilter) or a spamassassin daemon, check senders via RBL plugin or blacklist plugin. Emails can be delivered localy using the mailbox writer (DeliveryServices-UnixMailboxWriter), or to a remote STMP server (DeliveryServices-RemoteSmtpSender). DNSQueries are also provided by a plugin (DNSJava).
Version 0.4 (Brinsop) has introduced two new extensions : TLS(SSL) support, and SMTP authentication.
Jsmtpd comes with three main services :
The receiver service : Its job is to listen for incoming STMP connection, chat with the client in order to receive E-mails according to ACL plugin.
The second service is the mail queue services. It holds the received mails (loaded or writen to disk). Whenever possible, it processes mails to the delivery service.
The delivery service is a filter plugin tree ending by a delivery service. A filter is basicly a piece of code that answers yes or not to an incoming email. Mails are then checked agains theses plugins, following a tree model. A the end of the chain, the mail is droped if it does not match the filters, or a delivery plugin is invoked to deliver the mail. For now, only two delivery services can be routed using the ACL plugin : local or remote mail.
Jsmtpds design is heavily based on plugins. Most functionnalities are implemented as plugins. Plugins interfaces are simple to understaind and implement. With minimal time spent learning Jsmtpd, you can rewrite how Jsmtpd handles :
Dns queries
Acces control list (who can do what on the runnning server)
Deliveries : you want to put your mail directly into your custom application ? Write a plugin !
IP filtering
Mail filtering
This server is designed to provide efficient ways to stop unsollicited mail or mail containing viruses. A Jsmtpd deamon cant be set as open relay ( youll have to write a plugin to do so ;).
Filtering spam can be done at two levels. Ip based filtering will reject connections from well known spammers or open relais smtp servers (ie misconfigured mail servers used by spammers to relay their mails). Content based filtering allows to check mail containing spam (using Spamassassin or Jasen) or viruses (using Clam Antivirus).
If you cant find a filter matching your needs, you can easily write your own and plug it in Jsmtpd.
Jsmtpd is intended to remain small, understaindable and (quite) fast. Without using filters plugin, minimal process is applied to the email data, providing best performances. If you need a more powerfull (in terms of functionnalities) email service solution, I recommend you to check out the jakarta James project and their mailet API.
This server runs over a Java Virtual Machine, and should make intrusions like buffer overflow more difficult to success.
Enhancements:
- In this release, code has been cleaned up and refactored (common-loggings by example).
- It includes several bugg fixes in ldap plugins and dns resolver mainly, and improved thread usage.
- New plugins have been added : maildir writer, lmtp delivery(experimental) and spf/greylist.
<<lessAs now, Jsmtpd is able to receive mail, check its recipients (ACL-SimpleACL plugin), check for viruses (filters-ClamAVFilter, connects to a ClamAV daemon), check for spam using the Java Jasen engine (filters-JasenAntiSpamFilter) or a spamassassin daemon, check senders via RBL plugin or blacklist plugin. Emails can be delivered localy using the mailbox writer (DeliveryServices-UnixMailboxWriter), or to a remote STMP server (DeliveryServices-RemoteSmtpSender). DNSQueries are also provided by a plugin (DNSJava).
Version 0.4 (Brinsop) has introduced two new extensions : TLS(SSL) support, and SMTP authentication.
Jsmtpd comes with three main services :
The receiver service : Its job is to listen for incoming STMP connection, chat with the client in order to receive E-mails according to ACL plugin.
The second service is the mail queue services. It holds the received mails (loaded or writen to disk). Whenever possible, it processes mails to the delivery service.
The delivery service is a filter plugin tree ending by a delivery service. A filter is basicly a piece of code that answers yes or not to an incoming email. Mails are then checked agains theses plugins, following a tree model. A the end of the chain, the mail is droped if it does not match the filters, or a delivery plugin is invoked to deliver the mail. For now, only two delivery services can be routed using the ACL plugin : local or remote mail.
Jsmtpds design is heavily based on plugins. Most functionnalities are implemented as plugins. Plugins interfaces are simple to understaind and implement. With minimal time spent learning Jsmtpd, you can rewrite how Jsmtpd handles :
Dns queries
Acces control list (who can do what on the runnning server)
Deliveries : you want to put your mail directly into your custom application ? Write a plugin !
IP filtering
Mail filtering
This server is designed to provide efficient ways to stop unsollicited mail or mail containing viruses. A Jsmtpd deamon cant be set as open relay ( youll have to write a plugin to do so ;).
Filtering spam can be done at two levels. Ip based filtering will reject connections from well known spammers or open relais smtp servers (ie misconfigured mail servers used by spammers to relay their mails). Content based filtering allows to check mail containing spam (using Spamassassin or Jasen) or viruses (using Clam Antivirus).
If you cant find a filter matching your needs, you can easily write your own and plug it in Jsmtpd.
Jsmtpd is intended to remain small, understaindable and (quite) fast. Without using filters plugin, minimal process is applied to the email data, providing best performances. If you need a more powerfull (in terms of functionnalities) email service solution, I recommend you to check out the jakarta James project and their mailet API.
This server runs over a Java Virtual Machine, and should make intrusions like buffer overflow more difficult to success.
Enhancements:
- In this release, code has been cleaned up and refactored (common-loggings by example).
- It includes several bugg fixes in ldap plugins and dns resolver mainly, and improved thread usage.
- New plugins have been added : maildir writer, lmtp delivery(experimental) and spf/greylist.
Download (5.6MB)
Added: 2006-04-29 License: GPL (GNU General Public License) Price:
1276 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above f prot antivirus search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed