cookie_crimes
cookie_crimes copied to clipboard
Read local Chrome cookies without root or decrypting
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Added another script for loading and clearing cookies. This is intended to be used locally to load cookies that have been collected and clear cookies from the browser when loading.
While the tool does outputs some cookies, this aren't really the cookies of the user. Chrome dev tools opens the page in some kind of container, without the user's cookies....
Restarting chrome can not load cookies . It would not work on it at Mac 77.0.3865.90
error
$ python cookie_crimes.py Traceback (most recent call last): File "cookie_crimes.py", line 139, in forbidden_process = summon_forbidden_protocol() File "cookie_crimes.py", line 100, in summon_forbidden_protocol stdout=subprocess.DEVNULL, AttributeError: 'module' object has no attribute 'DEVNULL'
Installed the requirements and tried running the app but got an error immediately. ``` python3 cookie_crimes.py Traceback (most recent call last): File "cookie_crimes.py", line 147, in cleanup(forbidden_process) File "cookie_crimes.py", line...
no value
I just changed the path for it to work on windows, but it's not printing out values, getting everything else... ?
Tried it out at work but as said it's windows* supported Error: File "cookie_crimes.py", line 34, in raise RuntimeError("what the heck kind of OS is this? seriously what is '%s'?...
Why does http://localhost:9222/json work? How fuck!!!!