Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 10, 2018 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/d571328f7259fcdd6b92c4186b587879 to your computer and use it in GitHub Desktop.
Save Whateverable/d571328f7259fcdd6b92c4186b587879 to your computer and use it in GitHub Desktop.
evalable6
with IO::Socket::INET.new: :host<eckva.net>, :80port { .print: "GET / HTTP/1.1\r\nHost: eckva.net\r\n\r\n"; say .recv.split("\r\n\r\n", 2).tail; .close }
<!DOCTYPE html>
<html lang="en">
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="description" content=""><meta name="keywords" content="">
<title>Welcome to ECKVA Network</title>
<style type="text/css"><!--
body {
color:#000000;
background-color:#FFFFFF;
}
a { color:#0000FF; }
a:visited { color:#800080; }
a:hover { color:#008000; }
a:active { color:#FF0000; }
-->
</style>
<!--[if IE]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<p>-retrieving database history<br />
<strong>!message client repair complete</strong><br />
-open message client?<br />
--y<br />
…<br />
<strong>!client offline</strong><br />
-open message history?<br />
--y<br />
-[b]rowse / [s]earch<br />
--s<br />
-enter keyword<br />
--arklistener<br />
/////searching/////<br />
…<br />
…<br />
-99/0 results for “arklistener”<br />
-[d]isplay / [n]ew search<br />
--d<br />
…<br />
<strong>!connection closed unexpectedly</strong><br />
/////displaying current/////</p>
<p><iframe width="560" height="315" src="https://www.youtube.com/embed/_Z6rTVmrgqI" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe></p>
<p><strong>!connection timeout</strong></p>
<p><a href="http://eckva.net/database"><b>!database</b></a></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment