Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.395.183 Times

Anti Proxy Anonymous freeware
Filter: All | Freeware | Demo
 

Anti Proxy Anonymous

< 1 2 3 4 5 > 
Added: January 17, 2010 | Visits: 3.120

NTLM Authorization Proxy Server NTLM Authorization Proxy Server is a proxy software that allows you to authenticate via an MS Proxy Server using the proprietary NTLM protocol. Since version 0.9.5 APS has an ability to behave as a standalone proxy server and authenticate http clients at web servers using NTLM method. It can...



Platforms: *nix

License: Freeware Size: 55.3 KB Download (365): NTLM Authorization Proxy Server Download

Added: September 07, 2010 | Visits: 1.010

Anti-Web httpd 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)...





Platforms: *nix

License: Freeware Size: 92.16 KB Download (92): Anti-Web httpd Download

Added: May 03, 2010 | Visits: 7.319

AVG Anti-Virus Definitions AVG Anti-Virus Definitions are virus definitions for AVG Anti-Virus software. About AVG Anti-Virus: AVG Professional Single Edition is perfectly designed to give you the maximum antivirus protection for your single home PC or workstation. It is simple to install and operate. No IT expertise...


Platforms: *nix

License: Freeware Size: 5.6 MB Download (5518): AVG Anti-Virus Definitions Download

Added: April 26, 2010 | Visits: 3.953

Bypass Proxy Client Bypass Proxy Client is the complete network privacy tool. It ensures absolute privacy wherever you maybe, preventing would-be snoopers from monitoring your surfing, email, or chatting activity. You can bypass blocking filters, firewalls, and proxies. Surf, chat, read news boards, and get all your...


Platforms: *nix

License: Freeware Size: 28.7 MB Download (926): Bypass Proxy Client Download

Added: August 27, 2010 | Visits: 1.077

YAZ Proxy YAZ Proxy application is highly configurable and can be used in a number of different applications, ranging from debugging Z39.50-based applications and protecting overworked servers, to improving the performance of stateless WWW/Z39.50 gateways..


Platforms: *nix

License: Freeware Size: 481.28 KB Download (105): YAZ Proxy Download

Added: July 19, 2010 | Visits: 975

Anti-Paranoia 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...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (90): Anti-Paranoia Download

Added: April 16, 2010 | Visits: 2.064

Whois Proxy Whois Proxy provides a CGI or command line whois proxy tool. Whois Proxy is a Perl whois tool for looking up the owners, technical contacts, abuse desk, IP address, NIC handle, or ASN of any domain on the internet. A complete rewrite of the GeekTools whois proxy, it also runs either as a Web...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (192): Whois Proxy Download

Added: January 27, 2010 | Visits: 1.370

IP::Anonymous 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...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (113): IP::Anonymous Download

Added: September 03, 2010 | Visits: 2.260

Mobile Web Proxy Mobile Web Proxy is a (CGI) tool to make more Web pages available from some mobile devices (cell phone Web browsers, etc.). When I began using my cell phones mobile web browser, one of the things I realized was that there were a lot of web pages that my cell phones web browser simply wouldnt...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (280): Mobile Web Proxy Download

Added: May 26, 2010 | Visits: 1.980

