Skip to content

Commit

Permalink
add 24.04 version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chn0m4g3 committed Mar 24, 2024
1 parent 086116f commit 85431b3
Show file tree
Hide file tree
Showing 49 changed files with 101 additions and 101 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ TPOT_DOCKER_COMPOSE=./docker-compose.yml
TPOT_REPO=dtagdevsec

# T-Pot Version Tag
TPOT_VERSION=alpha
TPOT_VERSION=24.04

# T-Pot Pull Policy
# always: (T-Pot default) Compose implementations SHOULD always pull the image from the registry.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ T-Pot is the all in one, optionally distributed, multiarch (amd64, arm64) honeyp
4. Install `curl`: `$ sudo [apt, dnf, zypper] install curl` if not installed already
5. Run installer as non-root from `$HOME`:
```
env bash -c "$(curl -sL https://github.com/telekom-security/tpotce/raw/alpha/install.sh)"
env bash -c "$(curl -sL https://github.com/telekom-security/tpotce/raw/24.04/install.sh)"
```
* Follow instructions, read messages, check for possible port conflicts and reboot

Expand Down Expand Up @@ -326,7 +326,7 @@ Choose a supported distro of your choice. It is recommended to use the minimum /
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>
To get things up and running just follow these steps:
1. Install Docker Desktop for [macOS](https://docs.docker.com/desktop/install/mac-install/) or [Windows](https://docs.docker.com/desktop/install/windows-install/).
2. Clone the GitHub repository: `git clone https://github.com/telekom-security/tpotce -b alpha`.
2. Clone the GitHub repository: `git clone https://github.com/telekom-security/tpotce -b 24.04`.
3. Go to: `cd ~/tpotce`
4. Copy `cp compose/mac_win.yml ./docker-compose.yml`.
5. Create a `WEB_USER` by running `~/tpotce/genuser.sh`
Expand Down
2 changes: 1 addition & 1 deletion docker/adbhoney/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- adbhoney_local
ports:
- "5555:5555"
image: "dtagdevsec/adbhoney:alpha"
image: "dtagdevsec/adbhoney:24.04"
read_only: true
volumes:
- $HOME/tpotce/data/adbhoney/log:/opt/adbhoney/log
Expand Down
2 changes: 1 addition & 1 deletion docker/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
myPLATFORMS="linux/amd64,linux/arm64"
myHUBORG_DOCKER="dtagdevsec"
myHUBORG_GITHUB="ghcr.io/telekom-security"
myTAG="alpha"
myTAG="24.04"
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"
myIMAGESELK="elasticsearch kibana logstash map"
myIMAGESTANNER="phpox redis snare tanner"
Expand Down
2 changes: 1 addition & 1 deletion docker/ciscoasa/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
ports:
- "5000:5000/udp"
- "8443:8443"
image: "dtagdevsec/ciscoasa:alpha"
image: "dtagdevsec/ciscoasa:24.04"
read_only: true
volumes:
- $HOME/tpotce/data/ciscoasa/log:/var/log/ciscoasa
2 changes: 1 addition & 1 deletion docker/citrixhoneypot/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- citrixhoneypot_local
ports:
- "443:443"
image: "dtagdevsec/citrixhoneypot:alpha"
image: "dtagdevsec/citrixhoneypot:24.04"
read_only: true
volumes:
- $HOME/tpotce/data/citrixhoneypot/log:/opt/citrixhoneypot/logs
10 changes: 5 additions & 5 deletions docker/conpot/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
- "2121:21"
- "44818:44818"
- "47808:47808/udp"
image: "dtagdevsec/conpot:alpha"
image: "dtagdevsec/conpot:24.04"
read_only: true
volumes:
- $HOME/tpotce/data/conpot/log:/var/log/conpot
Expand All @@ -61,7 +61,7 @@ services:
ports:
# - "161:161/udp"
- "2404:2404"
image: "dtagdevsec/conpot:alpha"
image: "dtagdevsec/conpot:24.04"
read_only: true
volumes:
- $HOME/tpotce/data/conpot/log:/var/log/conpot
Expand All @@ -84,7 +84,7 @@ services:
- conpot_local_guardian_ast
ports:
- "10001:10001"
image: "dtagdevsec/conpot:alpha"
image: "dtagdevsec/conpot:24.04"
read_only: true
volumes:
- $HOME/tpotce/data/conpot/log:/var/log/conpot
Expand All @@ -107,7 +107,7 @@ services:
- conpot_local_ipmi
ports:
- "623:623/udp"
image: "dtagdevsec/conpot:alpha"
image: "dtagdevsec/conpot:24.04"
read_only: true
volumes:
- $HOME/tpotce/data/conpot/log:/var/log/conpot
Expand All @@ -131,7 +131,7 @@ services:
ports:
- "1025:1025"
- "50100:50100"
image: "dtagdevsec/conpot:alpha"
image: "dtagdevsec/conpot:24.04"
read_only: true
volumes:
- $HOME/tpotce/data/conpot/log:/var/log/conpot
2 changes: 1 addition & 1 deletion docker/cowrie/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
ports:
- "22:22"
- "23:23"
image: "dtagdevsec/cowrie:alpha"
image: "dtagdevsec/cowrie:24.04"
read_only: true
volumes:
- $HOME/tpotce/data/cowrie/downloads:/home/cowrie/cowrie/dl
Expand Down
2 changes: 1 addition & 1 deletion docker/ddospot/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- "123:123/udp"
# - "161:161/udp"
- "1900:1900/udp"
image: "dtagdevsec/ddospot:alpha"
image: "dtagdevsec/ddospot:24.04"
read_only: true
volumes:
- $HOME/tpotce/data/ddospot/log:/opt/ddospot/ddospot/logs
Expand Down
2 changes: 1 addition & 1 deletion docker/deprecated/cyberchef/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ services:
- cyberchef_local
ports:
- "127.0.0.1:64299:8000"
image: "dtagdevsec/cyberchef:alpha"
image: "dtagdevsec/cyberchef:24.04"
read_only: true
2 changes: 1 addition & 1 deletion docker/deprecated/head/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ services:
# condition: service_healthy
ports:
- "127.0.0.1:64302:9100"
image: "dtagdevsec/head:alpha"
image: "dtagdevsec/head:24.04"
read_only: true
2 changes: 1 addition & 1 deletion docker/deprecated/honeypy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- "2324:2324"
- "4096:4096"
- "9200:9200"
image: "dtagdevsec/honeypy:alpha"
image: "dtagdevsec/honeypy:24.04"
read_only: true
volumes:
- /data/honeypy/log:/opt/honeypy/log
2 changes: 1 addition & 1 deletion docker/deprecated/honeysap/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ services:
- honeysap_local
ports:
- "3299:3299"
image: "dtagdevsec/honeysap:alpha"
image: "dtagdevsec/honeysap:24.04"
volumes:
- /data/honeysap/log:/opt/honeysap/log
2 changes: 1 addition & 1 deletion docker/deprecated/rdpy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
- rdpy_local
ports:
- "3389:3389"
image: "dtagdevsec/rdpy:alpha"
image: "dtagdevsec/rdpy:24.04"
read_only: true
volumes:
- /data/rdpy/log:/var/log/rdpy
2 changes: 1 addition & 1 deletion docker/dicompot/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- dicompot_local
ports:
- "11112:11112"
image: "dtagdevsec/dicompot:alpha"
image: "dtagdevsec/dicompot:24.04"
read_only: true
volumes:
- $HOME/tpotce/data/dicompot/log:/var/log/dicompot
Expand Down
2 changes: 1 addition & 1 deletion docker/dionaea/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
# - "5060:5060/udp"
# - "5061:5061"
- "27017:27017"
image: "dtagdevsec/dionaea:alpha"
image: "dtagdevsec/dionaea:24.04"
read_only: true
volumes:
- $HOME/tpotce/data/dionaea/roots/ftp:/opt/dionaea/var/dionaea/roots/ftp
Expand Down
Loading

0 comments on commit 85431b3

Please sign in to comment.