PSARipper
PSARipper copied to clipboard
Script Not working
Terminal shows this when trying to run PSA.py:
ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_'
Not sure if I have set up wrong, or the script has been patched again.
The error looks like the version of urllib3 you are using. Try to use version 1.26.16 pip install urllib3==1.26.16