various attacks an IDS developer has to deal with. Unlike some of the other port scan detection tools out there, scanlogd is designed to be totally safe to use. PR: ports/66449 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
9 lines
377 B
Text
9 lines
377 B
Text
----------------------------------------------------------------------------
|
|
|
|
scanlogd requires a separate user and group named 'scanlogd' to run.
|
|
You will need to create these manually. For example:
|
|
|
|
pw groupadd scanlogd
|
|
pw useradd scanlogd -d /nonexistent -g scanlogd -s /sbin/nologin -c SCANLOGD
|
|
|
|
----------------------------------------------------------------------------
|