-
Notifications
You must be signed in to change notification settings - Fork 71
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
ping me in command execution page is not working #4
Comments
also, it must be noted that when running docker image in kali linux no such problem is observed. Is it because of PHP version mismatch in XAMPP? |
When ping is run under Linux without specifying count then it just keeps running until cancelled. |
ohh, thank you @kingthorin. So DVWS is built mainly for Linux environment right? |
That seems to be an assumption that was made. There must be a way to check platform in php and then use the appropriate switch...I would hope. |
Platform check has been implemented for ping command (01d36bd). Thanks @KajanM and @kingthorin |
environment => Windows 10, XAMPP (PHP 7)
initially
after starting
ws-socket.php
with administrator privilegeAfter changing line 24 of
CommandExecution.php
to$reply_data = shell_exec('ping '.$msg);
everything is working fine.
command injection is also working fine
The text was updated successfully, but these errors were encountered: