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
It should generate shellcode that executes /bin/ls.
/bin/ls
Its just generating shellcode that executes /bin/sh.
/bin/sh
fasetto@stretch ragg2 -a x86 -b 64 -i exec -c "cmd=/bin/ls" Cannot set shell 31c048bbd19d9691d08c97ff48f7db53545f995257545eb03b0f05
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Work environment
Expected behavior
It should generate shellcode that executes
/bin/ls
.Actual behavior
Its just generating shellcode that executes
/bin/sh
.Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: