Linux evo.fastest-server.com 5.14.0-284.1101.el9.tuxcare.11.els11.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 14 13:30:35 UTC 2026 x86_64
LiteSpeed
Server IP : 103.249.112.113 & Your IP : 216.73.217.135
Domains : 988 Domain
User : tanishks
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
perl-IO-Socket-SSL /
example /
Delete
Unzip
Name
Size
Permission
Date
Action
async_https_server.pl
4.62
KB
-rw-r--r--
2020-02-14 14:23
lwp-with-verifycn.pl
382
B
-rw-r--r--
2020-02-14 14:23
simulate_proxy.pl
8.91
KB
-rw-r--r--
2020-02-14 14:23
ssl_client.pl
1.92
KB
-rw-r--r--
2020-02-14 14:23
ssl_mitm.pl
1.76
KB
-rw-r--r--
2020-02-14 14:23
ssl_server.pl
2.4
KB
-rw-r--r--
2020-02-14 14:23
Save
Rename
use strict; use warnings; ## !!! make sure that Net::SSL never gets loaded, otherwise it will ## be used instead of IO::Socket::SSL from LWP use IO::Socket::SSL 'debug0'; use LWP::Simple; IO::Socket::SSL::set_ctx_defaults( SSL_verifycn_scheme => 'www', SSL_verify_mode => 1, SSL_ca_file => 'verisign.pem', # root CA of verisign ); print get( 'https://signin.ebay.com' );