anonymous remailer
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 172
IP::Anonymous 0.04
IP::Anonymous is a Perl port of Crypto-PAn to provide anonymous IP addresses. more>>
IP::Anonymous is a Perl port of Crypto-PAn to provide anonymous IP addresses.
SYNOPSIS
use IP::Anonymous;
@key = (0..31);
my $object = new IP::Anonymous(@key);
print $object->anonymize("192.0.2.0")."n";
This is a Perl port of Crypto-PAn. Crypto-PAn is a cryptography-based sanitization tool for network trace or log data. The tool has the following properties:
One-to-one
The mapping from original IP addresses to anonymized IP addresses is one-to-one.
Prefix-preserving
The IP address anonymization is prefix-preserving. That is, if two original IP addresses share a k-bit prefix, their anonymized mappings will also share a k-bit prefix.
Consistent across traces
Multiple traces can be sanitized in a consistent way, over time and across locations, even though the traces might be sanitized separately at different time and/or at different locations.
Cryptography-based
To sanitize traces, trace owners provide a secret key. Anonymization consistency across multiple traces is achieved by the use of the same key. The construction of IP::Anonymous preserves the secrecy of the key and the (pseudo)randomness of the mapping from an original IP address to its anonymized counterpart.
This Perl port of Crypto-PAn uses similar logic to that found in Crypto-PAn 1.0, but most importantly maintains consistency in the process so that regardless of implementation, using the same key in each will give consistent results.
USAGE
$object = new IP::Anonymous(@key)
Initializes the electronic codebook object with a 32 8-bit decimal array. This array, consisting of 32 decimals between 0 and 255 inclusive, is the user defined private key for this anonymization session. This 256 bit key should be kept private. The key can be used across sessions to maintain consistent mappings between the original and the anonymized IP addresses.
$object->anonymize($address)
Called with a dotted quad IP address string (e.g. 192.0.2.0). Returns an anonymized version of that IP address as a dotted quad string.
<<lessSYNOPSIS
use IP::Anonymous;
@key = (0..31);
my $object = new IP::Anonymous(@key);
print $object->anonymize("192.0.2.0")."n";
This is a Perl port of Crypto-PAn. Crypto-PAn is a cryptography-based sanitization tool for network trace or log data. The tool has the following properties:
One-to-one
The mapping from original IP addresses to anonymized IP addresses is one-to-one.
Prefix-preserving
The IP address anonymization is prefix-preserving. That is, if two original IP addresses share a k-bit prefix, their anonymized mappings will also share a k-bit prefix.
Consistent across traces
Multiple traces can be sanitized in a consistent way, over time and across locations, even though the traces might be sanitized separately at different time and/or at different locations.
Cryptography-based
To sanitize traces, trace owners provide a secret key. Anonymization consistency across multiple traces is achieved by the use of the same key. The construction of IP::Anonymous preserves the secrecy of the key and the (pseudo)randomness of the mapping from an original IP address to its anonymized counterpart.
This Perl port of Crypto-PAn uses similar logic to that found in Crypto-PAn 1.0, but most importantly maintains consistency in the process so that regardless of implementation, using the same key in each will give consistent results.
USAGE
$object = new IP::Anonymous(@key)
Initializes the electronic codebook object with a 32 8-bit decimal array. This array, consisting of 32 decimals between 0 and 255 inclusive, is the user defined private key for this anonymization session. This 256 bit key should be kept private. The key can be used across sessions to maintain consistent mappings between the original and the anonymized IP addresses.
$object->anonymize($address)
Called with a dotted quad IP address string (e.g. 192.0.2.0). Returns an anonymized version of that IP address as a dotted quad string.
Download (0.005MB)
Added: 2007-04-17 License: Perl Artistic License Price:
935 downloads
openModeller 0.4.2
openModeller is a spatial distribution modelling library. more>>
openModeller library is a spatial distribution modelling library, providing a uniform method for modelling distribution patterns using a variety of modelling algorithms.
openModeller can be used via programatic interfaces, including SOAP and SWIG-python, as well as via a user friendly desktop grapical user interface and a GIS plugin.
Installation:
1. Install proj4 library, (known to work with version 4.4.7)
2. Install the GDAL library, (known to work with version 1.2.5)
3. Install GSL - GNU Scientific Library, (known to work with version 1.4)
4. Download the latest openModeller package from the sourceforge site, uncompress it, get into the "modeller" directory and then:
$ ./configure (see more options in the section "Compile options")
$ make
$ make install
Alternatively, you can try the latest version from CVS:
$ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/openmodeller login
$ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/openmodeller co modeller
$ cd modeller
$ ./autogen.sh
$ make
$ make install
Enhancements:
- Included ROC curve as part of model statistics, added metric Chebyshev in the Environmental Distance algorithm, changed Log object to a singleton, other minor bugfixes.
<<lessopenModeller can be used via programatic interfaces, including SOAP and SWIG-python, as well as via a user friendly desktop grapical user interface and a GIS plugin.
Installation:
1. Install proj4 library, (known to work with version 4.4.7)
2. Install the GDAL library, (known to work with version 1.2.5)
3. Install GSL - GNU Scientific Library, (known to work with version 1.4)
4. Download the latest openModeller package from the sourceforge site, uncompress it, get into the "modeller" directory and then:
$ ./configure (see more options in the section "Compile options")
$ make
$ make install
Alternatively, you can try the latest version from CVS:
$ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/openmodeller login
$ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/openmodeller co modeller
$ cd modeller
$ ./autogen.sh
$ make
$ make install
Enhancements:
- Included ROC curve as part of model statistics, added metric Chebyshev in the Environmental Distance algorithm, changed Log object to a singleton, other minor bugfixes.
Download (MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
899 downloads
Ghost In The Mail 0.5
Ghost In The Mail is an anonymous e-mail client for linux written in C and designed in GTK+ 2. more>>
Ghost In The Mail is an anonymous e-mail client for linux written in C and designed in GTK+ 2. Look at the screenshots below to have a better idea of how does it works.
This piece of software allows to send e-mails to any person over the net with a fake email address, and also a fake name. Obviously you can use your true identity. gitmail can also send attached files. Ghost In The Mail uses MIME and Base64 technologies.
Enhancements:
- Full review of the code in order to improve stability and performances.
- Rewrite of all functions that contained malloc(CONST_VAL).
- Added functions gitm_malloc & gitm_realloc that check pointers after allocating them.
- Added some commentaries to describe functions.
- New sources files: functions are distributed into files in a more logical way.
- Files cbbentries.* removed (functions in cbbentries.* are now in history.*) Better core/gui splitting.
- Created a constant GITM_VERSION to hold the version number.
- MIME boundary is now randomly generated.
- Server errors are fully displayed.
<<lessThis piece of software allows to send e-mails to any person over the net with a fake email address, and also a fake name. Obviously you can use your true identity. gitmail can also send attached files. Ghost In The Mail uses MIME and Base64 technologies.
Enhancements:
- Full review of the code in order to improve stability and performances.
- Rewrite of all functions that contained malloc(CONST_VAL).
- Added functions gitm_malloc & gitm_realloc that check pointers after allocating them.
- Added some commentaries to describe functions.
- New sources files: functions are distributed into files in a more logical way.
- Files cbbentries.* removed (functions in cbbentries.* are now in history.*) Better core/gui splitting.
- Created a constant GITM_VERSION to hold the version number.
- MIME boundary is now randomly generated.
- Server errors are fully displayed.
Download (0.37MB)
Added: 2006-02-20 License: GPL (GNU General Public License) Price:
1347 downloads
Anon Proxy Server 0.99
Anon Proxy Server is a fast http, https, socks caching proxy server. more>>
Anon Proxy Server is a fast http, https, socks caching proxy server. Easy web based configuration, optional p2p anonymous mode.
Main features:
- Easy Configuration - Web based, no editing text configuration files.
- Memory - No big databases are kept in memory, no matter how large the cache is, memory usage will only increase when more users access it at the same time.
- Speed - To see how much cpu the proxy uses, run top or task manager. Then open multiple windows and hit reload continously, on my computer I usually run out of bandwidth before it goes near 3-5% cpu usage.
- Shared Cache - Can be used as a general cache for all users of a computer/network instead of one cache per profile.
- Automatic config - Auto generates the .pac file for automatic proxy settings, no more updating in the do not use proxy section of individual users browsers.
- Anonymous P2P proxy - Joining the anonymous proxy network will allow you to use other peoples proxys for browsing and allow them to use yours.
- SOCKS - Supports enough of SOCKS to run ftp, most Instant messengers, irc, limewire, etc.
- User authentication - Supports external user authentication.
Enhancements:
- The program now checks for errors in access configuration.
- Variable timeout values were added.
- Log rotation was fixed.
- Occasional crashes on a bad URL were fixed.
- The auto configuration .pac file was fixed, so it should work even if the proxys URL was not set properly.
- Anon proxy defaults to 3 keys now for more reliability.
<<lessMain features:
- Easy Configuration - Web based, no editing text configuration files.
- Memory - No big databases are kept in memory, no matter how large the cache is, memory usage will only increase when more users access it at the same time.
- Speed - To see how much cpu the proxy uses, run top or task manager. Then open multiple windows and hit reload continously, on my computer I usually run out of bandwidth before it goes near 3-5% cpu usage.
- Shared Cache - Can be used as a general cache for all users of a computer/network instead of one cache per profile.
- Automatic config - Auto generates the .pac file for automatic proxy settings, no more updating in the do not use proxy section of individual users browsers.
- Anonymous P2P proxy - Joining the anonymous proxy network will allow you to use other peoples proxys for browsing and allow them to use yours.
- SOCKS - Supports enough of SOCKS to run ftp, most Instant messengers, irc, limewire, etc.
- User authentication - Supports external user authentication.
Enhancements:
- The program now checks for errors in access configuration.
- Variable timeout values were added.
- Log rotation was fixed.
- Occasional crashes on a bad URL were fixed.
- The auto configuration .pac file was fixed, so it should work even if the proxys URL was not set properly.
- Anon proxy defaults to 3 keys now for more reliability.
Download (0.65MB)
Added: 2006-12-14 License: zlib/libpng License Price:
1048 downloads
Ixion media player 0.2
Ixion is a media player that uses wxWidgets and GStreamer. more>>
Ixion is a media player that uses wxWidgets and GStreamer. Its is just a simple video player that can play at double or half speed. It can be useful as an example of how to write a simple app based on wxWidgets and/or GStreamer.
Ixion is a media player written in C/C++ using wxWidgets and GStreamer. It is not a bleeding edge, full-featured, eye-candy, all-in-one application; Ixion exists only because I needed a video player that could play at double or half speed. However, it can be useful if you want to see how to write a simple app based in wxWidgets and/or GStreamer. Source code is available for download under the GPL license.
You can download the source code from the downloads section. It will compile on most *nix systems ig there are the required libraries, including GNU/Linux.
Alternatively, you can get the source code using anonymous CVS access:
$ cvs -d:ext:anonymous@cvs.lug.fi.uba.ar:/cvsroot/ixion co ixion
<<lessIxion is a media player written in C/C++ using wxWidgets and GStreamer. It is not a bleeding edge, full-featured, eye-candy, all-in-one application; Ixion exists only because I needed a video player that could play at double or half speed. However, it can be useful if you want to see how to write a simple app based in wxWidgets and/or GStreamer. Source code is available for download under the GPL license.
You can download the source code from the downloads section. It will compile on most *nix systems ig there are the required libraries, including GNU/Linux.
Alternatively, you can get the source code using anonymous CVS access:
$ cvs -d:ext:anonymous@cvs.lug.fi.uba.ar:/cvsroot/ixion co ixion
Download (0.095MB)
Added: 2006-07-22 License: GPL (GNU General Public License) Price:
1208 downloads
Claros Anonymity 1.5
Claros Anonymity is a servlet that allows anonymous browsing. more>>
Claros Anonymity is a servlet that allows anonymous browsing. It acts like a proxy, hiding the end users IP.
Claros Anonymity also enables the user to bypass a URL/IP based corporate firewall, as the requests are all directed to the machine running the servlet.
Installation:
For Tomcat Users :
Copy the war file to $TOMCAT_INSTALL_DIR/webapps folder
Start Tomcat
For other application servers, you shall know what to do with a war file. If war extension means nothing to you, just unzip is it, if it was a regular zip archive.
Claros Anonymity is an out of box application and no configuration is needed. If you want further assistance details are bundled with the readme.txt file.
Enhancements:
- Many bugs have been fixed.
- HTML Forms are working.
- HTTP POST is also supported.
- There is a brand new modern look and feel.
<<lessClaros Anonymity also enables the user to bypass a URL/IP based corporate firewall, as the requests are all directed to the machine running the servlet.
Installation:
For Tomcat Users :
Copy the war file to $TOMCAT_INSTALL_DIR/webapps folder
Start Tomcat
For other application servers, you shall know what to do with a war file. If war extension means nothing to you, just unzip is it, if it was a regular zip archive.
Claros Anonymity is an out of box application and no configuration is needed. If you want further assistance details are bundled with the readme.txt file.
Enhancements:
- Many bugs have been fixed.
- HTML Forms are working.
- HTTP POST is also supported.
- There is a brand new modern look and feel.
Download (0.28MB)
Added: 2006-09-20 License: GPL (GNU General Public License) Price:
1136 downloads
Incognito Live CD/USB i686
Incognito Live CD/USB CD provides software to use various Internet technologies while keeping the user anonymous. more>>
Incognito Live CD/USB CD provides software to use various Internet technologies while keeping the user anonymous. The project is based primarily on Tor while including supporting applications. The target use case is that of using a public computer, such as in a library, securely.
This CD may also be copied to a USB drive to provide persisted user settings. The intended user base are those who would like to perform standard Internet communications such as WWW, mail, IRC, IM, etc, while being confident that their anonymity is not compromised. Power users who want precise control over the application and network configuration may be disappointed.
There are full and tiny versions of the CD. The tiny version is intended to fit on small media and basically provides an anonymous web browser. The full version supports a variety of Internet applications.
The Gentoo Catalyst release build tool is used to build the CD. This tool is designed to make the CD easy to maintain. For an update of only Tor it takes a simple version bump and 30 minutes for the tiny CD, two hours for the full version. Human effort is minimal, Catalyst does most of the work. A full update of all software takes several hours to compile, but this is seldom done or needed and again generally requires little human effort. Adding or removing software to/from the CD is also generally trivial.
The following applications are kept up to date as soon as possible. Others may be updated sooner if a major security problem occurs (Firefox, etc.)
*Tor
*TorK
*Vidalia
*Privoxy
*Mixminion
Remaining applications, including the base system, will be updated on a roughly two month schedule.
<<lessThis CD may also be copied to a USB drive to provide persisted user settings. The intended user base are those who would like to perform standard Internet communications such as WWW, mail, IRC, IM, etc, while being confident that their anonymity is not compromised. Power users who want precise control over the application and network configuration may be disappointed.
There are full and tiny versions of the CD. The tiny version is intended to fit on small media and basically provides an anonymous web browser. The full version supports a variety of Internet applications.
The Gentoo Catalyst release build tool is used to build the CD. This tool is designed to make the CD easy to maintain. For an update of only Tor it takes a simple version bump and 30 minutes for the tiny CD, two hours for the full version. Human effort is minimal, Catalyst does most of the work. A full update of all software takes several hours to compile, but this is seldom done or needed and again generally requires little human effort. Adding or removing software to/from the CD is also generally trivial.
The following applications are kept up to date as soon as possible. Others may be updated sooner if a major security problem occurs (Firefox, etc.)
*Tor
*TorK
*Vidalia
*Privoxy
*Mixminion
Remaining applications, including the base system, will be updated on a roughly two month schedule.
Download (MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
891 downloads
Phantomix Live CD 4.0.2
Phantomix is a Knoppix based Operating System running on a CD drive without using the hard drive. more>>
Phantomix is a Knoppix based Operating System running on a CD drive without using the hard drive.
Phantomix Live CD is configured to use the Tor and Privoxy software for anonymous internet communication.
Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and other applications for your safety and security.
Known Issues:
- compared to direct internet connection, browsing is slow
- due to ad and junk filtering some sites may not work as expected (googlemail, ezboard)
- sometimes pages have to be reloaded very often until they are displayed correctly.
<<lessPhantomix Live CD is configured to use the Tor and Privoxy software for anonymous internet communication.
Using Tor can help you anonymize web browsing and publishing, instant messaging, IRC, SSH, and other applications for your safety and security.
Known Issues:
- compared to direct internet connection, browsing is slow
- due to ad and junk filtering some sites may not work as expected (googlemail, ezboard)
- sometimes pages have to be reloaded very often until they are displayed correctly.
Download (700.2MB)
Added: 2006-08-21 License: GPL (GNU General Public License) Price:
674 downloads
SystemSearcher 1.0
SystemSearcher project is yet another Linux security scanner. more>>
SystemSearcher project is yet another Linux security scanner.
SystemSearcher is a Linux security scanner written in Perl. It scans single hosts or subnets for anonymous FTP servers, TFTP servers, SMTP servers which allow relaying, SSH servers, Telnet servers, NFS servers with exported directories, mail servers, Web servers (HTTP/HTTPS), well- known trojan ports, and exploitable CGIs.
You can also scan a list of specific servers and specific ports. It uses non-blocking socket communication with a 3-second socket timeout.
It can also scan for proxy servers which are open to the world (on port 80,8080,1080, or 3128), and SMB servers or Windows boxes sharing directories.
Main features:
- Scan a network segment
- Scan for anonymous ftp
- Scan for TFTP server
- Scan for SMTP server which allows relaying
- Scan for SSH server
- Scan for Telnet server
- Scan for Web server (HTTP and HTTPS)
- Scan for proxy server open to the world (Ports 80.8080.1080,3128)
- Scan for NFS server and exported directories
- Scan for Mailservers belonging to your target
- Scan for SMB server or windoze boxes and shared directories
- Scan for exploitable CGIs using whisker (programmed by Rain Forest Puppy)
- Scan for well known Trojan ports
- Scan for one or more open ports
<<lessSystemSearcher is a Linux security scanner written in Perl. It scans single hosts or subnets for anonymous FTP servers, TFTP servers, SMTP servers which allow relaying, SSH servers, Telnet servers, NFS servers with exported directories, mail servers, Web servers (HTTP/HTTPS), well- known trojan ports, and exploitable CGIs.
You can also scan a list of specific servers and specific ports. It uses non-blocking socket communication with a 3-second socket timeout.
It can also scan for proxy servers which are open to the world (on port 80,8080,1080, or 3128), and SMB servers or Windows boxes sharing directories.
Main features:
- Scan a network segment
- Scan for anonymous ftp
- Scan for TFTP server
- Scan for SMTP server which allows relaying
- Scan for SSH server
- Scan for Telnet server
- Scan for Web server (HTTP and HTTPS)
- Scan for proxy server open to the world (Ports 80.8080.1080,3128)
- Scan for NFS server and exported directories
- Scan for Mailservers belonging to your target
- Scan for SMB server or windoze boxes and shared directories
- Scan for exploitable CGIs using whisker (programmed by Rain Forest Puppy)
- Scan for well known Trojan ports
- Scan for one or more open ports
Download (0.18MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
953 downloads
DangoTalk 1.0
DangoTalk is a widget that allows you to make free anonymous phone calls. more>>
DangoTalk project is a OS X Dashboard Widget that allows you to use the Interconnect API to make free phone calls between any two PSNT DIDs.
The system is built using Asterisk.
Upon request the Interconnect service will call the two numbers and connect them... similar to click-to-talk... but initated from a desktop application instead of a web application.
<<lessThe system is built using Asterisk.
Upon request the Interconnect service will call the two numbers and connect them... similar to click-to-talk... but initated from a desktop application instead of a web application.
Download (0.23MB)
Added: 2006-09-22 License: GPL (GNU General Public License) Price:
1129 downloads
KSendFile 0.8a
KSendfile is a native SAFT client. more>>
KSendfile is a native SAFT client. Compared to the Bitnet up to now there was no asynchronous file transfer service defined in the Internet. The existing standard file transfer, the ftp, is a synchronous service: an interactive login on both ends of the file transfer is mandatory for the user to set up a connection between both points.
If a user A wants to send a file to user B they have the following choices:
- ftp to a recipients account B
In this case one has to know the password of the recipients account. If A and B are not the identical person, severe questions of security arise and it is not the method of choice. Even if account A and B belong to the same person, the typed ASCII password characters for ftp access will travel open (readable) as ordinary TCP packets through the network.
- ftp using an anonymous ftp server
The file has to be uploaded by A onto the anonymous ftp server using an ftp session. After that A has to notify B about this using e-mail informing this user about the fact that the file is ready for download now. B can get the file now by doing another ftp transfer. This procedures requires a common reachable ftp server, with an upload (write access) facility. During the time the file resides on the anonymous ftp server it is open to anyone, it may be readable, writeable, changeable or erasable.
- sending a file via e-mail
A is sending a file to B enclosed into an e-mail. According to RFC 822 a mail must contain characters from the NVT-ASCII character set, which is a subset of the 7 bit ASCII character set. The file transfer via e-mail is limited to English text documents or the text to be sent must be encoded properly, of course using the NVT-ASCII character set. Encoding procedures like uuencode or MIME are available. It is not a pleasure to use either of them, they dont support all file ownership attributes and they will enlarge the amount of data to be transferred by encoding. In addition to this most of the existing MTAs are not designed to handle large amount of data transfers.
To avoid all the described disadvantages the SAFT-protocol (Simple Asynchronous File Transfer) has been developed and the sendfile software has been created as a reference implementation for UNIX platforms.
Enhancements:
- Fixed a bug in ksendfilenetclient::sendFile when getting status code 531
- Added Resend Function
- Fixed bug in ksendfilenetclient::sendfile in the date function
- Now sends the file date, not the actual system date.
<<lessIf a user A wants to send a file to user B they have the following choices:
- ftp to a recipients account B
In this case one has to know the password of the recipients account. If A and B are not the identical person, severe questions of security arise and it is not the method of choice. Even if account A and B belong to the same person, the typed ASCII password characters for ftp access will travel open (readable) as ordinary TCP packets through the network.
- ftp using an anonymous ftp server
The file has to be uploaded by A onto the anonymous ftp server using an ftp session. After that A has to notify B about this using e-mail informing this user about the fact that the file is ready for download now. B can get the file now by doing another ftp transfer. This procedures requires a common reachable ftp server, with an upload (write access) facility. During the time the file resides on the anonymous ftp server it is open to anyone, it may be readable, writeable, changeable or erasable.
- sending a file via e-mail
A is sending a file to B enclosed into an e-mail. According to RFC 822 a mail must contain characters from the NVT-ASCII character set, which is a subset of the 7 bit ASCII character set. The file transfer via e-mail is limited to English text documents or the text to be sent must be encoded properly, of course using the NVT-ASCII character set. Encoding procedures like uuencode or MIME are available. It is not a pleasure to use either of them, they dont support all file ownership attributes and they will enlarge the amount of data to be transferred by encoding. In addition to this most of the existing MTAs are not designed to handle large amount of data transfers.
To avoid all the described disadvantages the SAFT-protocol (Simple Asynchronous File Transfer) has been developed and the sendfile software has been created as a reference implementation for UNIX platforms.
Enhancements:
- Fixed a bug in ksendfilenetclient::sendFile when getting status code 531
- Added Resend Function
- Fixed bug in ksendfilenetclient::sendfile in the date function
- Now sends the file date, not the actual system date.
Download (0.060MB)
Added: 2006-06-13 License: GPL (GNU General Public License) Price:
1228 downloads
Information Resource Manager 1.5.7 / 1.6 Beta 2
Information Resource Manager is a hardware inventory and work request system. more>>
Information Resource Manager project the Information Resource Manager, is a powerful web-based asset tracking and trouble ticket system built for IT departments and HelpDesks.
It keeps detailed information about each computer, as well as providing a trouble ticket system, an FAQ system, and a Knowledgebase, which are all interweaved into a seamless web application.
Main features:
- Detailed tracking of computers, searchable by all fields
- Software tracking (installed copies, licensing)
- Trouble ticket system ("tracking") with priorities, assign to users, tracking history, anonymous web submission, followups
- Scaleable to thousands of records
- SNMP browse support
- Network mapping by network devices and ports/wires
- Full e-mail notification
- Report generation tools
Whats New in 1.6 Beta 2 Development Release:
- Numerous fixes to the tracking system and general bug smashing.
<<lessIt keeps detailed information about each computer, as well as providing a trouble ticket system, an FAQ system, and a Knowledgebase, which are all interweaved into a seamless web application.
Main features:
- Detailed tracking of computers, searchable by all fields
- Software tracking (installed copies, licensing)
- Trouble ticket system ("tracking") with priorities, assign to users, tracking history, anonymous web submission, followups
- Scaleable to thousands of records
- SNMP browse support
- Network mapping by network devices and ports/wires
- Full e-mail notification
- Report generation tools
Whats New in 1.6 Beta 2 Development Release:
- Numerous fixes to the tracking system and general bug smashing.
Download (0.67MB)
Added: 2007-08-08 License: BSD License Price:
809 downloads
Destiney Rated Images Script 0.5.1
Destiney Rated Images Script provides an image rating script. more>>
Destiney Rated Images Script provides an image rating script.
Destiney Rated Images script is continuation of the free phpRated script. Rated Images is a Web application written in PHP for use with MySQL.
Rated Images allows visitors to your site to list their pictures and have them rated by other members who may visit.
Rated Images allows visitors to send other members private messages, as well as leave comments.
Members may rate other members on a scale of 1-10. Members may also participate in the mix/match section.
Viewing and reviewing members can be accomplished a number of ways, and many options are available to encourage member interaction.
Main features:
- Automated image rating system.
- Mix/Match system for pairing user images together
- Admin can e-mail users using html or plain text emails. Emails include member unsubscribe link.
- Built-in database maintenance and optimization for ratings.
- Document caching for performance gains.
- Web Forums, members-only or anonymous.
- Weblogs, members-only
- Weblog Comments, members-only or anonymous.
- Image Comments, members-only or anonymous.
- Full user search page.
- Admin interface with static IP security lockdown.
- Capable of creating member and site statistics graphs using JPGraph software (not included, but free for download http://www.aditus.nu/jpgraph/jpdownload.php)
- Image watermarking for site title and image rating (requires GD support in your PHP).
- Database based image storage with dynamic image resizing.
<<lessDestiney Rated Images script is continuation of the free phpRated script. Rated Images is a Web application written in PHP for use with MySQL.
Rated Images allows visitors to your site to list their pictures and have them rated by other members who may visit.
Rated Images allows visitors to send other members private messages, as well as leave comments.
Members may rate other members on a scale of 1-10. Members may also participate in the mix/match section.
Viewing and reviewing members can be accomplished a number of ways, and many options are available to encourage member interaction.
Main features:
- Automated image rating system.
- Mix/Match system for pairing user images together
- Admin can e-mail users using html or plain text emails. Emails include member unsubscribe link.
- Built-in database maintenance and optimization for ratings.
- Document caching for performance gains.
- Web Forums, members-only or anonymous.
- Weblogs, members-only
- Weblog Comments, members-only or anonymous.
- Image Comments, members-only or anonymous.
- Full user search page.
- Admin interface with static IP security lockdown.
- Capable of creating member and site statistics graphs using JPGraph software (not included, but free for download http://www.aditus.nu/jpgraph/jpdownload.php)
- Image watermarking for site title and image rating (requires GD support in your PHP).
- Database based image storage with dynamic image resizing.
Download (0.20MB)
Added: 2007-02-06 License: BSD License Price:
990 downloads
Astro::Aladin::LowLevel 2.0.2
Astro::Aladin::LowLevel is a Perl class designed to drive CDS Aladin Application. more>>
Astro::Aladin::LowLevel is a Perl class designed to drive CDS Aladin Application.
SYNOPSIS
my $aladin = new Astro::Aladin::LowLevel( );
Drives the CDS Aladin Application through a anonymous pipe, expects the a copy of the standalone Aladin application to be installed locally and pointed to by the ALADIN_JAR environment variable.
REVISION
$Id: LowLevel.pm,v 1.2 2003/02/24 22:45:56 aa Exp $
METHODS
Constructor
new
Create a new instance from a hash of options
$aladin = new Astro::Aladin::LowLevel( );
returns a reference to an Aladin object.
Accessor Methods
close
Closes the anonymous pipe to the aladin application
$aladin->close();
it should be noted that if you DONT do this after finishing with the object youre going to have zombie Java VM hanging around eating up all your CPU. This is amougst the many reasons why you should use Astro::Aladin rather than Astro::Aladin::LowLevel to drive the Aladin Application.
reopen
Reopen the anonymous pipe to the aladin application
my $status = $aladin->reopen()
returns undef if the pipe if defined and (presumably) already active.
status
Prints out the status of the current stack.
$aladin->status()
sync
Waits until all planes are ready
$aladin->sync()
export
Export a plane to a file
$aladin->sync( $plane_number, $filename )
get
Gets images and catalogues from the server
$aladin->get( $server, @args, $object, $radius );
$aladin->get( $server, $object );
For example
$aladin->get( "aladin", ["DSS1"], $object_name, $radius );
$aladin->get( "aladin", ["DSS1", "LOW"], $object_name, $radius );
$aladin->get( "aladin", [""], $object_name, $radius );
the radius arguement can be omitted
$aladin->get( "aladin", ["DSS1"], $object_name );
or even more simply
$aladin->get( "simbad", $object_name );
always remember to sync after a series of request, or you might end up closing Aladin before its actually finished download the layers.
<<lessSYNOPSIS
my $aladin = new Astro::Aladin::LowLevel( );
Drives the CDS Aladin Application through a anonymous pipe, expects the a copy of the standalone Aladin application to be installed locally and pointed to by the ALADIN_JAR environment variable.
REVISION
$Id: LowLevel.pm,v 1.2 2003/02/24 22:45:56 aa Exp $
METHODS
Constructor
new
Create a new instance from a hash of options
$aladin = new Astro::Aladin::LowLevel( );
returns a reference to an Aladin object.
Accessor Methods
close
Closes the anonymous pipe to the aladin application
$aladin->close();
it should be noted that if you DONT do this after finishing with the object youre going to have zombie Java VM hanging around eating up all your CPU. This is amougst the many reasons why you should use Astro::Aladin rather than Astro::Aladin::LowLevel to drive the Aladin Application.
reopen
Reopen the anonymous pipe to the aladin application
my $status = $aladin->reopen()
returns undef if the pipe if defined and (presumably) already active.
status
Prints out the status of the current stack.
$aladin->status()
sync
Waits until all planes are ready
$aladin->sync()
export
Export a plane to a file
$aladin->sync( $plane_number, $filename )
get
Gets images and catalogues from the server
$aladin->get( $server, @args, $object, $radius );
$aladin->get( $server, $object );
For example
$aladin->get( "aladin", ["DSS1"], $object_name, $radius );
$aladin->get( "aladin", ["DSS1", "LOW"], $object_name, $radius );
$aladin->get( "aladin", [""], $object_name, $radius );
the radius arguement can be omitted
$aladin->get( "aladin", ["DSS1"], $object_name );
or even more simply
$aladin->get( "simbad", $object_name );
always remember to sync after a series of request, or you might end up closing Aladin before its actually finished download the layers.
Download (0.020MB)
Added: 2007-06-21 License: Perl Artistic License Price:
857 downloads
Mixmaster 3.0 RC1
Mixmaster is an anonymous remailer. more>>
Mixmaster is an anonymous remailer. Mixmaster is the type II remailer protocol and the most popular implementation of it.
Remailers provide protection against traffic analysis and allow sending email nonymously or pseudonymously. Mixmaster consists of both client and server installations and is designed to run on several operation systems including but not limited to *BSD, Linux and Microsoft Windows.
The current 2.9.x versions are the stable ones and widely deployed. The 3.0beta* releases are betas for the upcoming Mixmaster 3.0.
To download Mixmaster visit Sourceforges download center. Packages for the Debian GNU/Linux distribution can be found in the testing and unstable distributions on a mirror near you. Also see http://packages.debian.org/mixmaster.
For pingers and other remailer implementations see related Software.
Whats New in 2.0.4 Stable Release:
- Prefer pubring.asc over secring.pgp.
- Support an unpublished dest.alw file.
- Added MINLAT directive. Ensures randhopped messages are sent through remailers of latency of MINLAT time or greater (suggested by Steve Crook). Improved OpenSSL version checking in the Install script.
- Added Full stats download support.
- Fixed buffer overflow bug in keymgt.c
Whats New in 3.0 RC1 Development Release:
- Prefer pubring.asc over secring.pgp.
- Support an unpublished dest.alw file.
- Added MINLAT directive. Ensures randhopped messages are sent through remailers of latency of MINLAT time or greater (suggested by Steve Crook).
- Improved OpenSSL version checking in the Install script.
- Added full stats download support.
- Fixed buffer overflow bug in keymgt.c.
<<lessRemailers provide protection against traffic analysis and allow sending email nonymously or pseudonymously. Mixmaster consists of both client and server installations and is designed to run on several operation systems including but not limited to *BSD, Linux and Microsoft Windows.
The current 2.9.x versions are the stable ones and widely deployed. The 3.0beta* releases are betas for the upcoming Mixmaster 3.0.
To download Mixmaster visit Sourceforges download center. Packages for the Debian GNU/Linux distribution can be found in the testing and unstable distributions on a mirror near you. Also see http://packages.debian.org/mixmaster.
For pingers and other remailer implementations see related Software.
Whats New in 2.0.4 Stable Release:
- Prefer pubring.asc over secring.pgp.
- Support an unpublished dest.alw file.
- Added MINLAT directive. Ensures randhopped messages are sent through remailers of latency of MINLAT time or greater (suggested by Steve Crook). Improved OpenSSL version checking in the Install script.
- Added Full stats download support.
- Fixed buffer overflow bug in keymgt.c
Whats New in 3.0 RC1 Development Release:
- Prefer pubring.asc over secring.pgp.
- Support an unpublished dest.alw file.
- Added MINLAT directive. Ensures randhopped messages are sent through remailers of latency of MINLAT time or greater (suggested by Steve Crook).
- Improved OpenSSL version checking in the Install script.
- Added full stats download support.
- Fixed buffer overflow bug in keymgt.c.
Download (0.33MB)
Added: 2006-06-24 License: Freeware Price:
709 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 anonymous remailer 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