mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
http/detect-sql-injection: Fix zeekygen comment
Discarded extraneous Zeekygen comment: $src field; and always provides a victim IP address in the $dst field.
This commit is contained in:
parent
aabd1e3825
commit
8d588a10a9
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
##! SQL injection attack detection in HTTP.
|
||||
|
||||
## The script annotates the notices it generates with an associated $uid
|
||||
## connection identifier; always provides an attacker IP address in the
|
||||
## $src field; and always provides a victim IP address in the $dst field.
|
||||
##!
|
||||
##! The script annotates the notices it generates with an associated $uid
|
||||
##! connection identifier; always provides an attacker IP address in the
|
||||
##! $src field; and always provides a victim IP address in the $dst field.
|
||||
|
||||
@load base/frameworks/notice
|
||||
@load base/frameworks/sumstats
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue