oops, read in the scv.

git-svn-id: file:///home/svn/framework3/trunk@7574 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Mario Ceballos 2009-11-21 00:16:19 +00:00
parent b19ecf9c74
commit 02301c88e4
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class Metasploit3 < Msf::Auxiliary
def run def run
list = datastore['CSVFILE'] list = datastore['CSVFILE']
fd = CSV.foreach.each do |brute| fd = CSV.foreach(list).each do |brute|
datastore['DBUSER'] = brute[2] datastore['DBUSER'] = brute[2]
datastore['DBPASS'] = brute[3] datastore['DBPASS'] = brute[3]