mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
12 lines
431 B
Text
12 lines
431 B
Text
# This tests FTP file extraction.
|
|
#
|
|
# @TEST-EXEC: bro -r $TRACES/ftp/ipv4.trace %INPUT
|
|
# @TEST-EXEC: btest-diff conn.log
|
|
# @TEST-EXEC: btest-diff ftp.log
|
|
# @TEST-EXEC: btest-diff ftp-item-Rqjkzoroau4.dat
|
|
# @TEST-EXEC: btest-diff ftp-item-BTsa70Ua9x7.dat
|
|
# @TEST-EXEC: btest-diff ftp-item-VLQvJybrm38.dat
|
|
# @TEST-EXEC: btest-diff ftp-item-zrfwSs9K1yk.dat
|
|
|
|
redef FTP::logged_commands += {"LIST"};
|
|
redef FTP::extract_file_types=/.*/;
|