mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
prep tags for release
This commit is contained in:
parent
a69dbbc4d2
commit
5b0a268e97
8 changed files with 14 additions and 14 deletions
10
CITATION.cff
10
CITATION.cff
|
@ -2,7 +2,7 @@
|
||||||
# Visit https://bit.ly/cffinit to generate yours today!
|
# Visit https://bit.ly/cffinit to generate yours today!
|
||||||
|
|
||||||
cff-version: 1.2.0
|
cff-version: 1.2.0
|
||||||
title: T-Pot 24.04.0
|
title: T-Pot 24.04.1
|
||||||
message: >-
|
message: >-
|
||||||
If you use this software, please cite it using the
|
If you use this software, please cite it using the
|
||||||
metadata from this file.
|
metadata from this file.
|
||||||
|
@ -20,8 +20,8 @@ authors:
|
||||||
identifiers:
|
identifiers:
|
||||||
- type: url
|
- type: url
|
||||||
value: >-
|
value: >-
|
||||||
https://github.com/telekom-security/tpotce/releases/tag/24.04.0
|
https://github.com/telekom-security/tpotce/releases/tag/24.04.1
|
||||||
description: T-Pot Release 24.04.0
|
description: T-Pot Release 24.04.1
|
||||||
repository-code: 'https://github.com/telekom-security/tpotce'
|
repository-code: 'https://github.com/telekom-security/tpotce'
|
||||||
abstract: >-
|
abstract: >-
|
||||||
T-Pot is the all in one, optionally distributed, multiarch
|
T-Pot is the all in one, optionally distributed, multiarch
|
||||||
|
@ -39,5 +39,5 @@ keywords:
|
||||||
- elk
|
- elk
|
||||||
license: GPL-3.0
|
license: GPL-3.0
|
||||||
commit: release
|
commit: release
|
||||||
version: 24.04.0
|
version: 24.04.1
|
||||||
date-released: '2024-04-22'
|
date-released: '2024-12-11'
|
||||||
|
|
|
@ -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
|
4. Install `curl`: `$ sudo [apt, dnf, zypper] install curl` if not installed already
|
||||||
5. Run installer as non-root from `$HOME`:
|
5. Run installer as non-root from `$HOME`:
|
||||||
```
|
```
|
||||||
env bash -c "$(curl -sL https://github.com/telekom-security/tpotce/raw/24.04.1/install.sh)"
|
env bash -c "$(curl -sL https://github.com/telekom-security/tpotce/raw/master/install.sh)"
|
||||||
```
|
```
|
||||||
* Follow instructions, read messages, check for possible port conflicts and reboot
|
* Follow instructions, read messages, check for possible port conflicts and reboot
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
## Supported Versions
|
## Supported Versions
|
||||||
|
|
||||||
| Version | Supported |
|
| Version | Supported |
|
||||||
|-------|--------------------|
|
| ------- | ------------------ |
|
||||||
| 24.04 | :white_check_mark: |
|
| 24.04.1 | :white_check_mark: |
|
||||||
|
|
||||||
|
|
||||||
## Reporting a Vulnerability
|
## Reporting a Vulnerability
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
docker run -v $HOME/tpotce:/data --entrypoint bash -it -u $(id -u):$(id -g) dtagdevsec/tpotinit:24.04 "/opt/tpot/bin/genuser.sh"
|
docker run -v $HOME/tpotce:/data --entrypoint bash -it -u $(id -u):$(id -g) dtagdevsec/tpotinit:24.04.1 "/opt/tpot/bin/genuser.sh"
|
||||||
|
|
|
@ -9,4 +9,4 @@ if (-Not (Test-Path $nginxpasswdPath)) {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Run the Docker container without specifying UID / GID
|
# Run the Docker container without specifying UID / GID
|
||||||
docker run -v "${homePath}:/data" --entrypoint bash -it dtagdevsec/tpotinit:24.04 "/opt/tpot/bin/genuser.sh"
|
docker run -v "${homePath}:/data" --entrypoint bash -it dtagdevsec/tpotinit:24.04.1 "/opt/tpot/bin/genuser.sh"
|
||||||
|
|
|
@ -119,7 +119,7 @@ fi
|
||||||
if [ ! -f installer/install/tpot.yml ] && [ ! -f tpot.yml ];
|
if [ ! -f installer/install/tpot.yml ] && [ ! -f tpot.yml ];
|
||||||
then
|
then
|
||||||
echo "### Now downloading T-Pot Ansible Installation Playbook ... "
|
echo "### Now downloading T-Pot Ansible Installation Playbook ... "
|
||||||
wget -qO tpot.yml https://raw.githubusercontent.com/telekom-security/tpotce/24.04.1/installer/install/tpot.yml
|
wget -qO tpot.yml https://raw.githubusercontent.com/telekom-security/tpotce/master/installer/install/tpot.yml
|
||||||
myANSIBLE_TPOT_PLAYBOOK="tpot.yml"
|
myANSIBLE_TPOT_PLAYBOOK="tpot.yml"
|
||||||
echo
|
echo
|
||||||
else
|
else
|
||||||
|
|
|
@ -777,7 +777,7 @@
|
||||||
git:
|
git:
|
||||||
repo: 'https://github.com/telekom-security/tpotce'
|
repo: 'https://github.com/telekom-security/tpotce'
|
||||||
dest: '/home/{{ ansible_user_id }}/tpotce/'
|
dest: '/home/{{ ansible_user_id }}/tpotce/'
|
||||||
version: 24.04.1
|
version: master
|
||||||
clone: yes
|
clone: yes
|
||||||
update: no
|
update: no
|
||||||
when: ansible_distribution in ["AlmaLinux", "Debian", "Fedora", "openSUSE Tumbleweed", "Raspbian", "Rocky", "Ubuntu"]
|
when: ansible_distribution in ["AlmaLinux", "Debian", "Fedora", "openSUSE Tumbleweed", "Raspbian", "Rocky", "Ubuntu"]
|
||||||
|
|
|
@ -61,7 +61,7 @@ function fuSELFUPDATE () {
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
### DEV
|
### DEV
|
||||||
myRESULT=$(git diff --name-only origin/24.04.1 | grep "^update.sh")
|
myRESULT=$(git diff --name-only origin/master | grep "^update.sh")
|
||||||
if [ "$myRESULT" == "update.sh" ];
|
if [ "$myRESULT" == "update.sh" ];
|
||||||
then
|
then
|
||||||
echo "###### $myBLUE""Found newer version, will be pulling updates and restart myself.""$myWHITE"
|
echo "###### $myBLUE""Found newer version, will be pulling updates and restart myself.""$myWHITE"
|
||||||
|
|
Loading…
Reference in a new issue