Simple UDP proxy/pipe Simple UDP proxy/pipe is an advanced UDP proxy/datapipe/packets forwarder and modifier with multiple functions. Multiple clients allowed (you can connect many clients you want to this proxy), creation of ACP files (tcpdump capture files, just like a sniffer), packets forwarding (chat style,...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (271): Simple UDP proxy/pipe Download

Added: April 07, 2010 | Visits: 2.234

Firewall and Proxy Server HOWTO Firewall and Proxy Server HOWTO project is designed to describe the basics of firewall systems. And also to give you some detail on setting up both a filtering and proxy firewall on a Linux based system. Firewalls have gained great popularity as the ultimate in Internet Security. Today...


Platforms: *nix

License: Freeware Download (150): Firewall and Proxy Server HOWTO Download

Added: September 05, 2010 | Visits: 849

Net::Server::POP3proxy Net::Server::POP3proxy is a Perl module with POP3 Proxy class for working with virus scanners and anti-spam software. SYNOPSIS use Net::Server::POP3proxy; # Constructors $popproxy = new Net::Server::POP3proxy( Action => sub { filterAction ($_[0]); }, Error => sub { die ($_[0]); }, Debug...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (102): Net::Server::POP3proxy Download

Added: May 06, 2010 | Visits: 976

Tie::Proxy::Hash Tie::Proxy::Hash is a Perl module created to efficiently merge & translate hashes. SYNOPSIS my (%hash, $ref); $ref = tie %hash, Tie::Proxy::Hash, (bart => +{a => 1, b => 2}, maggie => +{a => 5, c => 6, e => 10}, ); $hash{a} == 1; # true $hash{b} == 2; # true (bart supercedes maggie)...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (99): Tie::Proxy::Hash Download

Added: September 10, 2010 | Visits: 2.544

Corbicula Anti Virus Corbicula Anti Virus is a GNOME HIG compliant front end for ClamAV. Corbicula Anti Virus tries to be the simplest possible anti virus application, without any fancy features who nobody uses anyway....


Platforms: *nix

License: Freeware Size: 30.72 KB Download (383): Corbicula Anti Virus Download

Added: September 27, 2010 | Visits: 1.675

IOC::Proxy::Interfaces IOC::Proxy::Interfaces is a IOC::Proxy subclasss to proxy objects with a given interface. SYNOPSIS use IOC::Proxy::Interfaces; my $proxy_server = IOC::Proxy->new({ interface => AnInterface, # ... add other config values here }); $proxy_server->wrap($object); # our $object is now...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (108): IOC::Proxy::Interfaces Download

Added: January 23, 2010 | Visits: 1.313

Net::Proxy Net::Proxy is a Perl framework for proxying network connections in many ways. SYNOPSIS use Net::Proxy; # proxy connections from localhost:6789 to remotehost:9876 # using standard TCP connections my $proxy = Net::Proxy->new( { in => { type => tcp, port => 6789 }, out => { type => tcp,...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (148): Net::Proxy Download

Added: July 08, 2010 | Visits: 2.620

Frickin PPTP Proxy 2.0 Beta Frickin PPTP Proxy is a fast PPTP proxy for any BSD system with the OpenBSD packet filter installed. It handles bi-directional tunnels transparently and can be chained from one proxy to another over several servers. Whats New in This Release: - This release fixes an endian issue with echo...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (185): Frickin PPTP Proxy 2.0 Beta Download

Added: July 21, 2010 | Visits: 1.476

FSP Proxy 2.8.1 Beta FSP Proxy provides a proxy server for FSP to HTTP protocol translation. FSP Proxy is a proxy server for FSP to HTTP/1.0 protocol translation. It also accepts gopher:// URLs as an alias for fsp://. You can set it up as a gopher proxy in your browser, and easily access FSP sites. This proxy...


Platforms: *nix

License: Freeware Download (103): FSP Proxy 2.8.1 Beta Download

Added: October 17, 2013 | Visits: 1.780

Symbion SSL Proxy SSL Proxy server listens on a TCP port, accepts SSL connections, and forwards them to another local or remote TCP port. For example, it is possible to create an HTTPS server if you have an HTTP server and you run an SSL Proxy server on port 443 which forwards the connections to port 80. SSL...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (162): Symbion SSL Proxy Download

Added: April 09, 2010 | Visits: 1.819

Yosis Anti-Spam POP3 fIlter bot yaspi (Yosis Anti-Spam POP3 fIlter bot) is a POP3 mail-scanner specifically made to combat mail bombings caused by viruses (i.e. Swen). It connects to the POP3 server, inspects the messages, and deletes the infected ones by itself automatically without ever downloading them. yaspi most...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (197): Yosis Anti-Spam POP3 fIlter bot Download

< 1 2 3 4 5 >