diff options
author | Ermal <eri@pfsense.org> | 2012-07-12 00:21:24 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2012-07-12 00:21:24 +0000 |
commit | d57e2405cb6f78181402de87979ec70257523a5a (patch) | |
tree | 82f855c970b5fdf271e75d4d5c652f6817eb007d /config | |
parent | 0c526216f2accddd96697aebcb95f2e0019e4e2f (diff) | |
download | pfsense-packages-d57e2405cb6f78181402de87979ec70257523a5a.tar.gz pfsense-packages-d57e2405cb6f78181402de87979ec70257523a5a.tar.bz2 pfsense-packages-d57e2405cb6f78181402de87979ec70257523a5a.zip |
Bring back forgotten portvar's
Diffstat (limited to 'config')
-rw-r--r-- | config/snort/snort.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/snort/snort.inc b/config/snort/snort.inc index c8b36cce..ddc10e6c 100644 --- a/config/snort/snort.inc +++ b/config/snort/snort.inc @@ -1217,11 +1217,12 @@ EOD; "ssh_ports" => $ssh_port, "pop2_ports" => "109", "pop3_ports" => "110", "imap_ports" => "143", "sip_proxy_ports" => "5060:5090,16384:32768", "sip_ports" => "5060:5090,16384:32768", "auth_ports" => "113", "finger_ports" => "79", - "irc_ports" => "6665,6666,6667,6668,6669,7000", + "irc_ports" => "6665,6666,6667,6668,6669,7000", "smb_ports" => "139,445", "nntp_ports" => "119", "rlogin_ports" => "513", "rsh_ports" => "514", "ssl_ports" => "443,465,563,636,989,990,992,993,994,995", "ssl_ports_ignore" => "443,465,563,636,989,990,992,993,994,995", - "file_data_ports" => "\$HTTP_PORTS,110,143", + "file_data_ports" => "\$HTTP_PORTS,110,143", "shellcode_ports" => "!80", + "sun_rpc_ports" => "111,32770,32771,32772,32773,32774,32775,32776,32777,32778,32779", "DCERPC_NCACN_IP_TCP" => "139,445", "DCERPC_NCADG_IP_UDP" => "138,1024:", "DCERPC_NCACN_IP_LONG" => "135,139,445,593,1024:", "DCERPC_NCACN_UDP_LONG" => "135,1024:", "DCERPC_NCACN_UDP_SHORT" => "135,593,1024:", "DCERPC_NCACN_TCP" => "2103,2105,2107", |