From 365b5097b9da9a2f4cd4044a63d7fcc95ae6b40b Mon Sep 17 00:00:00 2001 From: sullrich Date: Thu, 10 Dec 2009 16:39:19 -0500 Subject: Adding portsentry package --- config/portsentry/portsentry.inc | 286 +++++++++++++++++++++++++++++++++++++++ config/portsentry/portsentry.xml | 120 ++++++++++++++++ 2 files changed, 406 insertions(+) create mode 100644 config/portsentry/portsentry.inc create mode 100644 config/portsentry/portsentry.xml (limited to 'config/portsentry') diff --git a/config/portsentry/portsentry.inc b/config/portsentry/portsentry.inc new file mode 100644 index 00000000..05c8b751 --- /dev/null +++ b/config/portsentry/portsentry.inc @@ -0,0 +1,286 @@ + \ No newline at end of file diff --git a/config/portsentry/portsentry.xml b/config/portsentry/portsentry.xml new file mode 100644 index 00000000..9ff6a167 --- /dev/null +++ b/config/portsentry/portsentry.xml @@ -0,0 +1,120 @@ + + + + + + + + portsentry + 1.0 + Portsentry + + /usr/local/pkg/portsentry.inc + + Portsentry + +
Services
+ +
+ + 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