Send the session object directly to store_loot fixes issues with report_host stack traces

git-svn-id: file:///home/svn/framework3/trunk@12188 4d416f70-5f16-0410-b530-b9f4589650da
unstable
David Rude 2011-03-31 15:12:08 +00:00
parent e86040f04f
commit 2beeca4c90
1 changed files with 2 additions and 2 deletions

View File

@ -219,10 +219,10 @@ class Metasploit3 < Msf::Post
end
if datastore['CONTACTS']
store_loot("pidgin.contacts", "text/plain", session.tunnel_peer, buddylists.to_s, "pidgin_contactlists.txt", "Pidgin Contacts")
store_loot("pidgin.contacts", "text/plain", session, buddylists.to_s, "pidgin_contactlists.txt", "Pidgin Contacts")
end
store_loot("pidgin.creds", "text/plain", session.tunnel_peer, credentials.to_s, "pidgin_credentials.txt", "Pidgin Credentials")
store_loot("pidgin.creds", "text/plain", session, credentials.to_s, "pidgin_credentials.txt", "Pidgin Credentials")
end
def parse_accounts(data)