diff options
author | Renato Botelho <garga@FreeBSD.org> | 2020-02-11 23:48:23 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2020-02-11 23:48:23 +0800 |
commit | 5c851a111407e3b07be1b97fadd43bebeac12fa1 (patch) | |
tree | 9907d99e0451c4e37c7461bdb071468f357b9325 /security/Makefile | |
parent | 709e896e3e5683edfe507ca94438bbf850c77df4 (diff) | |
download | freebsd-ports-gnome-5c851a111407e3b07be1b97fadd43bebeac12fa1.tar.gz freebsd-ports-gnome-5c851a111407e3b07be1b97fadd43bebeac12fa1.tar.zst freebsd-ports-gnome-5c851a111407e3b07be1b97fadd43bebeac12fa1.zip |
New port: security/honeytrap
HoneyTrap is a modular framework for running, monitoring and managing honeypots.
Using HoneyTrap you can use sensors, high interaction and low
interaction honeypots together, while still using the same event mechanisms.
HoneyTrap consists of services, directors, listeners and channels. It is easy to
build new services, attach existing honeypots and extend channels or directors.
PR: 242740
Submitted by: ezri.mudde@dutchsec.com
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 658320f62b74..61e7e71e9090 100644 --- a/security/Makefile +++ b/security/Makefile @@ -213,6 +213,7 @@ SUBDIR += hmap SUBDIR += hockeypuck SUBDIR += honggfuzz + SUBDIR += honeytrap SUBDIR += horcrux SUBDIR += hotssh SUBDIR += hpenc |