2025-03-19 22:35:33 +01:00
2025-03-07 01:33:31 +01:00
2023-10-12 21:06:10 +02:00
2021-04-10 07:58:01 +02:00
2025-03-07 01:23:15 +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-19 22:28:28 +01:00
2025-03-07 02:10:57 +01:00
2025-03-19 17:50:36 +01:00
2023-10-12 21:06:10 +02:00
2023-10-12 21:06:10 +02:00
2025-03-19 22:35:33 +01:00
2025-03-07 01:34:12 +01:00

Apiary

SSH honeypot with web-frontend.

Requirements

  • go >= 1.16
  • node >= 22

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

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

# 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
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%