mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 03:38:51 +00:00

Finalize qhoneypots config, thanks to @giga-a for native JSON logging! Completely rework T-Pot Landing Page based on Bento (https://github.com/migueravila/Bento). New NGINX image is down by 100MB and only uses 3.3 MB of RAM at runtime. Keep legacy Sensor option (without logstash).
11 lines
340 B
HTML
11 lines
340 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh">
|
|
<script type="text/javascript">
|
|
window.location.href = window.location.protocol + '//' + window.location.hostname + ':64294'
|
|
</script>
|
|
<title>Redirect to Cockpit</title>
|
|
</head>
|
|
</html>
|