mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
parent
1afe8b011c
commit
48ed922e06
10 changed files with 85 additions and 52 deletions
|
@ -1,4 +1,4 @@
|
|||
##! This script extracts SSH client and server information from SSH
|
||||
##! Extracts SSH client and server information from SSH
|
||||
##! connections and forwards it to the software framework.
|
||||
|
||||
@load base/frameworks/software
|
||||
|
@ -7,7 +7,9 @@ module SSH;
|
|||
|
||||
export {
|
||||
redef enum Software::Type += {
|
||||
## Identifier for SSH clients in the software framework.
|
||||
SERVER,
|
||||
## Identifier for SSH servers in the software framework.
|
||||
CLIENT,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue