Update lib/msf/core/auxiliary/rocketmq.rb

Co-authored-by: adfoster-r7 <60357436+adfoster-r7@users.noreply.github.com>
This commit is contained in:
jheysel-r7 2023-06-27 16:39:16 -04:00 committed by GitHub
parent 46629ca1d2
commit f86f9c0440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ module Msf
parsed_data
end
def get_broker_port(broker_datas, rhost, default_broker_port)
def get_broker_port(broker_datas, rhost, default_broker_port: 10911)
# Example of brokerData:
# [{"brokerAddrs"=>{"0"=>"172.16.199.135:10911"}, "brokerName"=>"DESKTOP-8ATHH6O", "cluster"=>"DefaultCluster"}]
target_port = nil