Skip to content

Commit 298cb16

Browse files
committed
Set default USER/PASS files
1 parent 37ae5e1 commit 298cb16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/auxiliary/scanner/mqtt/connect.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ def initialize
3131
'DefaultOptions' =>
3232
{
3333
'BLANK_PASSWORDS' => false,
34-
'USER_AS_PASS' => true
34+
'USER_AS_PASS' => true,
35+
'USER_FILE' => 'data/wordlists/unix_users.txt',
36+
'PASS_FILE' => 'data/wordlists/unix_passwords.txt'
3537
}
3638
)
3739
end

0 commit comments

Comments
 (0)