We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i am using python3 JSFInder.py -f file.txt and getting this error
The text was updated successfully, but these errors were encountered:
yes,me too
Sorry, something went wrong.
me too
how to resolve it
【已解决】读源码发现有这个报错ssl.SSLError: [SSL: DH_KEY_TOO_SMALL] dh key too small 参考 https://stackoverflow.com/questions/38015537/python-requests-exceptions-sslerror-dh-key-too-small 在 JSFinder.py 文件中添加这两行 requests.packages.urllib3.disable_warnings() requests.packages.urllib3.util.ssl_.DEFAULT_CIPHERS += ':HIGH:!DH:!aNULL'
No branches or pull requests
i am using python3 JSFInder.py -f file.txt and getting this error
The text was updated successfully, but these errors were encountered: