Skip to content

Commit cc836c0

Browse files
author
Sebastiano Di Paola
committed
Restored FTP option
1 parent 39320f1 commit cc836c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/ssl/openssl_heartbleed.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def initialize
120120
register_options(
121121
[
122122
Opt::RPORT(443),
123-
OptEnum.new('STARTTLS', [true, 'Protocol to use with STARTTLS, None to avoid STARTTLS ', 'None', [ 'None', 'SMTP', 'IMAP', 'JABBER', 'POP3' ]]),
123+
OptEnum.new('STARTTLS', [true, 'Protocol to use with STARTTLS, None to avoid STARTTLS ', 'None', [ 'None', 'SMTP', 'IMAP', 'JABBER', 'POP3', 'FTP' ]]),
124124
OptEnum.new('TLSVERSION', [true, 'TLS version to use', '1.0', ['1.0', '1.1', '1.2']]),
125125
OptBool.new('STOREDUMP', [true, "Store leaked memory in a file", false]),
126126
OptString.new('PATTERN_FILTER', [false, "Pattern to filter leaked memory before storing", ""])

0 commit comments

Comments
 (0)