mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
4cb8e70952
Sentry is part of the Abacus Project suite of security tools. It is a program designed to detect and respond to port scans against a target host in real-time. There are other port scan detectors that peform similar detection of scans,but the Sentry has some unique features that may make it worth looking into. PR: ports/5475 Submitted by: chris@still.whet.org
18 lines
607 B
Plaintext
18 lines
607 B
Plaintext
--- sentry.conf.orig Sat Dec 19 11:06:01 1998
|
|
+++ sentry.conf Sat Dec 19 11:06:22 1998
|
|
@@ -80,11 +80,11 @@
|
|
######################
|
|
#
|
|
# Hosts to ignore
|
|
-IGNORE_FILE="/usr/local/abacus/sentry.ignore"
|
|
+IGNORE_FILE="/usr/local/etc/sentry.ignore"
|
|
# Hosts that have been denied (running history)
|
|
-HISTORY_FILE="/usr/local/abacus/sentry.history"
|
|
+HISTORY_FILE="/usr/local/etc/sentry.history"
|
|
# Hosts that have been denied this session only (temporary until next restart)
|
|
-BLOCKED_FILE="/usr/local/abacus/sentry.blocked"
|
|
+BLOCKED_FILE="/usr/local/etc/sentry.blocked"
|
|
|
|
###################
|
|
# Response Options#
|