From f3ea1f4ba66fe80a435b8224a8eb15e3c732e04b Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sun, 23 Jan 2011 01:18:32 -0500 Subject: move dead packages into archive to clean this up a bit. I know there are some I missed if someone else would like to review --- config/archive/portsentry/portsentry.inc | 292 +++++++++++++++++++++++++++++++ config/archive/portsentry/portsentry.xml | 120 +++++++++++++ 2 files changed, 412 insertions(+) create mode 100644 config/archive/portsentry/portsentry.inc create mode 100644 config/archive/portsentry/portsentry.xml (limited to 'config/archive/portsentry') diff --git a/config/archive/portsentry/portsentry.inc b/config/archive/portsentry/portsentry.inc new file mode 100644 index 00000000..d51f9035 --- /dev/null +++ b/config/archive/portsentry/portsentry.inc @@ -0,0 +1,292 @@ + \ No newline at end of file diff --git a/config/archive/portsentry/portsentry.xml b/config/archive/portsentry/portsentry.xml new file mode 100644 index 00000000..3220c8ff --- /dev/null +++ b/config/archive/portsentry/portsentry.xml @@ -0,0 +1,120 @@ + + + + + + + + portsentry + 1.0 + Portsentry + + /usr/local/pkg/portsentry.inc + + Portsentry + +
Services
+ http://sourceforge.net/projects/sentrytools/ +
+ + Portsentry + portsentry.sh + portsentry + The Sentry tools provide host-level security services for the Unix platform. PortSentry protect against portscans, and detect suspicious login activity on a continuous basis. + + installedpackages->portsentry->config + + /usr/local/pkg/ + 077 + http://www.pfsense.com/packages/config/portsentry/portsentry.inc + + + + rowhelper + + + Listen on port + listenport + Instructs portsentry to look for bogus activity on port + input + 25 + + + + + Scan trigger value + scantrigger + Enter in the number of port connects you will allow before an alarm is given. The default is 0 which will react immediately.A value of 1 or 2 will reduce false alarms. Anything higher is probably not necessary. This value must always be specified, but generally can be left at 0. + input + 80 + + + + Block TCP + blocktcp + Determines if portsentry will listen on defined ports using the TCP protocol. + checkbox + + + + Block UDP + blockudp + Determines if portsentry will listen on defined ports using the UDP protocol. + checkbox + + + + Port Banner + portbanner + Text to ouput when client connects to a portsentry port. + checkbox + + + + + + + + + + + portsentry_custom_php_install_command(); + + + portsentry_custom_php_deinstall_command(); + + + +
\ No newline at end of file -- cgit v1.2.3