anti paranoia 1.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2983
Anti-Paranoia 1.0
Anti-Paranoia is an extension which takes all your doubts and gives you confidence. more>>
Anti-Paranoia is an extension which takes all your doubts and gives you confidence.
Especially if you are working on security, you might get the feeling that your part of something really big and maybe even evil.
How can your extension help me? It will pop up calmative messages for you to feel relaxed while browsing the web.
No, this extension will not spy and destroy your personal data, remember: Everything is good!
<<lessEspecially if you are working on security, you might get the feeling that your part of something really big and maybe even evil.
How can your extension help me? It will pop up calmative messages for you to feel relaxed while browsing the web.
No, this extension will not spy and destroy your personal data, remember: Everything is good!
Download (0.048MB)
Added: 2007-04-05 License: MPL (Mozilla Public License) Price:
938 downloads
LWPx::ParanoidAgent 1.03
LWPx::ParanoidAgent is a Perl subclass of LWP::UserAgent that protects you from harm. more>>
LWPx::ParanoidAgent is a Perl subclass of LWP::UserAgent that protects you from harm.
SYNOPSIS
require LWPx::ParanoidAgent;
my $ua = LWPx::ParanoidAgent->new;
# this is 10 seconds overall, from start to finish. not just between
# socket reads. and it includes all redirects. so attackers telling
# you to download from a malicious tarpit webserver can only stall
# you for $n seconds
$ua->timeout(10);
# setup extra block lists, in addition to the always-enforced blocking
# of private IP addresses, loopbacks, and multicast addresses
$ua->blocked_hosts(
"foo.com",
qr/.internal.company.com$/i,
sub { my $host = shift; return 1 if is_bad($host); },
);
$ua->whitelisted_hosts(
"brad.lj",
qr/^192.168.64.3?/,
sub { ... },
);
# get/set the DNS resolver object thats used
my $resolver = $ua->resolver;
$ua->resolver(Net::DNS::Resolver->new(...));
# and then just like a normal LWP::UserAgent, because it is one.
my $response = $ua->get(http://search.cpan.org/);
...
if ($response->is_success) {
print $response->content; # or whatever
}
else {
die $response->status_line;
}
The LWPx::ParanoidAgent is a class subclassing LWP::UserAgent, but paranoid against attackers. Its to be used when youre fetching a remote resource on behalf of a possibly malicious user.
This class can do whatever LWP::UserAgent can (callbacks, uploads from files, etc), except proxy support is explicitly removed, because in that case you should do your paranoia at your proxy.
Also, the schemes are limited to http and https, which are mapped to LWPx::Protocol::http_paranoid and LWPx::Protocol::https_paranoid, respectively, which are forked versions of the same ones without the "_paranoid". Subclassing them didnt look possible, as they were essentially just one huge function.
This class protects you from connecting to internal IP ranges (unless you whitelist them), hostnames/IPs that you blacklist, remote webserver tarpitting your process (the timeout parameter is changed to be a global timeout over the entire process), and all combinations of redirects and DNS tricks to otherwise tarpit and/or connect to internal resources.
<<lessSYNOPSIS
require LWPx::ParanoidAgent;
my $ua = LWPx::ParanoidAgent->new;
# this is 10 seconds overall, from start to finish. not just between
# socket reads. and it includes all redirects. so attackers telling
# you to download from a malicious tarpit webserver can only stall
# you for $n seconds
$ua->timeout(10);
# setup extra block lists, in addition to the always-enforced blocking
# of private IP addresses, loopbacks, and multicast addresses
$ua->blocked_hosts(
"foo.com",
qr/.internal.company.com$/i,
sub { my $host = shift; return 1 if is_bad($host); },
);
$ua->whitelisted_hosts(
"brad.lj",
qr/^192.168.64.3?/,
sub { ... },
);
# get/set the DNS resolver object thats used
my $resolver = $ua->resolver;
$ua->resolver(Net::DNS::Resolver->new(...));
# and then just like a normal LWP::UserAgent, because it is one.
my $response = $ua->get(http://search.cpan.org/);
...
if ($response->is_success) {
print $response->content; # or whatever
}
else {
die $response->status_line;
}
The LWPx::ParanoidAgent is a class subclassing LWP::UserAgent, but paranoid against attackers. Its to be used when youre fetching a remote resource on behalf of a possibly malicious user.
This class can do whatever LWP::UserAgent can (callbacks, uploads from files, etc), except proxy support is explicitly removed, because in that case you should do your paranoia at your proxy.
Also, the schemes are limited to http and https, which are mapped to LWPx::Protocol::http_paranoid and LWPx::Protocol::https_paranoid, respectively, which are forked versions of the same ones without the "_paranoid". Subclassing them didnt look possible, as they were essentially just one huge function.
This class protects you from connecting to internal IP ranges (unless you whitelist them), hostnames/IPs that you blacklist, remote webserver tarpitting your process (the timeout parameter is changed to be a global timeout over the entire process), and all combinations of redirects and DNS tricks to otherwise tarpit and/or connect to internal resources.
Download (0.013MB)
Added: 2007-03-21 License: Perl Artistic License Price:
947 downloads
AntiChess 1.0
AntiChess project is an anti-chess game. more>>
AntiChess project is an anti-chess game.
AntiChess is an anti-chess game written in Java.
The goal is to get checkmated or lose all your pieces except your king to your opponent.
You must take your opponents pieces if you can.
It supports 2 player and 4 player games on the same board
<<lessAntiChess is an anti-chess game written in Java.
The goal is to get checkmated or lose all your pieces except your king to your opponent.
You must take your opponents pieces if you can.
It supports 2 player and 4 player games on the same board
Download (0.24MB)
Added: 2006-11-28 License: MIT/X Consortium License Price:
1063 downloads
SMC anti-spam milter 1.7
SMC anti-spam milter is an Sendmail plugin, that is designed to significantly reduce the amount of junk email you receive. more>>
SMC non-context E-mail filter - is an software application designed to significantly reduce the amount of SPAM/UCE (junk-mail) you receive. SMC uses a dynamic local and DNS based remote "whitelists" (for known/trusted senders), DNS based "blacklists" (for undesired senders), and an original "autoauthentication" system (for unknown, but legitimate senders).
In additional SMC has a set of useful features which allows to preserve mail recipients from dangerous message attachments, HTML includes. SMC is an Sendmail milter (plugin), which stops the junk-mail without receiving one.
SMC uses 3 original algorithms, one of which is "Check relay by NS" simulates a dynamical whitelist and will always accept the messages from mail systems satisfying to following conditions:
1. Mail domain name (the host part of the senders e-mail address) must have an MX records;
2. Mail domain name and the connection host address must be resolved;
3. Connection host must be listed at the one of nameservers which hold the senders mail domain name.
The second from the developed algorithms is a "check delays" algorithm which is based on statistical check of delivery delays, generated by a [tempfail] return code, that allows to exclude a direct receiving of a mail, which not passed through the standard mail server.
NOTE: Using this feature the delivery of the mail from unknown, but legitimate senders will be delayed for a count of 10-minutes checks, which setted by the "maxcount" configuration parameter.
And the third of original algorithms is "auto-authentication" algorithm: The sender of a "mail contact" (sender-recipient pair) means as authenticated (whitelisted) if the filters statistics module has registered the both of a sended forward (request) and a recieved backward (reply) messages of this contact. The messages from the such authenticated senders will never be delayed by the previous "check delay" algorithm.
Enhancements:
- CLOSE_WAIT problems have been solved (a critical bug).
- There is a critical bugfix to prevent DNS storms.
- All of the resolver functions use the local resolver context.
- Automake and autoconf support have been added.
<<lessIn additional SMC has a set of useful features which allows to preserve mail recipients from dangerous message attachments, HTML includes. SMC is an Sendmail milter (plugin), which stops the junk-mail without receiving one.
SMC uses 3 original algorithms, one of which is "Check relay by NS" simulates a dynamical whitelist and will always accept the messages from mail systems satisfying to following conditions:
1. Mail domain name (the host part of the senders e-mail address) must have an MX records;
2. Mail domain name and the connection host address must be resolved;
3. Connection host must be listed at the one of nameservers which hold the senders mail domain name.
The second from the developed algorithms is a "check delays" algorithm which is based on statistical check of delivery delays, generated by a [tempfail] return code, that allows to exclude a direct receiving of a mail, which not passed through the standard mail server.
NOTE: Using this feature the delivery of the mail from unknown, but legitimate senders will be delayed for a count of 10-minutes checks, which setted by the "maxcount" configuration parameter.
And the third of original algorithms is "auto-authentication" algorithm: The sender of a "mail contact" (sender-recipient pair) means as authenticated (whitelisted) if the filters statistics module has registered the both of a sended forward (request) and a recieved backward (reply) messages of this contact. The messages from the such authenticated senders will never be delayed by the previous "check delay" algorithm.
Enhancements:
- CLOSE_WAIT problems have been solved (a critical bug).
- There is a critical bugfix to prevent DNS storms.
- All of the resolver functions use the local resolver context.
- Automake and autoconf support have been added.
Download (0.096MB)
Added: 2005-07-30 License: GPL (GNU General Public License) Price:
1551 downloads
Anti-Web httpd 3.0.7
Anti-Web httpd is a small, robust, and secure Web server. more>>
Anti-Web project is a single-process, light-weight, non-threaded webserver that emphasizes simplicity, efficiency, and security.
AW 3 is the result of a rewrite of the webservers internals and represents much thought, effort, and careful design by the AW team.
With a few (perhaps signifigant) exceptions, AW 3 should be drop in compatible with AW 2. To use this drop in compatibility, refer to the "Simple Configuration" section. If you want to use some of AW 3s more advanced features, refer to the "Complex Configuration" section.
Your rights to use, distribute, and modify AW are protected by the GNU GPL license. Please see the file COPYING for more details.
Compilation
You should be able to compile AW simply by extracting it, changing into the extracted directory and typing
make
If all goes well, you should end up with an executable called "awhttpd".
If all does not go well, check the top of the file Makefile for compilation options. You will need to do this for a SunOS compilation, for instance.
Enhancements:
- Some extra CGI functionality was added.
<<lessAW 3 is the result of a rewrite of the webservers internals and represents much thought, effort, and careful design by the AW team.
With a few (perhaps signifigant) exceptions, AW 3 should be drop in compatible with AW 2. To use this drop in compatibility, refer to the "Simple Configuration" section. If you want to use some of AW 3s more advanced features, refer to the "Complex Configuration" section.
Your rights to use, distribute, and modify AW are protected by the GNU GPL license. Please see the file COPYING for more details.
Compilation
You should be able to compile AW simply by extracting it, changing into the extracted directory and typing
make
If all goes well, you should end up with an executable called "awhttpd".
If all does not go well, check the top of the file Makefile for compilation options. You will need to do this for a SunOS compilation, for instance.
Enhancements:
- Some extra CGI functionality was added.
Download (0.09MB)
Added: 2006-01-28 License: GPL (GNU General Public License) Price:
1365 downloads
COCANWIKI 1.3.20
COCANWIKI provides a full-featured Wiki and content management system. more>>
COCANWIKI provides a full-featured Wiki and content management system.
It has many unique features not found in any other Wikis including live preview when editing, advanced navigation (including the ability to follow links in both directions), PIM/calendar extensions, user permissions, customisable page layouts, virtual hosting (handling more than one Wiki per server), search, anti-spam, and email notifications.
Main features:
- Interactive preview
- Powerful markup
- Per-section editing
- Editing help
- Detects conflicts during concurrent editing
- Support for Unicode (non-Western character sets)
- Customisable page layout
- Stylesheets
- CSS id for sections
- Full user management
- Permissions
- Email notification
- Virtual hosting
- Image upload
- Mail import
- Calendar
- Navigation
- Search from 404 page
- Sitemap
- Anti-spam
- Email notification
- Contact forms
- Site menu
- Themes
- RSS feeds from pages
- Per-page feedback form
- Mailing list management
- Highlights terms from search engines
<<lessIt has many unique features not found in any other Wikis including live preview when editing, advanced navigation (including the ability to follow links in both directions), PIM/calendar extensions, user permissions, customisable page layouts, virtual hosting (handling more than one Wiki per server), search, anti-spam, and email notifications.
Main features:
- Interactive preview
- Powerful markup
- Per-section editing
- Editing help
- Detects conflicts during concurrent editing
- Support for Unicode (non-Western character sets)
- Customisable page layout
- Stylesheets
- CSS id for sections
- Full user management
- Permissions
- Email notification
- Virtual hosting
- Image upload
- Mail import
- Calendar
- Navigation
- Search from 404 page
- Sitemap
- Anti-spam
- Email notification
- Contact forms
- Site menu
- Themes
- RSS feeds from pages
- Per-page feedback form
- Mailing list management
- Highlights terms from search engines
Download (0.18MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1001 downloads
iScholar 1.0
iScholar is a content-neutral authoring and publishing system that can be used to write on-line or pen & paper exams. more>>
iScholar project is a content-neutral authoring and publishing system that can be used to write on-line or paper & pen exams and course pages on virtually any topic.
iScholar is ideally suited to deliver or supplement the courses and curriculum of
- Professional Training Programs
- Corporate Training Programs
- Distance Education and Continuing Education
- University Courses
- Grade School or High School Classes
Main features:
Standard Features
- WYSIWYG interface for creating and editing exams
- Print feature lets you print pen & paper versions of on-line exams
Supports many question types including:
- multiple choice, multiple answer, true/false, drop-down
- Fill in the blank, Essay, Number Check, Range Check,
- Expression Check, Function Check
Other Features
- Automated marking
- Hints & Hint Penalties
- Multiple Attempts & Attempt penalties
- Timed Exams
- Test and Exam Certifications
- Questions can include images and audio/video elements.
- Question content can be written in HTML, LaTeX (for equations and math symbols) or plain Text
- Grouping of exams and course pages into modules with prerequisites and anti-requisites
<<lessiScholar is ideally suited to deliver or supplement the courses and curriculum of
- Professional Training Programs
- Corporate Training Programs
- Distance Education and Continuing Education
- University Courses
- Grade School or High School Classes
Main features:
Standard Features
- WYSIWYG interface for creating and editing exams
- Print feature lets you print pen & paper versions of on-line exams
Supports many question types including:
- multiple choice, multiple answer, true/false, drop-down
- Fill in the blank, Essay, Number Check, Range Check,
- Expression Check, Function Check
Other Features
- Automated marking
- Hints & Hint Penalties
- Multiple Attempts & Attempt penalties
- Timed Exams
- Test and Exam Certifications
- Questions can include images and audio/video elements.
- Question content can be written in HTML, LaTeX (for equations and math symbols) or plain Text
- Grouping of exams and course pages into modules with prerequisites and anti-requisites
Download (13MB)
Added: 2006-01-09 License: GPL (GNU General Public License) Price:
1385 downloads
Damn Vulnerable Linux 1.0
Damn Vulnerable Linux (DVL) is a Linux-based (modified Damn Small Linux) tool for IT-Security & IT-Anti-Security. more>>
Damn Vulnerable Linux (DVL) is a Linux-based (modified Damn Small Linux) tool for IT-Security & IT-Anti-Security and Attack & Defense. Damn Vulnerable Linux was initiated for training tasks during university lessons by the IITAC (International Institute for Training, Assessment, and Certification).
Damn Vulnerable Linux (DVL) is highly integrated into the community project crackmes.de (http://www.crackmes.de) and is frequently updated with new community provided lessons. Damn Vulnerable Linux (DVL) is your place either to get the latest Damn Vulnerable Linux (DVL) distribution, to get new lessons, or to submit own lessons based on the Damn Vulnerable Linux (DVL) training system.
Damn Vulnerable Linux (DVL) is provided without any fee or charge! Actually, it is a perverted Linux distribution made to be as insecure as possible. It is collection of IT-Security and IT-Anti-Security tools. Additional it includes a fullscaled lesson based environment for Attack & Defense on/for IT systems for self-study or teaching activities during university lectures. Its a Live Linux Distro, which means it runs from a bootable CD in memory without changing the native operating system of the host computer.
As well it can be run within virtual machine environments, such as qemu or vmware. There is no need to install a virtual machine if you use the embedded option. Its sole purpose in life is to put as many security tools at your disposal with as much training options as it can. It contains a huge ammount of lessons including lesson description - and solutions if the level has been solved by a community member at crackmes.de.
Damn Vulnerable Linux (DVL) is meant to be used by both novice and professional security personnel but is not ideal for the Linux uninitiated. Damn Vulnerable Linux (DVL) assumes you know the basics of Linux as most of your work will be done from the command line. If you are completely new to Linux, its best you stop playing with this system.
INSTALLED TOOLS
- HT 0.5
- libreadline4_4.2a-5_i386
- gdb_5.2.cvs20020401-6_i386
- binutils_2.12.90.0.1-4_i386 (including objdumps,gas,strings ...)
- nasm-0.98-1.i386
- HLA v1.86
- libelfsh0-dev_0.65rc1-1_i386
- elfsh_0.65rc1-1_i386
- Apache 2.0.5.4
- Php 4.4.0
- ethereal-common_0.9.4-1woody12_i386
- ethereal_0.9.4-1woody12_i386
- libpcap0_0.6.2-2_i386
- tcpdump_3.6.2-2.8_i386
- lsof_4.57-1_i386
- ltrace_0.3.26_i386
- nmap_2.54.31.BETA-1_i386
- strace_4.4-1.2_i386
- ELFkickers-2.0a (including sstrip, rebind, elfls, ebfc, elftoc)
- GCC/G++ 3.3.4
- GNU Make 3.80
- bastard_bin- 0.17.tgz
- Mysql-server 4.4.1
- Ruby 1.8
- Python 2.3
- lida-03.00.00
- DDD 3.3.1
- Metasploit Framework
<<lessDamn Vulnerable Linux (DVL) is highly integrated into the community project crackmes.de (http://www.crackmes.de) and is frequently updated with new community provided lessons. Damn Vulnerable Linux (DVL) is your place either to get the latest Damn Vulnerable Linux (DVL) distribution, to get new lessons, or to submit own lessons based on the Damn Vulnerable Linux (DVL) training system.
Damn Vulnerable Linux (DVL) is provided without any fee or charge! Actually, it is a perverted Linux distribution made to be as insecure as possible. It is collection of IT-Security and IT-Anti-Security tools. Additional it includes a fullscaled lesson based environment for Attack & Defense on/for IT systems for self-study or teaching activities during university lectures. Its a Live Linux Distro, which means it runs from a bootable CD in memory without changing the native operating system of the host computer.
As well it can be run within virtual machine environments, such as qemu or vmware. There is no need to install a virtual machine if you use the embedded option. Its sole purpose in life is to put as many security tools at your disposal with as much training options as it can. It contains a huge ammount of lessons including lesson description - and solutions if the level has been solved by a community member at crackmes.de.
Damn Vulnerable Linux (DVL) is meant to be used by both novice and professional security personnel but is not ideal for the Linux uninitiated. Damn Vulnerable Linux (DVL) assumes you know the basics of Linux as most of your work will be done from the command line. If you are completely new to Linux, its best you stop playing with this system.
INSTALLED TOOLS
- HT 0.5
- libreadline4_4.2a-5_i386
- gdb_5.2.cvs20020401-6_i386
- binutils_2.12.90.0.1-4_i386 (including objdumps,gas,strings ...)
- nasm-0.98-1.i386
- HLA v1.86
- libelfsh0-dev_0.65rc1-1_i386
- elfsh_0.65rc1-1_i386
- Apache 2.0.5.4
- Php 4.4.0
- ethereal-common_0.9.4-1woody12_i386
- ethereal_0.9.4-1woody12_i386
- libpcap0_0.6.2-2_i386
- tcpdump_3.6.2-2.8_i386
- lsof_4.57-1_i386
- ltrace_0.3.26_i386
- nmap_2.54.31.BETA-1_i386
- strace_4.4-1.2_i386
- ELFkickers-2.0a (including sstrip, rebind, elfls, ebfc, elftoc)
- GCC/G++ 3.3.4
- GNU Make 3.80
- bastard_bin- 0.17.tgz
- Mysql-server 4.4.1
- Ruby 1.8
- Python 2.3
- lida-03.00.00
- DDD 3.3.1
- Metasploit Framework
Download (142.6MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1026 downloads
Taskbar 1.0.3
Taskbar is a small taskbar utility for X11 with advanced features. more>>
Taskbar is a small taskbar utility for X11 with advanced features.
It supports a program launcher menu, task list, and tray notification area. It will work with any EWMH window manager (Sawfish, Metacity, KWM, etc.).
It is designed to be lightweight yet fully functional.
Main features:
- Docking taskbar aligned to bottom or top of screen
- Customizable start menu (program launcher)
- Taskbar notification area with tooltip support (area is populated via plugins)
- Support for Xft anti-aliased fonts
<<lessIt supports a program launcher menu, task list, and tray notification area. It will work with any EWMH window manager (Sawfish, Metacity, KWM, etc.).
It is designed to be lightweight yet fully functional.
Main features:
- Docking taskbar aligned to bottom or top of screen
- Customizable start menu (program launcher)
- Taskbar notification area with tooltip support (area is populated via plugins)
- Support for Xft anti-aliased fonts
Download (0.43MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1130 downloads
The Anti-Diet Pill 2.1
Anti-Diet Pill is a tool you can add to your Web site that your dieting visitors will appreciate. more>>
Anti-Diet Pill project is a tool you can add to your Web site that your dieting visitors will appreciate.
The Anti-Diet Pill displays a randomly generated, daily-oriented, practical health tip to your visitors whenever they visit.
The program is easy to install and visually appealing. The program is XML based, so adding more tips is easy.
Main features:
- The Anti-Diet Pill is easy to install, just unzip, upload and youre done!
- XML-based database of tips for easy expansion
- Visually attractive and appealing
- The Anti-Diet Pill is easy to adapt to the look and feel of your health-related web site
<<lessThe Anti-Diet Pill displays a randomly generated, daily-oriented, practical health tip to your visitors whenever they visit.
The program is easy to install and visually appealing. The program is XML based, so adding more tips is easy.
Main features:
- The Anti-Diet Pill is easy to install, just unzip, upload and youre done!
- XML-based database of tips for easy expansion
- Visually attractive and appealing
- The Anti-Diet Pill is easy to adapt to the look and feel of your health-related web site
Download (0.031MB)
Added: 2006-05-05 License: GPL (GNU General Public License) Price:
1268 downloads
Libphish 0.1.0
Libphish is a cross-platform library to interact with the Open Phishing Database. more>>
Libphish is a cross-platform library to interact with the Open Phishing Database. Libphish provides a consistent API that browsers and other HTTP clients can use to in order to have anti-phishing capabilities such as verifying the risk level and safety of URLs.
The Open Phishing Database project is an effort to create and maintain and open database of phishing sites, in addition to providing browser extensions which utilise this database in order to provide users with a safer browsing experience.
There are currently several modules under development within the framework of the Open Phishing Database project:
- libphish is a cross-platform library to interact with the Open Phishing Database, in order to provide a consistent API which browsers and other programs can use to verify the safety and risk level of URLs.
- Anti-phishing toolbars for the Firefox and Konqueror web browsers which utilise the Open Phishing Database through the use of libphish.
<<lessThe Open Phishing Database project is an effort to create and maintain and open database of phishing sites, in addition to providing browser extensions which utilise this database in order to provide users with a safer browsing experience.
There are currently several modules under development within the framework of the Open Phishing Database project:
- libphish is a cross-platform library to interact with the Open Phishing Database, in order to provide a consistent API which browsers and other programs can use to verify the safety and risk level of URLs.
- Anti-phishing toolbars for the Firefox and Konqueror web browsers which utilise the Open Phishing Database through the use of libphish.
Download (0.24MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1291 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
FirePhish 0.1.0
FirePhish is an extension for the Firefox browser that helps protect against phishing attacks. more>>
FirePhish is an extension for the Firefox browser that helps protect against
phishing attacks.
See http://opdb.berlios.de/doc/firephish-manual.html for a short guide to FirePhish.
ABOUT OPDB
FirePhish is part of the Open Phishing Database project, an effort to create
maintain and open database of phishing sites in order to protect users,
in addition to providing extensions to browsers that utilise the database.
THE ICON
The anti-phishing icon is based on the babelfish icon from Everaldos crystal
icon set for KDE: http://www.kde-look.org/content/show.php?content=8341
The Open Phishing Database project is an effort to create and maintain and open database of phishing sites, in addition to providing browser extensions which utilise this database in order to provide users with a safer browsing experience.
There are currently several modules under development within the framework of the Open Phishing Database project:
- libphish is a cross-platform library to interact with the Open Phishing Database, in order to provide a consistent API which browsers and other programs can use to verify the safety and risk level of URLs.
- Anti-phishing toolbars for the Firefox and Konqueror web browsers which utilise the Open Phishing Database through the use of libphish.
<<lessphishing attacks.
See http://opdb.berlios.de/doc/firephish-manual.html for a short guide to FirePhish.
ABOUT OPDB
FirePhish is part of the Open Phishing Database project, an effort to create
maintain and open database of phishing sites in order to protect users,
in addition to providing extensions to browsers that utilise the database.
THE ICON
The anti-phishing icon is based on the babelfish icon from Everaldos crystal
icon set for KDE: http://www.kde-look.org/content/show.php?content=8341
The Open Phishing Database project is an effort to create and maintain and open database of phishing sites, in addition to providing browser extensions which utilise this database in order to provide users with a safer browsing experience.
There are currently several modules under development within the framework of the Open Phishing Database project:
- libphish is a cross-platform library to interact with the Open Phishing Database, in order to provide a consistent API which browsers and other programs can use to verify the safety and risk level of URLs.
- Anti-phishing toolbars for the Firefox and Konqueror web browsers which utilise the Open Phishing Database through the use of libphish.
Download (0.17MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1293 downloads
Download Sentinel++ 2.1.0
Download Sentinel++ is an Anti-leech, download limiter / file manager. more>>
Download Sentinel++ is an Anti-leech, download limiter / file manager, that uses tokens to verify downloads instead of HTTP_REFERER or IP which can be spoofed or changed.
The install is as painless as possible with only one file to upload and execute. The install automatically creates the sub-directories and files, all you need to do is follow the on-screen instructions for permissions.
Security has been the focus throughout development, even the install program is built on the latest recomendations for security. Logging is done with text files and can have errors and alerts sent via email or stored in a txt file.
Downloads can be limited to a certain transfer size per time frame, which can be further broken down into smaller intervals, all with only a couple settings. This helps spread out the limitation to different timezone and prevents all available bandwidth being used in a short period
Main features:
- Completely free (free as in speech);
- Multiple language capability (all text is in config file, no hardcoded messages);
- Download counter file;
- xhtml/css compliant message output, fully customizable;
- Install script for easy setup;
- All user supplied input securely handled;
- Uses tokens to validate download requests. A superior method than .htaccess or http_referer which can be spoofed or limit users with firewalls;
- Tokens are good for a day by default, but can be set to expire at any time in 1 minute increments;
- A log is kept of invalid token attempts and information on tracking down the source;
- All errors and warnings can be written to a log file or sent to an email address;
- Supports unlimited directory structure of downloadable files (no need to specify where a file is located);
- Option to turn off bandwidth protection;
- Option to turn off any error/log report;
- Robust error handling;
- Ability to specify the total amount of transfer (bandwidth) allowed, over the total amount of time;
- Ability to specify interval lengths for download cut-off so all the allowed bandwidth does not go to one time zone / day /hour;
- Ability to put in a ratio of download clicks to actual bandwidth used;
- Log of all download details kept;
- Download log can be auto-archived;
- Ability to specify the download log size before archive;
- Ability to specify the download archive size before deleting;
- Ability to have a warning issued (email or log file) about the archive file reaching its maximum;
- Download count can be tracked in a Mysql database;
- Flood control on user clicks. Ability to set the number of times a user can click on a link in a given interval;
- Ability to allow specific offsite downloads via tokens;
- Pre-made example download page that is xhtml/css compliant;
- Pre-made file manager that displays all files, directories, sizes, downloads, dates, authors and descriptions for each file
- Ability to deny link sharing between browsers.
- Alternative install locations for secure files
- Logs automatically rotated, no on-going maintenance
- Ability to have multiple files with the same name
- Turn-Key install operation. Ready to begin secure downloads in 5 minutes or less;
<<lessThe install is as painless as possible with only one file to upload and execute. The install automatically creates the sub-directories and files, all you need to do is follow the on-screen instructions for permissions.
Security has been the focus throughout development, even the install program is built on the latest recomendations for security. Logging is done with text files and can have errors and alerts sent via email or stored in a txt file.
Downloads can be limited to a certain transfer size per time frame, which can be further broken down into smaller intervals, all with only a couple settings. This helps spread out the limitation to different timezone and prevents all available bandwidth being used in a short period
Main features:
- Completely free (free as in speech);
- Multiple language capability (all text is in config file, no hardcoded messages);
- Download counter file;
- xhtml/css compliant message output, fully customizable;
- Install script for easy setup;
- All user supplied input securely handled;
- Uses tokens to validate download requests. A superior method than .htaccess or http_referer which can be spoofed or limit users with firewalls;
- Tokens are good for a day by default, but can be set to expire at any time in 1 minute increments;
- A log is kept of invalid token attempts and information on tracking down the source;
- All errors and warnings can be written to a log file or sent to an email address;
- Supports unlimited directory structure of downloadable files (no need to specify where a file is located);
- Option to turn off bandwidth protection;
- Option to turn off any error/log report;
- Robust error handling;
- Ability to specify the total amount of transfer (bandwidth) allowed, over the total amount of time;
- Ability to specify interval lengths for download cut-off so all the allowed bandwidth does not go to one time zone / day /hour;
- Ability to put in a ratio of download clicks to actual bandwidth used;
- Log of all download details kept;
- Download log can be auto-archived;
- Ability to specify the download log size before archive;
- Ability to specify the download archive size before deleting;
- Ability to have a warning issued (email or log file) about the archive file reaching its maximum;
- Download count can be tracked in a Mysql database;
- Flood control on user clicks. Ability to set the number of times a user can click on a link in a given interval;
- Ability to allow specific offsite downloads via tokens;
- Pre-made example download page that is xhtml/css compliant;
- Pre-made file manager that displays all files, directories, sizes, downloads, dates, authors and descriptions for each file
- Ability to deny link sharing between browsers.
- Alternative install locations for secure files
- Logs automatically rotated, no on-going maintenance
- Ability to have multiple files with the same name
- Turn-Key install operation. Ready to begin secure downloads in 5 minutes or less;
Download (0.14MB)
Added: 2005-10-28 License: GPL (GNU General Public License) Price:
1459 downloads
gucharmap 1.10.0
gucharmap is a Unicode character map and font viewer. more>>
gucharmap is a Unicode Character Map and Font Viewer. gucharmap uses gtk+ 2.0, so it supports beautiful anti-aliased scalable fonts via Xft.
Installation
To compile and install, do the usual
./configure
make
make install
There are two extra ./configure options:
--disable-gnome disables GNOME-only functionality, even if the GNOME libraries are found.
--disable-unihan disables CJK ideograph information. The ideograph information includes definition and pronunciations in several languages, and is extracted from [3]. Omitting the ideograph information will reduce gucharmaps size by roughly 2 megabytes.
<<lessInstallation
To compile and install, do the usual
./configure
make
make install
There are two extra ./configure options:
--disable-gnome disables GNOME-only functionality, even if the GNOME libraries are found.
--disable-unihan disables CJK ideograph information. The ideograph information includes definition and pronunciations in several languages, and is extracted from [3]. Omitting the ideograph information will reduce gucharmaps size by roughly 2 megabytes.
Download (2.9MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
956 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 anti paranoia 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