MalwareServer/loot.html

18 lines
325 B
HTML
Raw Permalink Normal View History

2024-05-04 01:30:04 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Loot</title>
</head>
<body>
<h2>Loot</h2>
<ul>
{{range .UIDs}}
<li><a href="/files/{{.}}">{{.}}</a></li>
{{end}}
</ul>
</body>
</html>