mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 12:30:47 -07:00
18 lines
384 B
HTML
18 lines
384 B
HTML
<DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Router</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
You're in the wrong place. This is the router.
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
CTF Server:
|
|
<a href="http://[fd84:b410:3441::2]/">IPv6</a>, <a href="http://10.0.0.2/">IPv4</a>
|
|
</li>
|
|
<li><a href="password_strength.png">WPA2 password</a></li>
|
|
</p>
|
|
</body>
|
|
</html>
|