daxAKAhackerman/XSS-Catcher

Default credentials aren't working

Closed this issue · 4 comments

Hello,
as for now, it seems that default creds to web panel are not working (admin:xss).
More so, sending any POST request via login panel returns internal server error (500).

Weird 🤔 Did you run the make deploy command as instructed in the README? If so, did it throw any error? You could also run the docker logs command with the XSS Catcher container names to see if there was any error while starting the containers.

Yes, I believe I've done everything as you described in the readme. All containers seem to be running fine, but there may be a problem with backend server. All error logs server boil down to problems with Flask/SQLAlchemy.

If you want to look at full error codes, here there are:
https://pastebin.pl/view/57d56cb9

I've fixed it and created a pull request.

Fixed in release v1.4.1