mirror of
https://github.com/valitydev/signature-base.git
synced 2024-11-06 10:05:18 +00:00
TINY webshell rule with bug in size
This commit is contained in:
parent
c866ca6663
commit
9db1ec5af8
@ -3283,7 +3283,7 @@ rule webshell_jsp_generic_tiny
|
||||
$req3 = "getRequest" fullword ascii wide
|
||||
|
||||
condition:
|
||||
filesize < 8000 and (
|
||||
filesize < 250 and (
|
||||
any of ( $cjsp* )
|
||||
)
|
||||
and (
|
||||
|
Loading…
Reference in New Issue
Block a user