The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "SOCKS"

URI::socks - support for socks://host:port River stage one • 5 direct dependents • 9 total dependents

SCR/LWP-Protocol-socks-1.7 - 30 Jul 2014 22:42:01 UTC - Search in distribution

Net::SOCKS - a SOCKS client class River stage one • 1 direct dependent • 3 total dependents

my $sock = new Net::SOCKS(socks_addr => '192.168.1.3', socks_port => 1080, user_id => 'the_user', user_password => 'the_password', force_nonanonymous => 1, protocol_version => 5); To connect to a SOCKS server, specify the SOCKS server's hostname, por...

CLINTDW/SOCKS-0.03 - 19 May 1998 13:12:20 UTC - Search in distribution

Protocol::SOCKS - abstract support for the SOCKS5 network protocol River stage one • 1 direct dependent • 1 total dependent

TEAM/Protocol-SOCKS-0.003 - 23 Aug 2014 19:01:29 UTC - Search in distribution

UniEvent::Socks - Socks support for UniEvent's tcp handles. River stage one • 3 direct dependents • 3 total dependents

UniEvent::Socks makes it possible to connect UniEvent's tcp handle via socks proxy server. UniEvent::Socks is a stream filter, it doesn't change API of tcp handle. Just use it as you would without socks proxy....

SYBER/UniEvent-Socks-1.0.1 - 26 Nov 2021 14:52:18 UTC - Search in distribution

lib/Vayne/Socks.pm River stage zero No dependents

ZUYIS/Vayne-0.01 - 19 Sep 2016 09:31:09 UTC - Search in distribution

IO::Socket::Socks - Provides a way to create socks client or server both 4 and 5 version. River stage two • 6 direct dependents • 18 total dependents

"IO::Socket::Socks" connects to a SOCKS proxy, tells it to open a connection to a remote host/port when the object is created. The object you receive can be used directly as a socket (with "IO::Socket" interface) for sending and receiving data from t...

OLEG/IO-Socket-Socks-0.74 - 04 May 2017 17:17:03 UTC - Search in distribution

Net::Async::SOCKS - some degree of SOCKS5 proxy support in IO::Async River stage zero No dependents

