mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-14 04:19:14 +00:00
Logos look and feel
This commit is contained in:
parent
ed17e22d56
commit
54ad2c8c35
2 changed files with 4 additions and 4 deletions
|
@ -838,8 +838,8 @@ services:
|
||||||
- ${TPOT_DATA_PATH}/nginx/conf/nginxpasswd:/etc/nginx/nginxpasswd:ro
|
- ${TPOT_DATA_PATH}/nginx/conf/nginxpasswd:/etc/nginx/nginxpasswd:ro
|
||||||
- ${TPOT_DATA_PATH}/nginx/conf/lswebpasswd:/etc/nginx/lswebpasswd:ro
|
- ${TPOT_DATA_PATH}/nginx/conf/lswebpasswd:/etc/nginx/lswebpasswd:ro
|
||||||
- ${TPOT_DATA_PATH}/nginx/log/:/var/log/nginx/
|
- ${TPOT_DATA_PATH}/nginx/log/:/var/log/nginx/
|
||||||
# - ./docker/nginx/dist/html/index.html:/var/lib/nginx/html/index.html:ro
|
- ./docker/nginx/dist/html/index.html:/var/lib/nginx/html/index.html:ro
|
||||||
# - ./docker/nginx/dist/html/assets/img/:/var/lib/nginx/html/assets/img/:ro
|
- ./docker/nginx/dist/html/assets/img/:/var/lib/nginx/html/assets/img/:ro
|
||||||
|
|
||||||
# Spiderfoot service
|
# Spiderfoot service
|
||||||
spiderfoot:
|
spiderfoot:
|
||||||
|
|
4
docker/nginx/dist/html/index.html
vendored
4
docker/nginx/dist/html/index.html
vendored
|
@ -230,7 +230,7 @@
|
||||||
|
|
||||||
<div class="header-container">
|
<div class="header-container">
|
||||||
<div class="clock-container" id="clock"></div>
|
<div class="clock-container" id="clock"></div>
|
||||||
<div class="dynamic-text">Confianza23 · T-Pot 24.04.1</div>
|
<div class="dynamic-text">Confianza23 · ConfiHoney 24.04.1</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="logo-container">
|
<div class="logo-container">
|
||||||
|
@ -242,7 +242,7 @@
|
||||||
<div class="boxes-container">
|
<div class="boxes-container">
|
||||||
<div class="link-box tools-box" data-caption="">
|
<div class="link-box tools-box" data-caption="">
|
||||||
<a href="/map/" class="link" target="_blank">Attack Map</a>
|
<a href="/map/" class="link" target="_blank">Attack Map</a>
|
||||||
<a href="/cyberchef/" class="link" target="_blank">Cyberchef</a>
|
<!-- <a href="/cyberchef/" class="link" target="_blank">Cyberchef</a>-->
|
||||||
<a href="/elasticvue/" class="link" target="_blank">Elasticvue</a>
|
<a href="/elasticvue/" class="link" target="_blank">Elasticvue</a>
|
||||||
<a href="/kibana/" class="link" target="_blank">Kibana</a>
|
<a href="/kibana/" class="link" target="_blank">Kibana</a>
|
||||||
<a href="/spiderfoot/" class="link" target="_blank">Spiderfoot</a>
|
<a href="/spiderfoot/" class="link" target="_blank">Spiderfoot</a>
|
||||||
|
|
Loading…
Reference in a new issue