hashtopolis / server

Hashtopolis - distributed password cracking with Hashcat
GNU General Public License v3.0
1.45k stars 220 forks source link

[BUG]: Can't get to 127.0.0.1/8080 when installed under WSL #1004

Closed dormand1 closed 1 year ago

dormand1 commented 1 year ago

Version Information

0.14.0 4c9b308

Hashcat

No response

Description

Using WSL2 / Ubuntu 22.04. Following instructions at https://github.com/hashtopolis/server/wiki/Installation Installed Docker. "docker compose version" yields v2.21.0. Fetched the Hashtopolis files. docker-compose.yml includes "version: '3.7'". Default .env (namely, HASHTOPOLIS_APIV2_ENABLE=0). Cannot run "docker compose up" as normal user, have to sudo to get past permission errors. http://127.0.0.1:8080 presents a 404 page. http://127.0.0.1:4200 presents a login page, but it will not accept the default userid and password.

dormand1 commented 1 year ago

Additional info: per external instructions (not in Docker installation guide referenced in Hashtopolis installation guide), performed the following steps: sudo usermod -aG docker $USER and verified that I am now in the docker group newgrp docker

After these, I can run "docker compose up" as my normal user, and Hashtopolis comes up without permission errors. No change to the port 8080 and port 4200 behaviors. I can't say the 4200 page doesn't accept the default userid and password, since it doesn't display any "wrong userid or password" message; it just doesn't do anything (clears the entry fields and blinks at me).

dormand1 commented 1 year ago

Closing this bug report. I used "localhost:8080" rather than "127.0.0.1:8080", as specified in the instructions, and it worked.