nickola / web-console

:desktop_computer: Simple web-based shell in your browser (outdated)
https://nickola.ru/projects/web-console
1.55k stars 350 forks source link

wrong password all of times #21

Closed denisgolius closed 6 years ago

denisgolius commented 7 years ago
login: root
password: *******
Wrong password try again!

login: user
password: *******
Wrong password try again!

This error's I get for both encryption types. Can you help me to resolve problem?

palle1977 commented 7 years ago

i have the same problem

Peronia commented 7 years ago

I had the same issue.

The solution that works for me is to add a space (spacebar) to the password. I don't know why, but this works fine for me!

palle1977 commented 7 years ago

:( That dosn't work, when i set "$NO_LOGIN = True" an type "ls" on the webconsole:

[ERROR] RPC: Internal error (Incorrect user or password)

nhalstead commented 7 years ago

Make sure int the Settings file you have a User Put in. Another way to detect errors and other is to use chrome with the Inspect Tool looking at the Network. Simply look at the Response for any-thing that is not JSON formatted. If it is not then Read it and Either Send it back on github (preferred) or Use google 😃.

Kinaou commented 4 years ago

In vendor\alkhachatryan\laravel-web-console\src\LaravelWebConsole.php Line 60, replace "[2]" by "[1]" : $command = explode(' ', $request->input('params')[1])[0];