mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 03:38:51 +00:00
23 lines
862 B
HTML
23 lines
862 B
HTML
<!DOCTYPE html>
|
|
<html lang="en_US">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>T-Pot</title>
|
|
</head>
|
|
<link href="style.css" rel="stylesheet" type="text/css"/>
|
|
|
|
<body bgcolor="#E20074">
|
|
<center>
|
|
<a href="/tpotweb.html" target="_top" class="btn">Home</a>
|
|
<script language="JavaScript">
|
|
document.write('<a href="' + window.location.protocol + '//' + window.location.hostname + ':64294' + '" target="_blank" class="btn">Cockpit</a> ' );
|
|
</script>
|
|
<a href="/cyberchef/" target="_blank" class="btn">CyberChef</a>
|
|
<a href="/myhead/" target="_blank" class="btn">ES Head</a>
|
|
<a href="/kibana/" target="_blank" class="btn">Kibana</a>
|
|
<a href="/spiderfoot/" target="_blank" class="btn">Spiderfoot</a>
|
|
</center>
|
|
</body>
|
|
</html>
|
|
|