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.480.047 Times

Proxy Socket software
Filter: All | Freeware | Demo
 

Proxy Socket

< 1 2 3 4 5 > 
Added: August 27, 2010 | Visits: 1.081

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: April 16, 2010 | Visits: 2.066

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: September 03, 2010 | Visits: 2.266

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: September 10, 2010 | Visits: 2.275

Charles Web Debugging Proxy Charles is an HTTP proxy / Reverse Proxy / HTTP monitor that enables a developer to view all of the HTTP traffic between their machine and the Internet. This includes requests, responses and the HTTP headers (which contain the cookies and caching information). Charles can act as a... Platforms: *nix

License: Shareware Cost: $50.00 USD Size: 727.04 KB Download (439): Charles Web Debugging Proxy Download

Added: May 26, 2010 | Visits: 1.986

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.240

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: May 06, 2010 | Visits: 979

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 27, 2010 | Visits: 1.679

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.316

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.624

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.479

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: May 15, 2010 | Visits: 4.403

CPP Socket library CPP Socket library is a small Classlibrary for C++ that supports a easy usage of socket-programming for networking-software. It provides a simple object-oriented interface to the classic C library calls. With CPPSocket supports the following network protocols: - TCP (transmission control... Platforms: *nix

License: Freeware Download (122): CPP Socket library Download

Added: October 17, 2013 | Visits: 1.786

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: February 12, 2010 | Visits: 959

gnome-socket gnome-socket provides a simple library for high-level network asynchronous I/O in GNOME applications. gnome-socket is a library that provides simple high-level network access to GNOME applications. Its main features are asynchronous DNS lookup and non-blocking network I/O. Its designed to use... Platforms: *nix

License: Freeware Size: 184.32 KB Download (91): gnome-socket Download

Added: July 10, 2010 | Visits: 914

Socket::PassAccessRights Socket::PassAccessRights is a Perl extension for BSD style file descriptor passing via Unix domain sockets. SYNOPSIS use Socket::PassAccessRights; Socket::PassAccessRights::sendfd(fileno(SOCKET), fileno(SEND_ME)) or die; $fd = Socket::PassAccessRights::recvfd(fileno(SOCKET)) or die; open... Platforms: *nix

License: Freeware Size: 7.17 KB Download (91): Socket::PassAccessRights Download

Added: April 22, 2010 | Visits: 2.538

Socket Socket, sockaddr_in, sockaddr_un, inet_aton, inet_ntoa is a Perl module to load the C socket.h defines and structure manipulators. SYNOPSIS use Socket; $proto = getprotobyname(udp); socket(Socket_Handle, PF_INET, SOCK_DGRAM, $proto); $iaddr = gethostbyname(hishost.com); $port =... Platforms: *nix

License: Freeware Size: 12.2 MB Download (106): Socket Download

Added: October 12, 2010 | Visits: 2.777

Shrew Proxy/Filter Shrew Proxy/Filter is a tiny proxy built on WEBricks HTTPProxyServer, extended for both URL and content filtering. Shrew Proxy/Filter is designed to be small, simple to configure, and easy to install. It is extremely small, lightweight, and works quite well. All blacklists (both URL and... Platforms: *nix

License: Freeware Size: 10.24 KB Download (167): Shrew Proxy/Filter Download

Added: July 24, 2010 | Visits: 1.169

Raw Socket Constructor Raw Socket Constructor provides a tool for sending packets from the console. Raw Socket Constructor is a tool that uses the Libsock library to create arbitrary TCP, ICMP, UDP, TCP6, ICMP6, or UDP6 packets.. Platforms: *nix

License: Freeware Size: 8.19 KB Download (179): Raw Socket Constructor Download

Added: July 13, 2010 | Visits: 1.756

Raw Socket Library Raw Socket Library provides a simple to use raw socket library with IPV6 support. Raw Socket Library provides a simple mechanism to send raw socket packet using IPV4 and IPV6 using a simple struct. It currently supports TCP, ICMP, UDP, and ICMPv6. Whats New in This Release: - ARP has been... Platforms: *nix

License: Freeware Size: 12.29 KB Download (321): Raw Socket Library Download

Added: November 09, 2010 | Visits: 1.518

Viralator Proxy Virus Scanner Viralator is a Perl script that virus scans HTTP/FTP downloads request on a UNIX server after passing through the Squid proxy server. Even when I implemented virus protection for my network email server we still continued to get the odd virus. Most of the viruses came from people using free... Platforms: *nix

License: Freeware Size: 29.7 KB Download (120): Viralator Proxy Virus Scanner Download

< 1 2 3 4 5 >