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

change env variables during execution #48

Open
pranavk opened this issue Feb 17, 2015 · 2 comments
Open

change env variables during execution #48

pranavk opened this issue Feb 17, 2015 · 2 comments

Comments

@pranavk
Copy link

pranavk commented Feb 17, 2015

Does this new generation proxychains do something with environment variables. It seems that some of the programs that I am running with proxychains-ng and which read environment variables are no longer working because proxychains-ng wouldn't let it read the env variables.

Though I never faced this problem with proxychains 3.1

@nemysis
Copy link

nemysis commented Oct 10, 2015

Best is to restart proxychains-ng when is changed your SSH Shell

@rofl0r
Copy link
Owner

rofl0r commented Oct 10, 2015

it shouldn't, since execvp (used by main.c to start the target process) passes the old environ on.
as a quick test, do proxychains4 bash -c export

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

3 participants