ticarpi / jwt_tool

:snake: A toolkit for testing, tweaking and cracking JSON Web Tokens
GNU General Public License v3.0
5.47k stars 671 forks source link

Access is Denied #30

Closed bryanseah234 closed 3 years ago

bryanseah234 commented 3 years ago

hi, i followed everything in the readme document

im on windows 10, have python3.8 install

i pip installed the repo and tried to run it with

python3 jwt_tool.py (token)

but it just returns "access is denied".

any ideas on how to proceed? Many thanks

image

streetburner commented 3 years ago

*Make your python file executable .

-> Chmod 777 python3.py

Might help you Brian

ticarpi commented 3 years ago

System32 is a protected directory on Windows. It's the default directory for Admin command prompt, but you don't need to be Administrator to run this tool.

Try opening CMD.exe as the standard user, make sure you are in a directory under C:\Users[username], then install the tool there (git clone or download as a zip and extract). That should fix the permissions issues.