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

(linux) cd to a folder returns an error while executing correctly #18

Closed
N-faycal opened this issue Jan 7, 2016 · 1 comment
Closed
Labels

Comments

@N-faycal
Copy link
Contributor

N-faycal commented Jan 7, 2016

/Python-Reverse-Shell/Multiple_Clients> cd ..
/Python-Reverse-Shell> cd Multiple_Clients
/bin/sh: 1: cd: can't cd to Multiple_Clients
/Python-Reverse-Shell/Multiple_Clients>

@N-faycal N-faycal added the bug label Jan 7, 2016
@N-faycal
Copy link
Contributor Author

Reason for this bug is that os.chdir is called before executing subprocess.Popen. Clients tries to switch twice to the same directory.

N-faycal added a commit that referenced this issue Jan 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant