remove duplicate credentials before running
git-svn-id: file:///home/svn/framework3/trunk@11168 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
99b2bdd8d7
commit
7e15c97328
|
@ -58,6 +58,7 @@ def each_user_pass(&block)
|
|||
end
|
||||
|
||||
credentials.concat(combine_users_and_passwords(users, passwords))
|
||||
credentials.uniq!
|
||||
credentials = just_uniq_passwords(credentials) if @strip_usernames
|
||||
|
||||
fq_rest = "%s:%s:%s" % [datastore['RHOST'], datastore['RPORT'], "all remaining users"]
|
||||
|
|
Loading…
Reference in New Issue