Misspelled variable
git-svn-id: file:///home/svn/framework3/trunk@13196 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
1bb9470e59
commit
f3b404b971
|
@ -253,7 +253,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
if vernum.join != "2000"
|
||||
db_ind_files = mssql_query("select filename from #{dbn.strip}.sys.sysfiles")[:rows]
|
||||
if db_ind_files != nil
|
||||
db_files.each do |fn|
|
||||
db_ind_files.each do |fn|
|
||||
print_status("\t\t#{fn.join}")
|
||||
report_note(:host => datastore['RHOST'],
|
||||
:proto => 'TCP',
|
||||
|
|
Loading…
Reference in New Issue