defaultnamehere / cookie_crimes

Read local Chrome cookies without root or decrypting
https://mango.pdf.zone/stealing-chrome-cookies-without-a-password
MIT License
610 stars 79 forks source link

error #11

Open Zibri opened 5 years ago

Zibri commented 5 years ago

$ 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'

Ret2lib commented 5 years ago

You are are likely using python 2. DEVNULL does not exist for the python 2 version of subprocess.