Node CLI utility for retrieving cookie information from multiple sites.
##Installation
- Clone repo
- Run
npm ito install dependancies - Add sites to
sites.txt.- Plain txt file with each line containing a site.
- Each url must be added individually. eg: domain.com/login
- Check
config.json, although defaults should be fine. - Run
npm startto start the tool.- This may take a while to complete as each url is loaded with all it's assets.
- If everything worked the results will be available in
cookies.csv(or whatever name was set in config).
###TODO:
- Add support for more input types.
- Tests

