Skip to content
New issue

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

proxychains4 doesn't work with python 3.9 #544

Open
fqassemi opened this issue Dec 27, 2023 · 1 comment
Open

proxychains4 doesn't work with python 3.9 #544

fqassemi opened this issue Dec 27, 2023 · 1 comment

Comments

@fqassemi
Copy link

I have a few python running and apparently, it works for python 3.5 and fails to work for higher version particularly 3.9 and 3.10.

I assume new updates in python has broken some of the functionality, if there is a mind map where proxychains connect to python, I will be happy to work on fix.

@rofl0r
Copy link
Owner

rofl0r commented Dec 31, 2023

proxychains works with applications that

  • use libc
  • are dynamically linked
  • are not sandboxed
  • don't clear environment variables
    if all of those are given, it should work - unless there's a bug.
    in order to be of more help, more details are needed. such as your OS, python environment, output from proxychains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants