SSH Honeypot
This commit is contained in:
parent
c565c8cd73
commit
b790e067fc
|
@ -7,3 +7,6 @@
|
||||||
[submodule "builds/trakr"]
|
[submodule "builds/trakr"]
|
||||||
path = builds/trakr
|
path = builds/trakr
|
||||||
url = git.bhasher.com:Bhasher/trakr.git
|
url = git.bhasher.com:Bhasher/trakr.git
|
||||||
|
[submodule "builds/ssh-honeypot"]
|
||||||
|
path = builds/ssh-honeypot
|
||||||
|
url = git.bhasher.com:Bhasher/ssh-honeypot.git
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a8ce2b9b517a083ad730ab349aaf9e84c2879e7a
|
|
@ -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
|
Loading…
Reference in New Issue