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

PHP Pentest Monkey Shell is not combatible with all shells and OS available #52

Closed
sAsPeCt488 opened this issue Jun 15, 2021 · 1 comment

Comments

@sAsPeCt488
Copy link
Contributor

sAsPeCt488 commented Jun 15, 2021

Example:
$shell = 'uname -a; w; id; powershell -i';

powershell -i is not a valid command
same applies to uname -a; w; id; on Windows.

Suggestion: You may use this PHP Reverse shell (which is based on Pentest monkey's one) but, it is also compatible with Windows, Linux and Mac: https://github.com/ivan-sincek/php-reverse-shell

@0dayCTF
Copy link
Owner

0dayCTF commented Jun 16, 2021

I appreciate it, feel free to make a Pull Request with the payload. I would be happy to add it, as well as keeping the current PentestMonkey Shell.

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

2 participants