Update notes.md

This commit is contained in:
2026-04-16 06:00:03 +01:00
parent fde81e982a
commit 86dcba55af

View File

@@ -3,9 +3,4 @@
- To build/run:
1. `cd honeypot`
2. `go mod tidy` (to fetch `github.com/mattn/go-sqlite3` if you enable sqlite)
3. `go run ./...` or `go build ./...`
If you want, I can now:
- Add a `Dockerfile` and `systemd` unit; or
- Harden the SSH/SMB emulation to behave more like OpenCanary (fake banners/commands); or
- Add authentication-capture heuristics to parse username/password pairs more reliably.
3. `go run ./...` or `go build ./...`