Land #3409, fix for http crawler
commit
c0391edff7
|
@ -104,8 +104,8 @@ class Metasploit3 < Msf::Auxiliary
|
|||
info[:ctype] = page.headers['content-type']
|
||||
end
|
||||
|
||||
if !page.get_cookies.empty?
|
||||
info[:cookie] = page.get_cookies
|
||||
if !page.cookies.empty?
|
||||
info[:cookie] = page.cookies
|
||||
end
|
||||
|
||||
if page.headers['authorization']
|
||||
|
|
Loading…
Reference in New Issue