Skip to content

Commit adca42f

Browse files
committed
Merge branch 'feature/mqtt' into feature/mqtt-login
2 parents 917e9aa + b78f110 commit adca42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/auxiliary/mqtt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def initialize(info = {})
2121
]
2222
)
2323

24-
register_autofilter_ports([Rex::Proto::MQTT::DEFAULT_PORT, Rex::Proto::MQTT::DEFAULT_PORT])
24+
register_autofilter_ports([Rex::Proto::MQTT::DEFAULT_PORT, Rex::Proto::MQTT::DEFAULT_SSL_PORT])
2525
end
2626

2727
def setup

0 commit comments

Comments
 (0)