Misspelled variable

git-svn-id: file:///home/svn/framework3/trunk@13196 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Carlos Perez 2011-07-17 14:30:06 +00:00
parent 1bb9470e59
commit f3b404b971
1 changed files with 1 additions and 1 deletions

View File

@ -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',