mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-14 12:29:15 +00:00
change1.1
change1.1 去掉首页的头部 去掉不用的image
This commit is contained in:
parent
9fae51280d
commit
262d20fd1d
2 changed files with 2 additions and 71 deletions
|
@ -169,19 +169,6 @@ services:
|
||||||
- /data/glastopf/db:/opt/glastopf/db
|
- /data/glastopf/db:/opt/glastopf/db
|
||||||
- /data/glastopf/log:/opt/glastopf/log
|
- /data/glastopf/log:/opt/glastopf/log
|
||||||
|
|
||||||
# Honeytrap service
|
|
||||||
honeytrap:
|
|
||||||
container_name: honeytrap
|
|
||||||
restart: always
|
|
||||||
network_mode: "host"
|
|
||||||
cap_add:
|
|
||||||
- NET_ADMIN
|
|
||||||
image: "dtagdevsec/honeytrap:1710"
|
|
||||||
volumes:
|
|
||||||
- /data/honeytrap/attacks:/opt/honeytrap/var/attacks
|
|
||||||
- /data/honeytrap/downloads:/opt/honeytrap/var/downloads
|
|
||||||
- /data/honeytrap/log:/opt/honeytrap/var/log
|
|
||||||
|
|
||||||
# Mailoney service
|
# Mailoney service
|
||||||
mailoney:
|
mailoney:
|
||||||
container_name: mailoney
|
container_name: mailoney
|
||||||
|
@ -194,47 +181,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /data/mailoney/log:/opt/mailoney/logs
|
- /data/mailoney/log:/opt/mailoney/logs
|
||||||
|
|
||||||
# Netdata service
|
|
||||||
netdata:
|
|
||||||
container_name: netdata
|
|
||||||
restart: always
|
|
||||||
network_mode: "host"
|
|
||||||
depends_on:
|
|
||||||
elasticsearch:
|
|
||||||
condition: service_healthy
|
|
||||||
cap_add:
|
|
||||||
- SYS_PTRACE
|
|
||||||
security_opt:
|
|
||||||
- apparmor=unconfined
|
|
||||||
image: "dtagdevsec/netdata:1710"
|
|
||||||
volumes:
|
|
||||||
- /proc:/host/proc:ro
|
|
||||||
- /sys:/host/sys:ro
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
|
||||||
|
|
||||||
# Rdpy service
|
|
||||||
rdpy:
|
|
||||||
container_name: rdpy
|
|
||||||
restart: always
|
|
||||||
networks:
|
|
||||||
- rdpy_local
|
|
||||||
ports:
|
|
||||||
- "3389:3389"
|
|
||||||
image: "dtagdevsec/rdpy:1710"
|
|
||||||
volumes:
|
|
||||||
- /data/rdpy/log:/var/log/rdpy
|
|
||||||
|
|
||||||
# Spiderfoot service
|
|
||||||
spiderfoot:
|
|
||||||
container_name: spiderfoot
|
|
||||||
restart: always
|
|
||||||
networks:
|
|
||||||
- spiderfoot_local
|
|
||||||
ports:
|
|
||||||
- "127.0.0.1:64303:8080"
|
|
||||||
image: "dtagdevsec/spiderfoot:1710"
|
|
||||||
volumes:
|
|
||||||
- /data/spiderfoot/spiderfoot.db:/home/spiderfoot/spiderfoot.db
|
|
||||||
|
|
||||||
# Ui-for-docker service
|
# Ui-for-docker service
|
||||||
ui-for-docker:
|
ui-for-docker:
|
||||||
|
@ -270,15 +216,3 @@ services:
|
||||||
image: "dtagdevsec/p0f:1710"
|
image: "dtagdevsec/p0f:1710"
|
||||||
volumes:
|
volumes:
|
||||||
- /data/p0f/log:/var/log/p0f
|
- /data/p0f/log:/var/log/p0f
|
||||||
|
|
||||||
# Vnclowpot service
|
|
||||||
vnclowpot:
|
|
||||||
container_name: vnclowpot
|
|
||||||
restart: always
|
|
||||||
networks:
|
|
||||||
- vnclowpot_local
|
|
||||||
ports:
|
|
||||||
- "5900:5900"
|
|
||||||
image: "dtagdevsec/vnclowpot:1710"
|
|
||||||
volumes:
|
|
||||||
- /data/vnclowpot/log:/var/log/vnclowpot
|
|
||||||
|
|
|
@ -6,16 +6,13 @@
|
||||||
<title>T-Pot</title>
|
<title>T-Pot</title>
|
||||||
</head>
|
</head>
|
||||||
<link href="style.css" rel="stylesheet" type="text/css"/>
|
<link href="style.css" rel="stylesheet" type="text/css"/>
|
||||||
|
|
||||||
<body bgcolor="#E20074">
|
<body bgcolor="#E20074">
|
||||||
<center>
|
<center>
|
||||||
<a href="/tpotweb.html" target="_top" class="btn">Home</a>
|
<a href="/tpotweb.html" target="_top" class="btn">Home</a>
|
||||||
<a href="/kibana" target="main" class="btn">Kibana</a>
|
<a href="/kibana" target="main" class="btn">Kibana</a>
|
||||||
<a href="/myhead/" target="main" class="btn">ES Head</a>
|
<a href="/myhead/" target="main" class="btn">ES Head</a>
|
||||||
<a href="/netdata/" target="_blank" class="btn">Netdata</a>
|
|
||||||
<a href="/spiderfoot/" target="main" class="btn">Spiderfoot</a>
|
|
||||||
<a href="/ui/" target="main" class="btn">Portainer</a>
|
<a href="/ui/" target="main" class="btn">Portainer</a>
|
||||||
<a href="/wetty/ssh/tsec" target="main" class="btn">WebTTY</a>
|
|
||||||
</center>
|
</center>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue