this post was submitted on 24 Nov 2023
1205 points (95.0% liked)

linuxmemes

20762 readers
1587 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 10 months ago* (last edited 10 months ago) (1 children)

Imaging not enjoying the internet via raw sockets having fun decrypting manually.

[โ€“] [email protected] 3 points 10 months ago

printf 'GET / HTTP/1.0\r\n' | openssl s_client -connect example.com:443 -ign_eof | html2text