remove duplicate credentials before running

git-svn-id: file:///home/svn/framework3/trunk@11168 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-11-30 01:15:42 +00:00
parent 99b2bdd8d7
commit 7e15c97328
1 changed files with 1 additions and 0 deletions

View File

@ -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"]