Currently provides a very basic implementation of SOCKS_connect: $loop->connect( extensions => [qw(SOCKS)], SOCKS_host => 'localhost', SOCKS_port => 1080, host => '1.2.3.4', port => 80, )->then(sub { my ($stream) = @_; $stream->write("GET / HTTP/1.1....

PEVANS/Net-Async-SOCKS-0.003 - 03 Apr 2018 11:36:50 UTC - Search in distribution

AnyEvent::HTTP::Socks - Adds socks support for AnyEvent::HTTP River stage one • 2 direct dependents • 2 total dependents

This module adds new `socks' option to all http_* functions exported by AnyEvent::HTTP. So you can specify socks proxy for HTTP requests. This module uses IO::Socket::Socks as socks library, so any global variables like $IO::Socket::Socks::SOCKS_DEBU...

OLEG/AnyEvent-HTTP-Socks-0.05 - 22 Jan 2015 18:48:04 UTC - Search in distribution

AnyEvent::SOCKS::Client - AnyEvent-based SOCKS client! River stage zero No dependents

ZLOBUS/AnyEvent-SOCKS-Client-0.051 - 02 Sep 2021 19:43:27 UTC - Search in distribution

Net::Inspect::L5::Socks - handles empty connections River stage zero No dependents

This class is usually used together with Net::Inspect::L5::GuessProtocol to detect and ignore empty connections. It provides a "guess_protocol" method which returns a new object if the connection is closed and no data were transferred....

SULLR/Net-Inspect-0.330 - 19 Jan 2018 18:25:59 UTC - Search in distribution

Pcore::API::Proxy::socks River stage one • 1 direct dependent • 1 total dependent

ZDM/Pcore-v0.139.0 - 14 Jul 2020 14:12:56 UTC - Search in distribution

IO::Socket::Socks::Wrapper - Add SOCKS support for any perl object / package / program River stage zero No dependents

"IO::Socket::Socks::Wrapper" allows to wrap up the network connections into socks proxy. It can wrap up any network connection, connection from separate packages or even connection from separate object. It can also play well with your preferred event...

OLEG/IO-Socket-Socks-Wrapper-0.17 - 16 Feb 2017 16:08:31 UTC - Search in distribution

POE::Component::Proxy::SOCKS - A POE based SOCKS 4 proxy server. River stage one • 1 direct dependent • 1 total dependent

POE::Component::Proxy::SOCKS is a POE component that implements a SOCKS version 4/4a proxy server. It has IP address based access controls, provided by Net::Netmask, and can use IDENT to further confirm user identity. POE sessions may register with t...

BINGOS/POE-Component-Proxy-SOCKS-1.04 - 07 Mar 2017 20:43:06 UTC - Search in distribution

POE::Component::Client::SOCKS - SOCKS enable any POE Component River stage one • 1 direct dependent • 1 total dependent

POE::Component::Client::SOCKS provides SOCKSification services to other POE sessions and components. It accepts connection requests and deals with all the SOCKS negotiation on your behalf. It returns either a SuccessEvent which will have a shiny sock...

BINGOS/POE-Component-Client-SOCKS-1.02 - 05 Apr 2017 16:23:57 UTC - Search in distribution

IO::Socket::SecureSocks - Doing socks over a secure wire (sockss) River stage zero No dependents

IO::Socket::SecureSocks connects to a SOCKS v5 proxy over a secure line (SSL), tells it to open a connection to a remote host/port when the object is created. The object you receive can be used directly as a socket for sending and receiving data from...

ESSKAR/IO-Socket-SecureSocks-0.2 - 09 Aug 2006 23:26:46 UTC - Search in distribution

LWP::Protocol::http::SocksChain - Speak HTTP through Net::SC River stage zero No dependents

LWP::Protocol::http::SocksChain enables you to speak HTTP through SocksChain ( Net::SC ). To use it you need to overwrite the implementor class of the LWP 'http' scheme. The interface of LWP::Protocol::http::SocksChain is similar to LWP::Protocol::ht...

GOSHA/LWP-Protocol-http-SocksChain-1.7 - 28 Dec 2009 15:16:43 UTC - Search in distribution

LWP::Protocol::https::SocksChain - Speak HTTPs through Net::SC River stage zero No dependents

LWP::Protocol::https::SocksChain enables you to speak HTTPs through SocksChain ( Net::SC ). To use it you need to overwrite the implementor class of the LWP 'https' scheme. The interface of LWP::Protocol::https::SocksChain is similar to LWP::Protocol...

GOSHA/LWP-Protocol-https-SocksChain-1.8 - 21 Nov 2009 20:41:04 UTC - Search in distribution

LWP::Protocol::http::SocksChain10 - Speak HTTP through Net::SC River stage zero No dependents

LWP::Protocol::http::SocksChain10 enables you to speak HTTP through SocksChain ( Net::SC ). To use it you need to overwrite the implementor class of the LWP 'http' scheme. The interface of LWP::Protocol::http::SocksChain10 is similar to LWP::Protocol...

GOSHA/LWP-Protocol-http-SocksChain10-1.7 - 28 Dec 2009 15:16:58 UTC - Search in distribution

LWP::Protocol::https::SocksChain10 - Speak HTTPs through Net::SC River stage zero No dependents

LWP::Protocol::https::SocksChain10 enables you to speak HTTPs through SocksChain ( Net::SC ). To use it you need to overwrite the implementor class of the LWP 'https' scheme. The interface of LWP::Protocol::https::SocksChain10 is similar to LWP::Prot...

GOSHA/LWP-Protocol-https-SocksChain10-1.7 - 21 Nov 2009 20:41:16 UTC - Search in distribution

Net::SC - perl module for create the chain from the SOCKS/HTTP proxies. River stage one • 4 direct dependents • 4 total dependents

CONSTRUCTOR new TIMEOUT - Time Out in seconds. CHAIN_LEN - Length of chain. DEBUG - Debug level ( 0x00 | 0x01 | 0x02 | 0x04 ) 0x00 - Off 0x01 - Debug On 0x02 - Write all answers of socks servers. 0x04 - Write all requests of socks servers. 0x08 - Ext...

GOSHA/Net-SC-1.22 - 14 Nov 2009 15:56:57 UTC - Search in distribution
81 results (0.094 seconds)