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 UTCCurrently 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 UTCThis 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 UTCThis is a utility to make simple the process of connecting to an SSH host by way of a TCP proxy, such as those provided by OpenSSH servers for tunneling. It is based off of "Net::SSH::Perl" so that it can work in Windows as well, though the basic ide...
BDFOY/Net-SSH-Perl-WithSocks-0.02 - 17 Jul 2011 04:24:02 UTCCONSTRUCTOR 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 UTCTODDR/Net-OSCAR-1.928 - 07 Oct 2010 14:34:40 UTC
"Net::Config" holds configuration data for the modules in the libnet distribution. During installation you will be asked for these values. The configuration data is held globally in a file in the perl installation tree, but a user may override any of...
SHAY/libnet-3.11 - 14 Nov 2017 14:00:09 UTC<http://developer.github.com/v3/> ATTRIBUTES Authentication There are two ways to authenticate through GitHub API v3: login/pass my $gh = Net::GitHub::V3->new( login => $ENV{GITHUB_USER}, pass => $ENV{GITHUB_PASS} ); access_token my $gh = Net::GitHub...
FAYLAND/Net-GitHub-1.01 - 23 Apr 2020 00:33:26 UTC<https://developer.github.com/v4/> ATTRIBUTES Authentication access_token my $gh = Net::GitHub::V4->new( access_token => $ENV{GITHUB_ACCESS_TOKEN} ); raw_response my $gh = Net::GitHub::V4->new( # login/pass or access_token raw_response => 1 ); return...
FAYLAND/Net-GitHub-1.01 - 23 Apr 2020 00:33:26 UTCThis object class implements an asynchronous HTTP user agent. It sends requests to servers, returning Future instances to yield responses when they are received. The object supports multiple concurrent connections to servers, and allows multiple requ...
PEVANS/Net-Async-HTTP-0.47 - 13 May 2020 18:19:15 UTCThe "Net::Proxy::Type" is a module which can help you to get proxy type if you know host and port of the proxy server. Supported proxy types for now are: http proxy, https proxy, connect proxy, socks4 proxy and socks5 proxy....
OLEG/Net-Proxy-Type-0.09 - 10 Mar 2016 09:05:16 UTCThis class extends "Net::SSH::Perl" to allow connections through a SOCKS proxy....
SCHWIGON/Net-SSH-Perl-2.14 - 24 Aug 2017 05:51:41 UTC"Net::Curl::Simple::UserAgent" provides a method to preset some options for multiple Net::Curl::Simple objects and allow them to share cookies....
SPARKY/Net-Curl-Simple-0.13 - 15 May 2011 20:34:59 UTC