Skip to content

CLI utility for retrieving cookie info from multiple sites.

Notifications You must be signed in to change notification settings

fubralimited/cookie-crawler

Repository files navigation

CookieCrawler


Node CLI utility for retrieving cookie information from multiple sites.

##Installation

  1. Clone repo
  2. Run npm i to install dependancies
  3. Add sites to sites.txt.
    • Plain txt file with each line containing a site.
    • Each url must be added individually. eg: domain.com/login
  4. Check config.json, although defaults should be fine.
  5. Run npm start to start the tool.
    • This may take a while to complete as each url is loaded with all it's assets.
  6. If everything worked the results will be available in cookies.csv (or whatever name was set in config).

Screenshot

Example results Screenshot

###TODO:

  • Add support for more input types.
  • Tests

About

CLI utility for retrieving cookie info from multiple sites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published