virus killer 1.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3131
Virus Killer 1.0
Virus Killer is a game where you must shoot the buggers before they can destroy your files! more>>
Your computer has been invaded! Dozens of little viruses are pouring in via security holes in Microsoft Internet Explorer, Microsoft Outlook, Microsoft MSN Messenger and Microsoft Recycle Bin!!
Using your trusty mouse you must shoot the buggers before they can destroy your files! Some will steal them from their home directories and take them back to their security hole.
Others will just eat them right there on the spot! See how long you and your computer can survive the onslaught!
Main features:
- 3 different virus types.
- Builds directories and files to protect based on your computer!
- Increasing difficulty level
- Highscore table
- 3 difficulty settings
<<lessUsing your trusty mouse you must shoot the buggers before they can destroy your files! Some will steal them from their home directories and take them back to their security hole.
Others will just eat them right there on the spot! See how long you and your computer can survive the onslaught!
Main features:
- 3 different virus types.
- Builds directories and files to protect based on your computer!
- Increasing difficulty level
- Highscore table
- 3 difficulty settings
Download (4.2MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1541 downloads
Roulette-Killer 1.0
Free Online Roulette Guide - Become what is known in the casino industry as an advantage player. This step-by-step guide will give you the advantage... more>> <<less
Download (6264KB)
Added: 2009-04-24 License: Freeware Price: Free
248 downloads
The Sheep Killer 1.1
The Sheep Killer is a cross-platform 3d game where you control a Viking and must kill sheeps! more>>
The Sheep Killer is a cross-platform 3d game where you control a Viking and must kill sheeps!
Each sheep gives you five points. While killing sheep you must watch out from rams! Theyll try to bite you, making you loose a life. You can also kill rams if you can, they give 10 points!
Enhancements:
- Adjusted choppy sounds on windows
- Adjusted a bug (dieing while changing the level)
<<lessEach sheep gives you five points. While killing sheep you must watch out from rams! Theyll try to bite you, making you loose a life. You can also kill rams if you can, they give 10 points!
Enhancements:
- Adjusted choppy sounds on windows
- Adjusted a bug (dieing while changing the level)
Download (2.5MB)
Added: 2005-09-05 License: GPL (GNU General Public License) Price:
1513 downloads
vislog 1.0b
vislog is a set of perlscripts written to bring virus and spamdetection to a mailserver running postfix. more>>
vislog is a set of perlscripts written to bring virus and spamdetection to a mailserver running postfix for smtpd and cyrus-imap for local delivery.
It accepts mail from postfix sends them to clamav-virusscanner und spamassassin and afterwards give the tagged and scanned mail to cyrus-imap for local delivery.
It has a small perlscript to examine its own logfile about the found viruses and generate a html overview about it.
<<lessIt accepts mail from postfix sends them to clamav-virusscanner und spamassassin and afterwards give the tagged and scanned mail to cyrus-imap for local delivery.
It has a small perlscript to examine its own logfile about the found viruses and generate a html overview about it.
Download (0.004MB)
Added: 2005-10-13 License: GPL (GNU General Public License) Price:
1471 downloads
Contact Form Killer 1.4
Contact Form Killer is a free tool you can use to generate contact forms for your site. more>>
Contact Form Killer is a free tool you can use to generate contact forms for your site, or let your web site visitors add contact forms themselves.
Contact Form Killer script takes care of messy form validation with both JavaScript and PHP, just in case they have JavaScript disabled. The contact forms it generates are nicely formatted and can be further edited to match the look and feel of your site.
Main features:
- Easy to install. Just unzip and upload, or if youre using it on a local server, just unzip!
- Quick generation of contact forms that usually take hours to code.
- JavaScript validation of each input for ultimate usability.
- PHP validation to make sure JavaScript-disablers dont slip the radar.
- Over 10 inputs to pick and choose from.
- Form generation is really easy, just click the checkboxes next to the inputs you want, click submit and youre done!
<<lessContact Form Killer script takes care of messy form validation with both JavaScript and PHP, just in case they have JavaScript disabled. The contact forms it generates are nicely formatted and can be further edited to match the look and feel of your site.
Main features:
- Easy to install. Just unzip and upload, or if youre using it on a local server, just unzip!
- Quick generation of contact forms that usually take hours to code.
- JavaScript validation of each input for ultimate usability.
- PHP validation to make sure JavaScript-disablers dont slip the radar.
- Over 10 inputs to pick and choose from.
- Form generation is really easy, just click the checkboxes next to the inputs you want, click submit and youre done!
Download (0.012MB)
Added: 2006-01-31 License: Freeware Price:
768 downloads
Qmail virus scanner 1.4
The Qmail virus scanner (QScan) is a mail filter for Qmail that scans incoming messages using the Sophos Antivirus engine. more>>
The Qmail virus scanner (QScan) is a mail filter for Qmail that scans incoming messages using the Sophos Antivirus engine, immediately rejecting infected content.
It is designed to be minimalistic, yet extremely fast and secure, and uses multiple pipes instead of the traditional temporary files and privilege separation. It works with non-native versions of the virus scanner like under OpenBSD with Linux or FreeBSD emulation.
You must create a temporary directory to extract MIME attachments, and replace Qmails original qmail-queue program with Qscan. Quick way to achieve this for the impatients :
mkdir /var/qmail/qscan
chmod 700 /var/qmail/qscan
chown qmaild:qmail /var/qmail/qscan
ln /var/qmail/bin/qmail-queue /var/qmail/bin/qmail-queue-old
Now, lets compile and install Qscan :
./configure --help
./configure [your beloved flags]
make install-strip
The last step is to replace the original qmail-queue program with our filter :
rm /var/qmail/bin/qmail-queue
ln -s /usr/local/sbin/qscan /var/qmail/bin/qmail-queue
Depending on your local configuration, it may be needed or not, but start with doing it :
chown qmaild:qmail /usr/local/sbin/qscan
chmod 6711 /usr/local/sbin/qscan
After testing, if everythings ok for you, remove the setuid bit :
chown 0:0 /usr/local/sbin/qscan
chmod 711 /usr/local/sbin/qscan
<<lessIt is designed to be minimalistic, yet extremely fast and secure, and uses multiple pipes instead of the traditional temporary files and privilege separation. It works with non-native versions of the virus scanner like under OpenBSD with Linux or FreeBSD emulation.
You must create a temporary directory to extract MIME attachments, and replace Qmails original qmail-queue program with Qscan. Quick way to achieve this for the impatients :
mkdir /var/qmail/qscan
chmod 700 /var/qmail/qscan
chown qmaild:qmail /var/qmail/qscan
ln /var/qmail/bin/qmail-queue /var/qmail/bin/qmail-queue-old
Now, lets compile and install Qscan :
./configure --help
./configure [your beloved flags]
make install-strip
The last step is to replace the original qmail-queue program with our filter :
rm /var/qmail/bin/qmail-queue
ln -s /usr/local/sbin/qscan /var/qmail/bin/qmail-queue
Depending on your local configuration, it may be needed or not, but start with doing it :
chown qmaild:qmail /usr/local/sbin/qscan
chmod 6711 /usr/local/sbin/qscan
After testing, if everythings ok for you, remove the setuid bit :
chown 0:0 /usr/local/sbin/qscan
chmod 711 /usr/local/sbin/qscan
Download (0.083MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1201 downloads
IVS Milter 2.0.0 Pre7
IVS Milter provides a virus, spam, and content filtering milter. more>>
IVS Milter provides a virus, spam, and content filtering milter.
IVS Milter is a virus, spam, and content milter. It makes use of the antivirus package ClamAV, and can also seamlessly integrate SpamAssassin (either spamc or libspamc).
IVS Milter is also plugin based and currently supports virus scanning, spam scanning, content-type matching, attachment type matching, and attachment filename matching.
Whats New in 1.0.7 Stable Release:
- Pointer NULL reference fixed
- Fixed bug where glib was generating CRITICAL messages
- Documentation update
- Implemented SIGUSR1 to dynamically reload configuration file
- Added support to reload directories of configuration files
- Fixed possible segfault when no configuration file
Whats New in 2.0.0 Pre7 Development Release:
- Spamassassin 3.0 support added, although there have been reports of memory leaks when using the ENHANCED libspamc method, best to specify to have the scan forked and run instead of library call for now
- Added thresholds so we can learn about spam, especially if you add your own rules you can force say everything over 100 to be learnt as spam
- Fixed support for limiting how many children we can spawn, this now works!
- Various bug fixes and small changes
- Fixed a bug where clamav only checked first file of attachment for virus
<<lessIVS Milter is a virus, spam, and content milter. It makes use of the antivirus package ClamAV, and can also seamlessly integrate SpamAssassin (either spamc or libspamc).
IVS Milter is also plugin based and currently supports virus scanning, spam scanning, content-type matching, attachment type matching, and attachment filename matching.
Whats New in 1.0.7 Stable Release:
- Pointer NULL reference fixed
- Fixed bug where glib was generating CRITICAL messages
- Documentation update
- Implemented SIGUSR1 to dynamically reload configuration file
- Added support to reload directories of configuration files
- Fixed possible segfault when no configuration file
Whats New in 2.0.0 Pre7 Development Release:
- Spamassassin 3.0 support added, although there have been reports of memory leaks when using the ENHANCED libspamc method, best to specify to have the scan forked and run instead of library call for now
- Added thresholds so we can learn about spam, especially if you add your own rules you can force say everything over 100 to be learnt as spam
- Fixed support for limiting how many children we can spawn, this now works!
- Various bug fixes and small changes
- Fixed a bug where clamav only checked first file of attachment for virus
Download (0.36MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
969 downloads
Aegis Virus Scanner 2.0.0
Aegis is a virus scanner for Linux, Unix and Windows with a simple and intuitive user interface. more>>
Aegis project is a virus scanner for Linux, Unix and Windows with a simple and intuitive user interface.
Aegis supports scanning of subdirectories, hidden files and .zip and .tar archive files, and drag-and-drop of files from the Nautilus file browser, or your Gnome desktop. When a virus is detected you can choose to delete, quarantine or rename the file.
<<lessAegis supports scanning of subdirectories, hidden files and .zip and .tar archive files, and drag-and-drop of files from the Nautilus file browser, or your Gnome desktop. When a virus is detected you can choose to delete, quarantine or rename the file.
Download (0.021MB)
Added: 2006-09-20 License: GPL (GNU General Public License) Price:
1134 downloads
AntiVirus Scanner 3.2.1
AntiVirus Scanner is an anti-virus scanner for Endeavour Mark II that uses the ClamAV library (libclamav). more>>
AntiVirus Scanner is an anti-virus scanner for Endeavour Mark II that uses the ClamAV library (libclamav).
AntiVirus Scanner allows you to create a list of scan items for frequently scanned locations and features easy virus database updating, all in a simple GUI environment.
<<lessAntiVirus Scanner allows you to create a list of scan items for frequently scanned locations and features easy virus database updating, all in a simple GUI environment.
Download (0.50MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
843 downloads
Kvirus 0.5.2
Kvirus project is a board/puzzle game for the KDE Environment. more>>
Kvirus project is a board/puzzle game for the KDE Environment.
Kvirus is a board game for the KDE Environment and a clone of Ataxxlet originally written in Java.
The goal is to copy or jump your virus to eat up the enemy virus. Kvirus provides a cute interface with hours of fun.
<<lessKvirus is a board game for the KDE Environment and a clone of Ataxxlet originally written in Java.
The goal is to copy or jump your virus to eat up the enemy virus. Kvirus provides a cute interface with hours of fun.
Download (0.30MB)
Added: 2006-12-05 License: Freely Distributable Price:
1053 downloads
Solsoft NetfilterOne 1.0
Solsoft NetfilterOne is a graphical interface that will automate the design, deployment and documentation of security rules. more>>
Solsoft NetfilterOne is a graphical interface that will automate the design, deployment and documentation of security rules and policies as they pertain to a networked netfilter firewall.
As the name suggests, NetfilterOne will support one installation of the netfilter firewall.
With Solsoft NetfilterOne, IT administrators will realize the advantages of a centralized interface from which to configure, deploy, enforce and audit rules and policies consistently among netfilter firewall(s).
NetfilterOne is the ideal tool to remotely maintain security policies on Linux servers, webservers, DNS, Mail servers which often resides on DMZ.
Main features:
No manual coding
- Centralizing and automating design and generation of accurate security configurations for all devices using the same management software is very important for small, resource-constrained IT departments.
Higher operational efficiency
- Solsoft NetfilterOne enables you to deploy accurate security rules to ALL security devices on your network, instead of manually configuring devices one at a time. Changes to complex networks can be made in minutes - reducing the costs required to manage multi-vendor security environments.
Faster incident response
- Solsoft NetfilterOne makes your organization more agile and improves your ability to react to virus, worm, and network attacks. More importantly, Solsofts policy-based system hardens your network against future attacks by making sure security rules are consistently and correctly configured end-to-end - something that is very hard to do through other means.
Broad interoperability
- Solsoft NetfilterOne provides the glue that connects the sources of policy - business requirements, security audits, vulnerability scans, and event correlation alerts - with the security device infrastructure that must be configured to enforce policy. Only a truly open management solution can provide this level of interoperability and agility.
Greater vendor and device independence
- Solsoft NetfilterOne supports the ability to import existing device configurations and quickly migrate to different security platforms. With Solsoft NetfilterOne, you enjoy the flexibility to pick the best security device based on price vs. performance, regardless of team expertise.
Enhancements:
- This release supports Cisco IOS, PIX, ASA, FWSM, Netscreen, Nortel, Linux, and ISS proventia.
<<lessAs the name suggests, NetfilterOne will support one installation of the netfilter firewall.
With Solsoft NetfilterOne, IT administrators will realize the advantages of a centralized interface from which to configure, deploy, enforce and audit rules and policies consistently among netfilter firewall(s).
NetfilterOne is the ideal tool to remotely maintain security policies on Linux servers, webservers, DNS, Mail servers which often resides on DMZ.
Main features:
No manual coding
- Centralizing and automating design and generation of accurate security configurations for all devices using the same management software is very important for small, resource-constrained IT departments.
Higher operational efficiency
- Solsoft NetfilterOne enables you to deploy accurate security rules to ALL security devices on your network, instead of manually configuring devices one at a time. Changes to complex networks can be made in minutes - reducing the costs required to manage multi-vendor security environments.
Faster incident response
- Solsoft NetfilterOne makes your organization more agile and improves your ability to react to virus, worm, and network attacks. More importantly, Solsofts policy-based system hardens your network against future attacks by making sure security rules are consistently and correctly configured end-to-end - something that is very hard to do through other means.
Broad interoperability
- Solsoft NetfilterOne provides the glue that connects the sources of policy - business requirements, security audits, vulnerability scans, and event correlation alerts - with the security device infrastructure that must be configured to enforce policy. Only a truly open management solution can provide this level of interoperability and agility.
Greater vendor and device independence
- Solsoft NetfilterOne supports the ability to import existing device configurations and quickly migrate to different security platforms. With Solsoft NetfilterOne, you enjoy the flexibility to pick the best security device based on price vs. performance, regardless of team expertise.
Enhancements:
- This release supports Cisco IOS, PIX, ASA, FWSM, Netscreen, Nortel, Linux, and ISS proventia.
Download (114.6MB)
Added: 2005-10-26 License: Freeware Price:
1459 downloads
Milter-Virus 2.0.0
Milter-Virus is a wrapper that can be used with many commercial and freely available virus scanners. more>>
Milter-virus is not a virus scanner. It is a wrapper that can be used with many commercial and freely available virus scanners. Milter-Virust is written completely in C, and requires (few skills??).
It is run-able with the Milter interface, but then will only scan for "double extensions".
If you wish it to scan for more, you need at Ripmime or other tools to extract files from MIME-encoded emails. You also need a (command-line) virus scanner.
The difference between this program and the original is that this is much more configurable via the config file. The original version has the advantage that it is simpler and easier to bugfix.
Enhancements:
- This is a large update.
- Many problems in the statistik module were fixed.
- Some spam protection features were included.
<<lessIt is run-able with the Milter interface, but then will only scan for "double extensions".
If you wish it to scan for more, you need at Ripmime or other tools to extract files from MIME-encoded emails. You also need a (command-line) virus scanner.
The difference between this program and the original is that this is much more configurable via the config file. The original version has the advantage that it is simpler and easier to bugfix.
Enhancements:
- This is a large update.
- Many problems in the statistik module were fixed.
- Some spam protection features were included.
Download (0.11MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
1032 downloads
Imabluri 1.1.0
Imabluri is the delivery boy between SMTP and mailbox. more>>
Imabluri is the delivery boy between SMTP and mailbox. Imabluri takes a message from your SMTP server runs virus and spam-checks on it, does some marking and logging. Afterwards it hands the message over to your mailbox system or IMAP/POP3 server.
We use a daemon approach to minimise the system load. A very small client program actually takes the mail from the SMTP server and writes it to your hard-drive plus adding the mail to a MySQL database.
The daemon is polled after the client stored the mail and tries to spawn a child-process which does the actual checks etc.
Main features:
- Auto adapting number of maximal spawned childes
- Works with MySQL database, if its not active it stores the information into one plaintextfile
- The imbaluri package includes a program for building nice graphs (see links)
- Custom backends to be used for spam and virus-scanning
- Mails wont get lost if your mailbox crashes (they are kept until delivered and from there a configurable timespan forth)
- Imbaluri is usable with a variety of SMTP + IMAP/POP3/mailbox combinations
- If you need a feature feel free sending us a patch or a wish list via email!
<<lessWe use a daemon approach to minimise the system load. A very small client program actually takes the mail from the SMTP server and writes it to your hard-drive plus adding the mail to a MySQL database.
The daemon is polled after the client stored the mail and tries to spawn a child-process which does the actual checks etc.
Main features:
- Auto adapting number of maximal spawned childes
- Works with MySQL database, if its not active it stores the information into one plaintextfile
- The imbaluri package includes a program for building nice graphs (see links)
- Custom backends to be used for spam and virus-scanning
- Mails wont get lost if your mailbox crashes (they are kept until delivered and from there a configurable timespan forth)
- Imbaluri is usable with a variety of SMTP + IMAP/POP3/mailbox combinations
- If you need a feature feel free sending us a patch or a wish list via email!
Download (0.063MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1102 downloads
Mikrop 1.2
Mikrop is a small, easy to install program for mail servers to scan incoming email. more>>
Mikrop is a small, easy to install program for mail servers to scan incoming email. Its currently integrated only with postfix MTA.
MAXSIZE = maximum size of incoming messages including the attachment files. this parameter is important and you should set it to a high value if you are not sure.
TMPMAILDIR = temporary directory for files being scanned.
VIRCMD = your antivirus program (you can add parameters here)
VIRNFOUND = The string that is going to be looked for in the antivirus programs output. Ex: Fprot outputs "No viruses or suspicious files/boot sectors were found."
and i took the No viruses part in my default mikrop configuration file.
v1.2 - > if youre using another virus scanner that doesnt give any output like uvscan than delete/comment this line on config.h
INFDIR = directory for infected mailboxes.
PROCMAIL = if you use procmail as mail filtering utility you should define it here. e-mails will be passed to this program if theyre clean.
SENDMAIL = Currently this parameter is used for sending a warning message to
the person who sent infected file.
USERMBOXES = if you dont use procmail define your spool directory. clean e-mails will be appended to the file in this directory/USERLOGIN.
MSG = the message alert that warns the target user
VIRADMIN = the contact user, the string which is going to be appended at each warning message.
Main features:
- Can be used with or without procmail.
- Can use different virus scanners.
- Easy to install and configure.
Enhancements:
- Shell script added for automatic update of f-prot viruslist.
- Undefining VIRNFOUND feature added to config.h for use of
- virus scanners that give no output.
<<lessMAXSIZE = maximum size of incoming messages including the attachment files. this parameter is important and you should set it to a high value if you are not sure.
TMPMAILDIR = temporary directory for files being scanned.
VIRCMD = your antivirus program (you can add parameters here)
VIRNFOUND = The string that is going to be looked for in the antivirus programs output. Ex: Fprot outputs "No viruses or suspicious files/boot sectors were found."
and i took the No viruses part in my default mikrop configuration file.
v1.2 - > if youre using another virus scanner that doesnt give any output like uvscan than delete/comment this line on config.h
INFDIR = directory for infected mailboxes.
PROCMAIL = if you use procmail as mail filtering utility you should define it here. e-mails will be passed to this program if theyre clean.
SENDMAIL = Currently this parameter is used for sending a warning message to
the person who sent infected file.
USERMBOXES = if you dont use procmail define your spool directory. clean e-mails will be appended to the file in this directory/USERLOGIN.
MSG = the message alert that warns the target user
VIRADMIN = the contact user, the string which is going to be appended at each warning message.
Main features:
- Can be used with or without procmail.
- Can use different virus scanners.
- Easy to install and configure.
Enhancements:
- Shell script added for automatic update of f-prot viruslist.
- Undefining VIRNFOUND feature added to config.h for use of
- virus scanners that give no output.
Download (0.011MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1204 downloads
POP3 Virus Scanner Proxy 0.4
POP3 Virus Scanner Proxy is a full-transparent proxy daemon which scans all mails for viruses more>>
POP3 Virus Scanner Proxy is a full-transparent proxy daemon which scans all mails for viruses using third party scanners (built-in support for AVPD and Trophie).
You have to set up a port redirection in the linux-netfilter (iptables) so that all connections from e.g. inside your office to any POP3 server outside in the world will not leave your router, but come a local port, on which POP3VScan listens. POP3VScan receives from the linux kernel the original destinations of packets (the POP3 server outside in the world) and will connect to them.
All data we receive from the client will be sent to the server, and vice versa. With a little enhancement: we parse the neccessary parts of the POP3 protocol and when an email is sent from the server, we store it into a file, invoke a virusscanner and send it if it is good, or we just replace it with a virus notification. It should be possible to use all scanners using the scannertype=basic. Also POP3VScan provides scannertype=avpd for high-speed scanning using Kaspersky Anti-Virus for Linux, every C programmer can easily adept other scan-daemons (trophie, sophie, antivir, ...).
Neither the client nor the server has to be configured, none of them will take notice that theres a mailscanner (except the client when he gets a virus notification or if he looks into the header, and the server gets our ip as source).
<<lessYou have to set up a port redirection in the linux-netfilter (iptables) so that all connections from e.g. inside your office to any POP3 server outside in the world will not leave your router, but come a local port, on which POP3VScan listens. POP3VScan receives from the linux kernel the original destinations of packets (the POP3 server outside in the world) and will connect to them.
All data we receive from the client will be sent to the server, and vice versa. With a little enhancement: we parse the neccessary parts of the POP3 protocol and when an email is sent from the server, we store it into a file, invoke a virusscanner and send it if it is good, or we just replace it with a virus notification. It should be possible to use all scanners using the scannertype=basic. Also POP3VScan provides scannertype=avpd for high-speed scanning using Kaspersky Anti-Virus for Linux, every C programmer can easily adept other scan-daemons (trophie, sophie, antivir, ...).
Neither the client nor the server has to be configured, none of them will take notice that theres a mailscanner (except the client when he gets a virus notification or if he looks into the header, and the server gets our ip as source).
Download (0.13MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1208 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 virus killer 1.0 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