zeek/testing/btest/scripts/base/protocols/ftp
Jon Siwek 7e895a3a2f FileAnalysis: replace script-layer FTP file analysis.
The notable difference here is that ftp.log now logs by default
the PORT, PASV, EPRT, EPSV commands as well as a separate line for
ftp-data channels in which file extraction was requested.

This difference isn't a direct result of now doing the file extraction
through the file analysis framework, it's just because I noticed even
the old way of tracking extracted-file name didn't work right and this
was the way I came up with so that a locally extracted file can be
associated with a data channel and then that data channel associated
with a control channel.
2013-03-27 12:59:38 -05:00
..
ftp-extract.bro FileAnalysis: replace script-layer FTP file analysis. 2013-03-27 12:59:38 -05:00
ftp-ipv4.bro FileAnalysis: add unit tests covering current protocol integration. 2013-03-19 15:50:05 -05:00
ftp-ipv6.bro FileAnalysis: add unit tests covering current protocol integration. 2013-03-19 15:50:05 -05:00
gridftp.test Enable GridFTP detection by default. Track/log SSL client certs. 2012-10-08 11:38:29 -05:00