mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-05-13 11:48:09 +00:00
open links in new window or tab
This commit is contained in:
parent
5754c79086
commit
7d7bdd27c1
1 changed files with 4 additions and 4 deletions
8
docker/nginx/dist/html/navbar.html
vendored
8
docker/nginx/dist/html/navbar.html
vendored
|
@ -13,10 +13,10 @@
|
|||
<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="main" class="btn">CyberChef</a>
|
||||
<a href="/myhead/" target="main" class="btn">ES Head</a>
|
||||
<a href="/kibana/" target="main" class="btn">Kibana</a>
|
||||
<a href="/spiderfoot/" target="main" class="btn">Spiderfoot</a>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue