diff options
author | sergei <sergei@FreeBSD.org> | 2005-02-07 22:53:28 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2005-02-07 22:53:28 +0800 |
commit | 38c8af2db2f1b8ec5aaf3a3a79524e0034560c17 (patch) | |
tree | f12e7fbfa17e4134af8a5a08624e7b4129051442 /security/Makefile | |
parent | 479533a12a923014aa88a3ee212e580b9fad927f (diff) | |
download | freebsd-ports-gnome-38c8af2db2f1b8ec5aaf3a3a79524e0034560c17.tar.gz freebsd-ports-gnome-38c8af2db2f1b8ec5aaf3a3a79524e0034560c17.tar.zst freebsd-ports-gnome-38c8af2db2f1b8ec5aaf3a3a79524e0034560c17.zip |
Add security/ppars - Proactive Abuse Reporting System:
In an effort to be proactive in doing my part to stop the massive
quantities of internet traffic probing for open ports or more
specifically the probing for known ports that MS Windows spyware,
Trojans, and whatever other MS Windows ports are commonly probed
which result in increasing my bandwidth usage charges, I wrote this
perl application for reporting that abuse to the sender's ISP, with
the hopes they will monitor the abuser and terminate the abuser's
internet account and or take legal action.
WWW: http://www.dshield.org/linux_clients.php#freebsd
Author: Joe Barbish <fbsd_user@a1poweruser.com>
PR: ports/68662
Submitted by: Joe Barbish <fbsd_user@a1poweruser.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 65998f0dfcd4..118ecb763a06 100644 --- a/security/Makefile +++ b/security/Makefile @@ -362,6 +362,7 @@ SUBDIR += portaudit-db SUBDIR += portscanner SUBDIR += portsentry + SUBDIR += ppars SUBDIR += ppgen SUBDIR += prelude-lml SUBDIR += prelude-manager |