Skip to content

Commit b9af835

Browse files
committed
Style
1 parent d0b3abc commit b9af835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/auxiliary/scanner/mqtt/connect.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def default_login
5858

5959
end
6060

61-
def run_host(ip)
61+
def run_host(_ip)
6262
unless default_login
6363
brute
6464
end
@@ -83,7 +83,7 @@ def brute
8383
host: rhost,
8484
port: rport,
8585
read_timeout: datastore['READ_TIMEOUT'],
86-
client_id: client_id(),
86+
client_id: client_id,
8787
proxies: datastore['PROXIES'],
8888
cred_details: cred_collection,
8989
stop_on_success: datastore['STOP_ON_SUCCESS'],

0 commit comments

Comments
 (0)