oops, read in the scv.
git-svn-id: file:///home/svn/framework3/trunk@7574 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
b19ecf9c74
commit
02301c88e4
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue