From b790e067fc54f8a08c200209d9fdb7f038db5104 Mon Sep 17 00:00:00 2001 From: Bhasher Date: Tue, 26 Dec 2023 17:38:30 +0100 Subject: [PATCH] SSH Honeypot --- .gitmodules | 3 +++ builds/ssh-honeypot | 1 + bxl-shp/apps/docker-compose.honeypots.yaml | 8 ++++++++ 3 files changed, 12 insertions(+) create mode 160000 builds/ssh-honeypot create mode 100644 bxl-shp/apps/docker-compose.honeypots.yaml diff --git a/.gitmodules b/.gitmodules index 77ad977..4d9ef82 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "builds/trakr"] path = builds/trakr url = git.bhasher.com:Bhasher/trakr.git +[submodule "builds/ssh-honeypot"] + path = builds/ssh-honeypot + url = git.bhasher.com:Bhasher/ssh-honeypot.git diff --git a/builds/ssh-honeypot b/builds/ssh-honeypot new file mode 160000 index 0000000..a8ce2b9 --- /dev/null +++ b/builds/ssh-honeypot @@ -0,0 +1 @@ +Subproject commit a8ce2b9b517a083ad730ab349aaf9e84c2879e7a diff --git a/bxl-shp/apps/docker-compose.honeypots.yaml b/bxl-shp/apps/docker-compose.honeypots.yaml new file mode 100644 index 0000000..4e4244d --- /dev/null +++ b/bxl-shp/apps/docker-compose.honeypots.yaml @@ -0,0 +1,8 @@ +services: + ssh-honeypot: + container_name: ssh-honeypot + image: registry.bhasher.com/ssh-honeypot:latest + ports: + - 24587:22 + volumes: + - $DATA/honeypots/ssh-honeypot:/app/data:rw