mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
15 lines
No EOL
463 B
Text
15 lines
No EOL
463 B
Text
##! This script is the wrapper script for HTTP analysis.
|
|
##! :Author: Seth Hall <seth@icir.org> - Inspired by the work of many others.
|
|
|
|
@load http/base
|
|
@load http/detect-sqli
|
|
@load http/detect-intel
|
|
@load http/file-ident
|
|
@load http/file-hash
|
|
@load http/file-extract
|
|
@load http/software
|
|
@load http/headers
|
|
|
|
# Disabling web app detection for now. It's too intense and will probably
|
|
# be moved out of the core http protocol support later.
|
|
#@load http/detect-webapps |