We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146d452 commit 317d3b5Copy full SHA for 317d3b5
1 file changed
modules/auxiliary/scanner/ftp/ftp_version.rb
@@ -11,8 +11,19 @@ def initialize
11
super(
12
'Name' => 'FTP Version Scanner',
13
'Description' => 'Detect FTP Version.',
14
- 'Author' => 'hdm',
15
- 'License' => MSF_LICENSE
+ 'Author' => [
+ '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
+ }
27
)
28
29
register_options(
0 commit comments