Arrexel / phpbash

A semi-interactive PHP shell compressed into a single file.
Apache License 2.0
888 stars 194 forks source link

phpBash not responding #6

Closed touhidshaikh closed 6 years ago

touhidshaikh commented 6 years ago

after typing vi or nano command. phpbash not responding any command.

example : www-data@localhost:/var/www/html/phpbash# nano filename or www-data@localhost:/var/www/html/phpbash# vi

Arrexel commented 6 years ago

phpbash is non-interactive, and will not work with commands like nano/vi/su/etc. I tested after some recent changes and it no longer hangs when attempting these commands, so I will close this for now.