# Chrome Cookies Decrypter Chrome の Cookies を Netscape 形式で出力するスクリプト 今のところ macOS 専用 ## Usage ```bash $ python3 ./chrome_cookies_decrypt.py > cookie.txt $ curl --cookie cookie.txt URL ``` ## 参考リンク - https://github.com/n8henrie/pycookiecheat - http://stackoverflow.com/questions/12562021/aes-decryption-padding-with-pkcs5-python - https://chromium.googlesource.com/chromium/src/+/master/net/extras/sqlite/sqlite_persistent_cookie_store.cc - http://www.cookiecentral.com/faq/#3.5