Set default USER/PASS files

MS-2855/keylogger-mettle-extension
Jon Hart 2017-12-20 18:44:43 -08:00
parent 37ae5e1303
commit 298cb16b1a
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ class MetasploitModule < Msf::Auxiliary
'DefaultOptions' =>
{
'BLANK_PASSWORDS' => false,
'USER_AS_PASS' => true
'USER_AS_PASS' => true,
'USER_FILE' => 'data/wordlists/unix_users.txt',
'PASS_FILE' => 'data/wordlists/unix_passwords.txt'
}
)
end