Land #3409, fix for http crawler

bug/bundler_fix
Christian Mehlmauer 2014-05-30 21:51:33 +02:00
commit c0391edff7
No known key found for this signature in database
GPG Key ID: BCFF4FA966BC32C7
1 changed files with 2 additions and 2 deletions

View File

@ -104,8 +104,8 @@ class Metasploit3 < Msf::Auxiliary
info[:ctype] = page.headers['content-type'] info[:ctype] = page.headers['content-type']
end end
if !page.get_cookies.empty? if !page.cookies.empty?
info[:cookie] = page.get_cookies info[:cookie] = page.cookies
end end
if page.headers['authorization'] if page.headers['authorization']