@[email protected] to [email protected] • 2 years agoIt's (usually) already installedlemmy.mlimagemessage-square146fedilinkarrow-up11.21K
arrow-up11.21KimageIt's (usually) already installedlemmy.ml@[email protected] to [email protected] • 2 years agomessage-square146fedilink
minus-square@[email protected]linkfedilink2•edit-22 years agoImaging not enjoying the internet via raw sockets having fun decrypting manually.
minus-squareRowan Thorpelinkfedilink3•2 years agoprintf ‘GET / HTTP/1.0\r\n’ | openssl s_client -connect example.com:443 -ign_eof | html2text
Imagine not enjoying the internet via curl
Imaging not enjoying the internet via raw sockets having fun decrypting manually.
printf ‘GET / HTTP/1.0\r\n’ | openssl s_client -connect example.com:443 -ign_eof | html2text