Skip to content

Instantly share code, notes, and snippets.

@markuman
Created February 6, 2019 20:37
Show Gist options
  • Save markuman/bd81d3580276947a2145c4e978c3aacd to your computer and use it in GitHub Desktop.
Save markuman/bd81d3580276947a2145c4e978c3aacd to your computer and use it in GitHub Desktop.
m@pop-os:~$ host gentrifizierung.gratis
gentrifizierung.gratis has IPv6 address 2a00:d0c0:200:0:b9:1a:9c0f:331
gentrifizierung.gratis mail is handled by 0 adhara.uberspace.de.
m@pop-os:~$ curl -s gentrifizierung.gratis
m@pop-os:~$ ssh -fN -D localhost:8001 [email protected]
m@pop-os:~$ curl --proxy socks5h://localhost:8001 -s gentrifizierung.gratis
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://gentrifizierung.gratis/">here</a>.</p>
<hr>
<address>Apache/2.2.15 (CentOS) Server at gentrifizierung.gratis Port 80</address>
</body></html>
m@pop-os:~$ ^C
m@pop-os:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment