Land #3409, fix for http crawler
commit
c0391edff7
|
@ -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']
|
||||||
|
|
Loading…
Reference in New Issue