mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00

This is based on commit 2731def9159247e6da8a3191783c89683363689c from the zeek-docs repo.
33 lines
1.9 KiB
ReStructuredText
33 lines
1.9 KiB
ReStructuredText
:tocdepth: 3
|
|
|
|
policy/protocols/http/detect-webapps.zeek
|
|
=========================================
|
|
.. zeek:namespace:: HTTP
|
|
|
|
Detect and log web applications through the software framework.
|
|
|
|
:Namespace: HTTP
|
|
:Imports: :doc:`base/frameworks/signatures </scripts/base/frameworks/signatures/index>`, :doc:`base/frameworks/software </scripts/base/frameworks/software/index>`, :doc:`base/protocols/http </scripts/base/protocols/http/index>`
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Redefinitions
|
|
#############
|
|
============================================================================ ===================================================================
|
|
:zeek:id:`Signatures::ignored_ids`: :zeek:type:`pattern` :zeek:attr:`&redef`
|
|
:zeek:type:`Software::Info`: :zeek:type:`record`
|
|
|
|
:New Fields: :zeek:type:`Software::Info`
|
|
|
|
url: :zeek:type:`string` :zeek:attr:`&optional` :zeek:attr:`&log`
|
|
Most root URL where the software was discovered.
|
|
:zeek:type:`Software::Type`: :zeek:type:`enum`
|
|
|
|
* :zeek:enum:`HTTP::WEB_APPLICATION`:
|
|
Identifier for web applications in the software framework.
|
|
============================================================================ ===================================================================
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
|