Skip to content

Commit 85431b3

Browse files
committed
add 24.04 version tag
1 parent 086116f commit 85431b3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+101
-101
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ TPOT_DOCKER_COMPOSE=./docker-compose.yml
108108
TPOT_REPO=dtagdevsec
109109

110110
# T-Pot Version Tag
111-
TPOT_VERSION=alpha
111+
TPOT_VERSION=24.04
112112

113113
# T-Pot Pull Policy
114114
# always: (T-Pot default) Compose implementations SHOULD always pull the image from the registry.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ T-Pot is the all in one, optionally distributed, multiarch (amd64, arm64) honeyp
1212
4. Install `curl`: `$ sudo [apt, dnf, zypper] install curl` if not installed already
1313
5. Run installer as non-root from `$HOME`:
1414
```
15-
env bash -c "$(curl -sL https://github.com/telekom-security/tpotce/raw/alpha/install.sh)"
15+
env bash -c "$(curl -sL https://github.com/telekom-security/tpotce/raw/24.04/install.sh)"
1616
```
1717
* Follow instructions, read messages, check for possible port conflicts and reboot
1818

@@ -326,7 +326,7 @@ Choose a supported distro of your choice. It is recommended to use the minimum /
326326
Sometimes it is just nice if you can spin up a T-Pot instance on macOS or Windows, i.e. for development, testing or just the fun of it. As Docker Desktop is rather limited not all honeypot types or T-Pot features are supported. Also remember, by default the macOS and Windows firewall are blocking access from remote, so testing is limited to the host. For production it is recommended to run T-Pot on [Linux](#choose-your-distro).<br>
327327
To get things up and running just follow these steps:
328328
1. Install Docker Desktop for [macOS](https://docs.docker.com/desktop/install/mac-install/) or [Windows](https://docs.docker.com/desktop/install/windows-install/).
329-
2. Clone the GitHub repository: `git clone https://github.com/telekom-security/tpotce -b alpha`.
329+
2. Clone the GitHub repository: `git clone https://github.com/telekom-security/tpotce -b 24.04`.
330330
3. Go to: `cd ~/tpotce`
331331
4. Copy `cp compose/mac_win.yml ./docker-compose.yml`.
332332
5. Create a `WEB_USER` by running `~/tpotce/genuser.sh`

docker/adbhoney/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- adbhoney_local
1717
ports:
1818
- "5555:5555"
19-
image: "dtagdevsec/adbhoney:alpha"
19+
image: "dtagdevsec/adbhoney:24.04"
2020
read_only: true
2121
volumes:
2222
- $HOME/tpotce/data/adbhoney/log:/opt/adbhoney/log

docker/builder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
myPLATFORMS="linux/amd64,linux/arm64"
77
myHUBORG_DOCKER="dtagdevsec"
88
myHUBORG_GITHUB="ghcr.io/telekom-security"
9-
myTAG="alpha"
9+
myTAG="24.04"
1010
myIMAGESBASE="tpotinit adbhoney ciscoasa citrixhoneypot conpot cowrie ddospot dicompot dionaea elasticpot endlessh ewsposter fatt glutton hellpot heralding honeypots honeytrap ipphoney log4pot mailoney medpot nginx p0f redishoneypot sentrypeer spiderfoot suricata wordpot"
1111
myIMAGESELK="elasticsearch kibana logstash map"
1212
myIMAGESTANNER="phpox redis snare tanner"

docker/ciscoasa/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
ports:
2020
- "5000:5000/udp"
2121
- "8443:8443"
22-
image: "dtagdevsec/ciscoasa:alpha"
22+
image: "dtagdevsec/ciscoasa:24.04"
2323
read_only: true
2424
volumes:
2525
- $HOME/tpotce/data/ciscoasa/log:/var/log/ciscoasa

docker/citrixhoneypot/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
- citrixhoneypot_local
1717
ports:
1818
- "443:443"
19-
image: "dtagdevsec/citrixhoneypot:alpha"
19+
image: "dtagdevsec/citrixhoneypot:24.04"
2020
read_only: true
2121
volumes:
2222
- $HOME/tpotce/data/citrixhoneypot/log:/opt/citrixhoneypot/logs

docker/conpot/docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
- "2121:21"
3838
- "44818:44818"
3939
- "47808:47808/udp"
40-
image: "dtagdevsec/conpot:alpha"
40+
image: "dtagdevsec/conpot:24.04"
4141
read_only: true
4242
volumes:
4343
- $HOME/tpotce/data/conpot/log:/var/log/conpot
@@ -61,7 +61,7 @@ services:
6161
ports:
6262
# - "161:161/udp"
6363
- "2404:2404"
64-
image: "dtagdevsec/conpot:alpha"
64+
image: "dtagdevsec/conpot:24.04"
6565
read_only: true
6666
volumes:
6767
- $HOME/tpotce/data/conpot/log:/var/log/conpot
@@ -84,7 +84,7 @@ services:
8484
- conpot_local_guardian_ast
8585
ports:
8686
- "10001:10001"
87-
image: "dtagdevsec/conpot:alpha"
87+
image: "dtagdevsec/conpot:24.04"
8888
read_only: true
8989
volumes:
9090
- $HOME/tpotce/data/conpot/log:/var/log/conpot
@@ -107,7 +107,7 @@ services:
107107
- conpot_local_ipmi
108108
ports:
109109
- "623:623/udp"
110-
image: "dtagdevsec/conpot:alpha"
110+
image: "dtagdevsec/conpot:24.04"
111111
read_only: true
112112
volumes:
113113
- $HOME/tpotce/data/conpot/log:/var/log/conpot
@@ -131,7 +131,7 @@ services:
131131
ports:
132132
- "1025:1025"
133133
- "50100:50100"
134-
image: "dtagdevsec/conpot:alpha"
134+
image: "dtagdevsec/conpot:24.04"
135135
read_only: true
136136
volumes:
137137
- $HOME/tpotce/data/conpot/log:/var/log/conpot

docker/cowrie/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
ports:
2121
- "22:22"
2222
- "23:23"
23-
image: "dtagdevsec/cowrie:alpha"
23+
image: "dtagdevsec/cowrie:24.04"
2424
read_only: true
2525
volumes:
2626
- $HOME/tpotce/data/cowrie/downloads:/home/cowrie/cowrie/dl

docker/ddospot/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- "123:123/udp"
2121
# - "161:161/udp"
2222
- "1900:1900/udp"
23-
image: "dtagdevsec/ddospot:alpha"
23+
image: "dtagdevsec/ddospot:24.04"
2424
read_only: true
2525
volumes:
2626
- $HOME/tpotce/data/ddospot/log:/opt/ddospot/ddospot/logs

docker/deprecated/cyberchef/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ services:
1414
- cyberchef_local
1515
ports:
1616
- "127.0.0.1:64299:8000"
17-
image: "dtagdevsec/cyberchef:alpha"
17+
image: "dtagdevsec/cyberchef:24.04"
1818
read_only: true

0 commit comments

Comments
 (0)