diff options
author | dev0 <matzeton@googlemail.com> | 2018-07-18 23:00:01 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-07-18 23:05:57 +0200 |
commit | b678e84c542862811059cf9c2974f7f2aed0914b (patch) | |
tree | 49cf4a706a3c5e3a15b236212ae4aec22c69206a | |
parent | c19cb7e39a80fab15429da599d7b8c85224fde96 (diff) |
Update README.md
Update README
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | README | 1 | ||||
-rw-r--r-- | README.md | 7 |
2 files changed, 6 insertions, 2 deletions
@@ -43,6 +43,7 @@ Protocols to implement: - HTTP - ssh with openssh - SCADA + - MySQL Suits perfect for your favoured Desktop/Server/OpenWrt Linux system. @@ -3,7 +3,7 @@ [](https://www.codacy.com/app/lnslbrty/potd?utm_source=github.com&utm_medium=referral&utm_content=lnslbrty/potd&utm_campaign=Badge_Grade) [](https://github.com/lnslbrty/potd/issues) [](https://github.com/lnslbrty/potd/blob/master/COPYING) -[](https://gitter.im/potd/Lobby) +[](https://gitter.im/honeypotdaemon/Lobby) # honey[potd]aemon @@ -14,6 +14,7 @@ This project is part of a BA thesis. It is currently in a pre-alpha state. Kernel/libc requirements: Cgroups, Namespaces (UTS, IPC, PID, NET, CGROUPS) Required: libssh, pthread + Optional: libseccomp A chroot'able directory that contains an executable named '/bin/sh'. @@ -33,12 +34,13 @@ Run: This will process, filter and redirect all traffic incoming from 0.0.0.0:2222 to the protocol handler at 127.0.0.1:22222 and if the protocol accepts it, it will forward all traffic to the jail/sandbox at 127.0.0.1:33333. + (clunky atm, will be simplified in the future) - see `./src/potd --help` ## Features -The server supports currently only shell channels but exec and direct-tcp channels are coming soon! +The ssh server currently supports only shell channels. But exec and direct-tcp channels are coming soon! Supported protocols (at the moment): - ssh with libssh @@ -47,6 +49,7 @@ Protocols to implement: - HTTP - ssh with openssh - SCADA + - MySQL Suits perfect for your favoured Desktop/Server/OpenWrt Linux system. |