Go to file
2021-11-06 01:54:56 +01:00
cmd Actually log timeout 2021-11-06 01:54:56 +01:00
config Add ports listener feature 2021-10-28 16:09:28 +02:00
honeypot Change healthchecker to return error 2021-11-06 00:41:27 +01:00
models Initial commit 2021-04-10 07:58:01 +02:00
web Add healtcheck endpoint 2021-11-06 00:56:15 +01:00
.dockerignore Initial commit 2021-04-10 07:58:01 +02:00
.gitignore Initial commit 2021-04-10 07:58:01 +02:00
apiary.service Add support for systemd sd_notify 2021-11-06 01:29:43 +01:00
apiary.toml Add ports listener feature 2021-10-28 16:09:28 +02:00
Dockerfile Add healtcheck endpoint 2021-11-06 00:56:15 +01:00
go.mod Add support for systemd sd_notify 2021-11-06 01:29:43 +01:00
go.sum Add support for systemd sd_notify 2021-11-06 01:29:43 +01:00
Makefile Fix makefile for updated version stuff 2021-04-14 17:32:31 +02:00
README.md Require TLS 1.2 or higher 2021-04-10 11:44:38 +02:00
version.go Sleep after activating watchdog 2021-11-06 01:41:45 +01:00

Apiary

SSH honeypot with web-frontend.

TODO

  • Fix janky ass Makefile

Requirements

  • go >= 1.16

Requires a postgres database if you want data to persist through server restart.

Build

# make frontend
# make build

Install

# Build and install
INSTALL_PREFIX=/ sudo make install

# Edit config file
vim /etc/apiary/apiary.toml

# Run
/usr/bin/apiary serve
# 2021-04-10T11:27:42.783+0200    INFO   APP     Starting SSH server
# 2021-04-10T11:27:42.783+0200    INFO   APP     Starting web server