]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Config changes for new HTTP development
authorTom Peters <thopeter@cisco.com>
Wed, 4 Jun 2014 17:09:20 +0000 (13:09 -0400)
committerTom Peters <thopeter@cisco.com>
Wed, 4 Jun 2014 17:09:20 +0000 (13:09 -0400)
lua/snort.lua

index 7fa586712bc5c434872f952f57c19072346bb3ba..36fb2ad999240d920c1bdf1ef80f57da140ed91a 100644 (file)
@@ -256,6 +256,8 @@ arp_spoof =
 
 back_orifice = { }
 
+nhttp_inspect = { test_mode = false }
+
 rpc_decode = { }
 
 port_scan_global = { memcap = 10000000 }
@@ -572,6 +574,7 @@ default_rules =
 
 #alert tcp any any -> any 80 ( sid:1; msg:"1"; content:"HTTP"; )
 #alert tcp any 80 -> any any ( sid:2; msg:"2"; content:"HTTP"; )
+#alert tcp any any -> any any (msg:"Sample rule for Snort++"; content:"trigger", http_uri; sid:1;)
 alert ( gid:129; sid:20; )
 ]]