Skip to content

Commit 317d3b5

Browse files
committed
ftp_version: Add notes & references
1 parent 146d452 commit 317d3b5

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

modules/auxiliary/scanner/ftp/ftp_version.rb

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,19 @@ def initialize
1111
super(
1212
'Name' => 'FTP Version Scanner',
1313
'Description' => 'Detect FTP Version.',
14-
'Author' => 'hdm',
15-
'License' => MSF_LICENSE
14+
'Author' => [
15+
'hdm',
16+
'g0tmi1k' # @g0tmi1k - additional features
17+
],
18+
'License' => MSF_LICENSE,
19+
'References' => [
20+
['URL', 'https://www.ietf.org/rfc/rfc959']
21+
],
22+
'Notes' => {
23+
'Stability' => [CRASH_SAFE],
24+
'Reliability' => [],
25+
'SideEffects' => [IOC_IN_LOGS]
26+
}
1627
)
1728

1829
register_options(

0 commit comments

Comments
 (0)