mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
0
docker/deprecated/nginx/dist/html/error.html
vendored
Normal file
0
docker/deprecated/nginx/dist/html/error.html
vendored
Normal file
BIN
docker/deprecated/nginx/dist/html/favicon.ico
vendored
Normal file
BIN
docker/deprecated/nginx/dist/html/favicon.ico
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
23
docker/deprecated/nginx/dist/html/navbar.html
vendored
Normal file
23
docker/deprecated/nginx/dist/html/navbar.html
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
<!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>
|
||||
|
17
docker/deprecated/nginx/dist/html/style.css
vendored
Normal file
17
docker/deprecated/nginx/dist/html/style.css
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
.btn {
|
||||
-webkit-border-radius: 0;
|
||||
-moz-border-radius: 0;
|
||||
border-radius: 0px;
|
||||
font-family: Arial;
|
||||
color: #ffffff;
|
||||
font-size: 12px;
|
||||
background: #E20074;
|
||||
padding: 2px 30px 2px 30px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
background: #c2c2c2;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
15
docker/deprecated/nginx/dist/html/tpotweb.html
vendored
Normal file
15
docker/deprecated/nginx/dist/html/tpotweb.html
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
<!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>
|
||||
|
||||
<frameset rows='20,*' border='0' frameborder='0' framespacing='0'>
|
||||
<frame src='navbar.html' name='navbar' marginwidth='0' marginheight='0' scrolling='no' noresize>
|
||||
<frame src='/kibana/' name='main' marginwidth='0' marginheight='0' scrolling='auto' noresize>
|
||||
<noframes>
|
||||
</noframes>
|
||||
</frameset>
|
||||
</html>
|
Reference in New Issue
Block a user