Module - Cookie Set for Parent Domain
Created by: treadie
Have another simple grep style module that could be easily implemented. essentially looking for where a cookie has been set for the whole parent domain rather than just the host.
eg, imagine the target is https://this.is.some.site.com/, and it sets a cookie such as
Set-Cookie: cookie=qwerty; Path=/; Domian=.site.com
This could indicate that the same cookie may be able to be used against other sites/hosts within the domain. I would say its an info and could prompt the tester to look for other sites to test etc.