Skip to content

Commit 00e9793

Browse files
committed
ftp_version: Add report_note
1 parent 43f288c commit 00e9793

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

modules/auxiliary/scanner/ftp/ftp_version.rb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ def run_host(_target_host)
4949
name: 'ftp',
5050
info: banner_sanitized
5151
)
52+
report_note(
53+
host: rhost,
54+
port: rport,
55+
proto: 'tcp',
56+
type: 'ftp.banner',
57+
data: { banner: banner.strip }
58+
)
5259
end
5360

5461
disconnect

0 commit comments

Comments
 (0)