Password made pseudo-random instead of a bunnch of A's
parent
47ff820a83
commit
8a3329c891
|
@ -66,7 +66,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
|
||||
|
||||
def check_user(ip, user, port)
|
||||
pass = 'A' * 64_000
|
||||
pass = Rex::Text.rand_text_alphanumeric(64_000)
|
||||
|
||||
opt_hash = {
|
||||
:auth_methods => ['password', 'keyboard-interactive'],
|
||||
|
|
Loading…
Reference in New Issue