Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
libio-socket-ssl-perl /
examples /
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
2.93
KB
-rw-r--r--
2023-01-25 10:44
ssl_mitm.pl
1.76
KB
-rw-r--r--
2020-02-14 14:23
ssl_server.pl
4.47
KB
-rw-r--r--
2023-01-25 10:44
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' );