Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created July 10, 2018 14:11
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/38f5c8cb500c250338462a88ce77543e to your computer and use it in GitHub Desktop.
Save Whateverable/38f5c8cb500c250338462a88ce77543e 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; .close }
HTTP/1.1 200 OK
Date: Tue, 10 Jul 2018 14:11:59 GMT
Server: Apache
Last-Modified: Mon, 11 Jun 2018 01:25:17 GMT
ETag: "995e43d-574-56e539f451940"
Accept-Ranges: bytes
Content-Length: 1396
Strict-Transport-Security: “max-age=31536000″
Content-Type: text/html
<!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