2025-03-20 18:53:23 +01:00
2025-03-20 18:57:31 +01:00
2025-03-19 23:21:26 +01:00
2025-03-20 18:39:18 +01:00
2025-03-20 18:34:28 +01:00
2025-03-20 18:57:31 +01:00
2021-04-10 07:58:01 +02:00
2025-03-07 01:23:15 +01:00
2021-11-06 01:59:21 +01:00
2025-03-20 18:57:31 +01:00
2025-03-19 22:28:28 +01:00
2025-03-07 02:10:57 +01:00
2025-03-20 18:53:23 +01:00
2025-03-20 18:53:23 +01:00
2025-03-20 18:53:23 +01:00
2025-03-20 18:34:28 +01:00

Apiary

SSH honeypot with web-frontend.

Build using nix

$ nix build .#

$ ./result/bin/apiary --version
apiary version v0.2.1-d86bc2be079c6b18a9f941752ebad45d925366d1 (go1.23.6)

Build without nix

See Dockerfile for how to build frontend and backend. Or use Dockerfile and copy binary from image.

Install

Build or download binary
$ cp ./apiary /usr/local/bin/apiary

Edit config file, should use postgres if you want persistent storage.
See example config for the different options.
$ vim /etc/apiary/apiary.toml

$ /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
Description
No description provided
Readme 4.1 MiB
Languages
Go 67.7%
TypeScript 21.7%
CSS 4.8%
Nix 4.3%
Dockerfile 1%
Other 0.5%