From: Cynthia Leonard (cyleonar) Date: Thu, 2 Jul 2020 10:31:14 +0000 (+0000) Subject: Merge pull request #2304 in SNORT/snort3 from ~ABHPAL/snort3:bugfix/CSCvu12864 to... X-Git-Tag: 3.0.2-1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7736597c631f864fdec966b2320ea5079b946a6;p=thirdparty%2Fsnort3.git Merge pull request #2304 in SNORT/snort3 from ~ABHPAL/snort3:bugfix/CSCvu12864 to master Squashed commit of the following: commit 43bb164724cbf6d8b9774e14a5455a7126ce90ed Author: Abhijit Pal Date: Tue Jun 30 07:47:16 2020 -0400 Wizard: Adding FTP pattern to recognize FileZilla FTP Server so that FTP server inspector is attached to the flow (CSCvu12864) --- diff --git a/lua/snort_defaults.lua b/lua/snort_defaults.lua index 9aa365bc8..c05a47e83 100644 --- a/lua/snort_defaults.lua +++ b/lua/snort_defaults.lua @@ -329,7 +329,7 @@ default_wizard = spells = { { service = 'ftp', proto = 'tcp', client_first = false, - to_client = { '220*FTP' } }, + to_client = { '220*FTP', '220*FileZilla' } }, { service = 'http', proto = 'tcp', client_first = true, to_server = http_methods, to_client = { 'HTTP/' } },