Compare commits
2 Commits
85fd24180a
...
v0.2.1
Author | SHA1 | Date | |
---|---|---|---|
aa5b9588d1
|
|||
858c11b853
|
16
README.md
16
README.md
@@ -2,13 +2,6 @@
|
|||||||
|
|
||||||
SSH honeypot with web-frontend.
|
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
|
## Build using nix
|
||||||
|
|
||||||
```console
|
```console
|
||||||
@@ -25,15 +18,14 @@ and copy binary from image.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```text
|
```console
|
||||||
# Build or download binary
|
Build or download binary
|
||||||
$ cp ./apiary /usr/local/bin/apiary
|
$ cp ./apiary /usr/local/bin/apiary
|
||||||
|
|
||||||
# Edit config file, should use postgres if you want persistent storage.
|
Edit config file, should use postgres if you want persistent storage.
|
||||||
# See example config for the different options.
|
See example config for the different options.
|
||||||
$ vim /etc/apiary/apiary.toml
|
$ vim /etc/apiary/apiary.toml
|
||||||
|
|
||||||
# Run
|
|
||||||
$ /usr/bin/apiary serve
|
$ /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 SSH server
|
||||||
2021-04-10T11:27:42.783+0200 INFO APP Starting web server
|
2021-04-10T11:27:42.783+0200 INFO APP Starting web server
|
||||||
|
Reference in New Issue
Block a user