mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Merge branch 'sqli-spaces-encode-to-plus' of https://github.com/cooper-grill/zeek
* 'sqli-spaces-encode-to-plus' of https://github.com/cooper-grill/zeek:
account for spaces encoding to plus signs in sqli regex detection
(cherry picked from commit 5200b84fb3
)
This commit is contained in:
parent
887d92e26c
commit
43ab74b70f
8 changed files with 26 additions and 6 deletions
|
@ -37,6 +37,8 @@ event zeek_init()
|
|||
add positive_matches["/index.php?id=22 /*!49999 and 1=2*/-- and 1=1"];
|
||||
add positive_matches["/index.php?ID=59 and (select count(table_name) from user_tables)>0 and 1=1"];
|
||||
add positive_matches["/index.php?ID=60 and exists (select * from [news])"];
|
||||
add positive_matches["?id=1'+OR+'1'='1"];
|
||||
add positive_matches["?id=1'+UNION+SELECT+NULL,+version()+#"];
|
||||
|
||||
# These are not detected currently.
|
||||
#add positive_matches["/index.asp?ARF_ID=(1/(1-(asc(mid(now(),18,1))\(2^7) mod 2)))"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue