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.
45 lines
920 B
ReStructuredText
45 lines
920 B
ReStructuredText
:tocdepth: 3
|
|
|
|
base/protocols/finger/main.zeek
|
|
===============================
|
|
.. zeek:namespace:: Finger
|
|
|
|
Implements base functionality for Finger analysis. We currently do not generate
|
|
a log file, but just configure the analyzer.
|
|
|
|
:Namespace: Finger
|
|
|
|
Summary
|
|
~~~~~~~
|
|
Constants
|
|
#########
|
|
========================================== =
|
|
:zeek:id:`Finger::ports`: :zeek:type:`set`
|
|
========================================== =
|
|
|
|
Redefinitions
|
|
#############
|
|
==================================================================== =
|
|
:zeek:id:`likely_server_ports`: :zeek:type:`set` :zeek:attr:`&redef`
|
|
==================================================================== =
|
|
|
|
|
|
Detailed Interface
|
|
~~~~~~~~~~~~~~~~~~
|
|
Constants
|
|
#########
|
|
.. zeek:id:: Finger::ports
|
|
:source-code: base/protocols/finger/main.zeek 7 7
|
|
|
|
:Type: :zeek:type:`set` [:zeek:type:`port`]
|
|
:Default:
|
|
|
|
::
|
|
|
|
{
|
|
79/tcp
|
|
}
|
|
|
|
|
|
|
|
|