base/protocols/ftp/info.zeek
- FTP
Defines data structures for tracking and logging FTP sessions.
- Namespace:
FTP
- Imports:
Summary
Runtime Options
This setting changes if passwords used in FTP sessions are captured or not. |
Types
The expected endpoints of an FTP data channel. |
|
Detailed Interface
Runtime Options
- FTP::default_capture_password
-
This setting changes if passwords used in FTP sessions are captured or not.
Types
- FTP::ExpectedDataChannel
- Type:
- Fields:
The expected endpoints of an FTP data channel.
- FTP::Info
- Type:
- Fields:
-
-
data_channel:
FTP::ExpectedDataChannel&log&optional Expected FTP data channel.
-
cwd:
string&default="."&optional Current working directory that this session is in. By making the default value ‘.’, we can indicate that unless something more concrete is discovered that the existing but unknown directory is ok to use.
-
cmdarg:
FTP::CmdArg&optional Command that is currently waiting for a response.
-
pending_commands:
FTP::PendingCmds Queue for commands that have been sent but not yet responded to are tracked here.
-
capture_password:
bool&default=FTP::default_capture_password&optional Determines if the password will be captured for this request.
-
last_auth_requested:
string&optional (present if base/protocols/ftp/gridftp.zeek is loaded)
-
data_channel: