GitHub - PacktDev/cookie-scanner: A simple cookie scanner based on Puppeteer

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Cookie Scanner

This is a simple tool using puppeteer to scan cookies from a website; the output is a JSON file with the cookies and local storage (a bit buggy).

Usage

$ npm install
$ npm start -- --url=https://example.com --output=report.json
# Browse in the browser that opens
# Close the browser
# Check the report.json file

Copyright Packt Publishing 2023

About

A simple cookie scanner based on Puppeteer

Topics

Resources

Readme

License

ISC license

Activity

Custom properties

Stars

3 stars

Watchers

1 watching

Forks

2 forks

Releases

No releases published