CookieScanner
CookieScanner copied to clipboard
Cookie Scanner for GDPR compliance
in case the project is still active, it would be awesome to wrap it into a Github-Action.
``` ~$ go get github.com/CovenantSQL/CookieScanner # github.com/CovenantSQL/CookieScanner/vendor/github.com/gobs/httpclient go/src/github.com/CovenantSQL/CookieScanner/vendor/github.com/gobs/httpclient/logging.go:251:19: unknown field 'WroteHeaderField' in struct literal of type httptrace.ClientTrace ~$ go version go version go1.10.4 linux/amd64 ``` Installation ends on error message.
i have installed cookiescanner and CookieScanner --help gives correct output but when i try to scan website for cookies like this command CookieScanner cli --headless --html cql.html covenantsql.io returns CookieScanner:...
I have a problem running CookieScanner: OS: Mac OS - Big Sur Docker: Docker Desktop 2.5.0.1 (49550), Engine 19.0.3.13 Go version go1.15.4 darwin/amd64 Installed Headless chrome ➜ docker container run...
This works really nice!!!! Thanks for the great job. But I need some enhancement. How can I make a deep scan of my domain to find out if I got...
Hi, I'm trying to use the CookieScanner so I succesfully got all the packages required, except for this one: https://github.com/CovenantSQL/CovenantSQL/tree/develop/client When I type `go get "github.com/CovenantSQL/CovenantSQL/client"` and after that `go...
Hi Everyone We are testing your app and we want to access to the 10000 cookies stored, problem is that we are missing a file from the repo a `public.keystore`,...
This tool is giving only the cookies which are from website provider. I am expecting this would give all cookies in the website including third party cookies! Could you please...