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
lrun
The lrun command should return the retval of executed shell command.
Steps to reproduce:
phpsploit> set VERBOSITY True phpsploit > lrun cd /etc/shadow [#] CMD('lrun' 'cd' '/etc/shadow'): Running... /bin/sh: 1: cd: can't cd to /etc/shadow [#] CMD('lrun' 'cd' '/etc/shadow'): Returned 0
The text was updated successfully, but these errors were encountered:
cmd/lrun: fix ignored return value (issue #83)
58c9570
fd3d52d
fixed by fd3d52d
Sorry, something went wrong.
No branches or pull requests
The
lrun
command should return the retval of executed shell command.Steps to reproduce:
The text was updated successfully, but these errors were encountered: