Skip to content

PacktDev/cookie-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published