Skip to content

Get cookies from chrome in netscape cookie format ( Curl compatible)

Notifications You must be signed in to change notification settings

pradyumnac/chrome-cookies

Repository files navigation

Chromecookies

Steal(take control of) your chrome cookies for any site. use thsi to curl from commandline 😄😄

Pre-Requisites

  • For system with gnome-keyring ( Linux)
  • Chrome must be installed
  • Python-Poetry & pyinstaller to build
  • Make

Usage

chromecookies <url basepath>
# For example
> chromecookies https://www.youtube.com

Build & Install

make

Cleanup & Uninstall

make clean
make uninstall

The binary tar.gz file is built in release dir. Make automatically installs to user's binary folder

Todo

  • Print out cookie data in nestscape cookie jar format.
  • curl compatibility
  • Reduce binar tar size
  • Release in pip
  • pipx compatibility
  • More testing: Ubuntu Gnome only at present

References

Stackoverflow
Dict to Nescape cookies

Disclamer

The software is provided as is without any guarantee/assurance of correct output, security risks and/or any loss arising due to use of this cli app. You take responsibility for any issues. No support is promised. If you run into any issues with the software, feel free to open an issue/pr in github

Beware: anyone with run privledges to this script can steal you chrome cookies which can lead to data theft, monetary loss or account hijack. Be careful about using this script

License

MIT

About

Get cookies from chrome in netscape cookie format ( Curl compatible)

Topics

Resources

Stars

Watchers

Forks