mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
site/local: Switch to detect-sql-injection
This commit is contained in:
parent
dcd14f7a16
commit
c687a24503
2 changed files with 1 additions and 2 deletions
|
@ -74,7 +74,7 @@ redef digest_salt = "Please change this value.";
|
||||||
@load protocols/ssh/interesting-hostnames
|
@load protocols/ssh/interesting-hostnames
|
||||||
|
|
||||||
# Detect SQL injection attacks.
|
# Detect SQL injection attacks.
|
||||||
@load protocols/http/detect-sqli
|
@load protocols/http/detect-sql-injection
|
||||||
|
|
||||||
#### Network File Handling ####
|
#### Network File Handling ####
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||||
### NOTE: This file has been sorted with diff-sort.
|
### NOTE: This file has been sorted with diff-sort.
|
||||||
warning in <...>/detect-sqli.zeek, line 16: deprecated script loaded from <...>/local.zeek:77 "Remove in v8.1: Switch to the improved detect-sql-injection script"
|
|
||||||
warning in <...>/detect-sqli.zeek, line 16: deprecated script loaded from command line arguments "Remove in v8.1: Switch to the improved detect-sql-injection script"
|
warning in <...>/detect-sqli.zeek, line 16: deprecated script loaded from command line arguments "Remove in v8.1: Switch to the improved detect-sql-injection script"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue