make db_tokens command work again

git-svn-id: file:///home/svn/framework3/trunk@8090 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-01-09 01:47:39 +00:00
parent 93a673fa1f
commit 061706940b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class Plugin::CredCollect < Msf::Plugin
end
framework.db.get_auth_info(:proto=>"smb").each do |info|
if info.kind_of? Hash and info.has_key? :token
print_line(info[:host] + " - " + info[:token])
print_line(info[:targ_host] + " - " + info[:token])
end
end
end