mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-03 21:42:13 +00:00
Update README.md
This commit is contained in:
parent
ad1ffe90ee
commit
6a29a753f2
1 changed files with 19 additions and 1 deletions
20
README.md
20
README.md
|
@ -7,6 +7,9 @@
|
||||||
- [Supported Honeypots](#supported-honeypots)
|
- [Supported Honeypots](#supported-honeypots)
|
||||||
- [Tools Included](#tools-included)
|
- [Tools Included](#tools-included)
|
||||||
- [MacOS Installation](#macos-installation)
|
- [MacOS Installation](#macos-installation)
|
||||||
|
- [Installation Issues](#installation-issues)
|
||||||
|
- [Management Tips](#management-tips)
|
||||||
|
- [Testing](#testing)
|
||||||
- [Required Ports](#required-ports)
|
- [Required Ports](#required-ports)
|
||||||
- [Update Script](#update-script)
|
- [Update Script](#update-script)
|
||||||
- [Uninstall T-Pot](#uninstall-tpot)
|
- [Uninstall T-Pot](#uninstall-tpot)
|
||||||
|
@ -143,9 +146,24 @@ To get things up and running just follow these steps:
|
||||||
15. Start T-Pot: `docker compose up` or `docker compose up -d` if you want T-Pot to run in the background.
|
15. Start T-Pot: `docker compose up` or `docker compose up -d` if you want T-Pot to run in the background.
|
||||||
16. Stop T-Pot: `CTRL-C` (it if was running in the foreground) and / or `docker compose down -v` to stop T-Pot entirely.
|
16. Stop T-Pot: `CTRL-C` (it if was running in the foreground) and / or `docker compose down -v` to stop T-Pot entirely.
|
||||||
|
|
||||||
|
---
|
||||||
|
<a name="installation-issues"></a>
|
||||||
|
### 2.1 Installation Issues 🤦♂️
|
||||||
|
Section installation issues
|
||||||
|
|
||||||
|
---
|
||||||
|
<a name="management-tips"></a>
|
||||||
|
### 2.2 Management Tips 🛟
|
||||||
|
Section management tips
|
||||||
|
|
||||||
|
---
|
||||||
|
<a name="testing"></a>
|
||||||
|
### 2.3 Testing 🦠
|
||||||
|
Section testing
|
||||||
|
|
||||||
---
|
---
|
||||||
<a name="required-ports"></a>
|
<a name="required-ports"></a>
|
||||||
### 2.1 Required Ports 🔌
|
### 2.4 Required Ports 🔌
|
||||||
Besides the ports generally needed by the OS, i.e. obtaining a DHCP lease, DNS, etc. T-Pot will require the following ports for incoming / outgoing connections. Review the [T-Pot Architecture](#technical-architecture) for a visual representation. Also some ports will show up as duplicates, which is fine since used in different editions.
|
Besides the ports generally needed by the OS, i.e. obtaining a DHCP lease, DNS, etc. T-Pot will require the following ports for incoming / outgoing connections. Review the [T-Pot Architecture](#technical-architecture) for a visual representation. Also some ports will show up as duplicates, which is fine since used in different editions.
|
||||||
|
|
||||||
| Port | Protocol | Direction | Description |
|
| Port | Protocol | Direction | Description |
|
||||||
|
|
Loading…
Reference in a new issue