mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-13 11:59:14 +00:00
Updated
This commit is contained in:
parent
f570b54743
commit
88df6f6621
3 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ T-Pot 24.04.1 brings significant updates and exciting new honeypot additions, es
|
|||
### NGINX
|
||||
- The container no longer runs in host mode, requiring changes to the `docker-compose.yml` and related services.
|
||||
- To avoid confusion and downtime, the `24.04.1` tag for Docker images has been introduced.
|
||||
- **Important**: Actively update T-Pot as described in the [README](https://github.com/telekom-security/tpotce/blob/master/README.md).
|
||||
- **Important**: Actively update T-Pot as described in the [README](https://github.com/pedro-gallego/tpotce/blob/master/README.md).
|
||||
- **Deprecation Notice**: The `24.04` tagged images will no longer be maintained and will be removed by **2025-01-31**.
|
||||
|
||||
### Suricata
|
||||
|
|
|
@ -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/master/install.sh)"
|
||||
env bash -c "$(curl -sL https://github.com/pedro-gallego/tpotce/raw/master/install.sh)"
|
||||
```
|
||||
* Follow instructions, read messages, check for possible port conflicts and reboot
|
||||
|
||||
|
|
4
docker/nginx/dist/html/index.html
vendored
4
docker/nginx/dist/html/index.html
vendored
|
@ -155,8 +155,8 @@
|
|||
</div>
|
||||
<div class="link-box links-box" data-caption="">
|
||||
<a href="https://sicherheitstacho.eu/" class="link" target="_blank">SecurityMeter</a>
|
||||
<a href="https://github.com/telekom-security/tpotce/blob/master/README.md" class="link" target="_blank">T-Pot ReadMe</a>
|
||||
<a href="https://github.com/telekom-security/tpotce/" class="link" target="_blank">T-Pot @ Github</a>
|
||||
<a href="https://github.com/pedro-gallego/tpotce/blob/master/README.md" class="link" target="_blank">T-Pot ReadMe</a>
|
||||
<a href="https://github.com/pedro-gallego/tpotce/" class="link" target="_blank">T-Pot @ Github</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue