mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
add screenshots, update readme
This commit is contained in:
parent
6d7608d112
commit
e371f3402a
5 changed files with 14 additions and 3 deletions
17
README.md
17
README.md
|
@ -41,7 +41,7 @@ Furthermore we use the following tools
|
||||||
3. Install the system in a [VM](#vm) or on [physical hardware](#hw) with [internet access](#placement).
|
3. Install the system in a [VM](#vm) or on [physical hardware](#hw) with [internet access](#placement).
|
||||||
4. Enjoy your favorite beverage - [watch](http://sicherheitstacho.eu/?peers=communityPeers) and [analyze](#kibana).
|
4. Enjoy your favorite beverage - [watch](http://sicherheitstacho.eu/?peers=communityPeers) and [analyze](#kibana).
|
||||||
|
|
||||||
-
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
To Do
|
To Do
|
||||||
|
@ -64,6 +64,7 @@ In case you already have an Ubuntu 14.04.x running in your datacenter and are un
|
||||||
- [Options](#options)
|
- [Options](#options)
|
||||||
- [SSH and web access](#ssh)
|
- [SSH and web access](#ssh)
|
||||||
- [Kibana Dashboard](#kibana)
|
- [Kibana Dashboard](#kibana)
|
||||||
|
- [Tools](#tools)
|
||||||
- [Maintenance](#maintenance)
|
- [Maintenance](#maintenance)
|
||||||
- [Community Data Submission](#submission)
|
- [Community Data Submission](#submission)
|
||||||
- [Roadmap](#roadmap)
|
- [Roadmap](#roadmap)
|
||||||
|
@ -219,8 +220,8 @@ Secondly, decide where you want to let the system run: [real hardware](#hardware
|
||||||
We provide an installation ISO image for download (~50MB), which is created using the same [tool](https://github.com/dtag-dev-sec/tpotce) you can use yourself in order to create your own image. It will basically just save you some time downloading components and creating the ISO image.
|
We provide an installation ISO image for download (~50MB), which is created using the same [tool](https://github.com/dtag-dev-sec/tpotce) you can use yourself in order to create your own image. It will basically just save you some time downloading components and creating the ISO image.
|
||||||
You can download the prebuilt installation image [here](http://community-honeypot.de/tpot.iso) and jump to the [installation](#vm) section. The ISO image is hosted by our friends from [Strato](http://www.strato.de) / [Cronon](http://www.cronon.de).
|
You can download the prebuilt installation image [here](http://community-honeypot.de/tpot.iso) and jump to the [installation](#vm) section. The ISO image is hosted by our friends from [Strato](http://www.strato.de) / [Cronon](http://www.cronon.de).
|
||||||
|
|
||||||
shasum tpot.iso
|
sha256sum tpot.iso
|
||||||
7f4c5d91ab620866b661fcaa7c1778f473e2a07d tpot.iso
|
df6b1db24d0dcc421125dc973fbb2d17aa91cd9ff94607dde9d1b09a92bcbaf0 tpot.iso
|
||||||
|
|
||||||
<a name="createiso"></a>
|
<a name="createiso"></a>
|
||||||
## Create your own ISO Image
|
## Create your own ISO Image
|
||||||
|
@ -333,6 +334,8 @@ If you do not have a SSH client at hand and still want to access the machine via
|
||||||
|
|
||||||
and choose **WebSSH** from the navigation bar. You will be prompted to allow access for this connection and enter the password for the user **tsec**.
|
and choose **WebSSH** from the navigation bar. You will be prompted to allow access for this connection and enter the password for the user **tsec**.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
<a name="kibana"></a>
|
<a name="kibana"></a>
|
||||||
## Kibana Dashboard
|
## Kibana Dashboard
|
||||||
Just open a web browser and access and connect to `https://<your.ip>:64297`, enter
|
Just open a web browser and access and connect to `https://<your.ip>:64297`, enter
|
||||||
|
@ -344,6 +347,14 @@ and the **Kibana dashboard** will automagically load. The Kibana dashboard can b
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
<a name="tools"></a>
|
||||||
|
## Tools
|
||||||
|
We included some web based management tools to improve and ease up on your daily tasks.
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
<a name="maintenance"></a>
|
<a name="maintenance"></a>
|
||||||
## Maintenance
|
## Maintenance
|
||||||
As mentioned before, the system was designed to be low maintenance. Basically, there is nothing you have to do but let it run. If one of the dockerized daemon fails, it will restart. If this fails, the regarding upstart job will be restarted.
|
As mentioned before, the system was designed to be low maintenance. Basically, there is nothing you have to do but let it run. If one of the dockerized daemon fails, it will restart. If this fails, the regarding upstart job will be restarted.
|
||||||
|
|
BIN
doc/dockerui.png
Normal file
BIN
doc/dockerui.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 103 KiB |
BIN
doc/headplugin.png
Normal file
BIN
doc/headplugin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
BIN
doc/netdata.PNG
Normal file
BIN
doc/netdata.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 221 KiB |
BIN
doc/webssh.png
Normal file
BIN
doc/webssh.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
Loading…
Reference in a new issue