Unverified Commit 396f1f86 by Jaume Martin Committed by GitHub

Merge pull request #361 from wesinator/patch-1

fix blackhole php regex
parents 84fcc938 842dd653
...@@ -116,7 +116,7 @@ condition: ...@@ -116,7 +116,7 @@ condition:
rule blackhole_basic : EK rule blackhole_basic : EK
{ {
strings: strings:
$a = /\.php\?\.*\?\:[a-zA-Z0-9\:]{6,}\&\.*\?\&/ $a = /\.php\?.*?\:[a-zA-Z0-9\:]{6,}?\&.*?\&/
condition: condition:
$a $a
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment