We are working on the beta release. Please do not use yet.
Hashtopolis Web UI is a free and open-source platform used for managing hashcat tasks.
We recommend you install an official docker image release since the master source will often include untested features and modules. If you prefer to create your own Docker image, please follow the steps below.
First of all, you'll need to install Hashtopolis Server, once installed you can continue.
- Install Docker Desktop Link
- Clone the project or download the .zip
git clone https://github.com/hashtopolis/web-ui.git
Notes:
- Please note that if you are installing Web UI and Server in different hosts, the server target as default is
http://localhost:8080/api/v2
- Go to the folder
cd web-ui
and build the docker imagedocker build . -t hashtopolis:latest
- Once installed start the project
docker run -d -p 4200:4200 --name hashtopolis-web-ui hashtopolis-web-ui:latest
To simplify, we have 2 options:
- Code-related: Please use Github
- Non-code related: Use the Discord Server for seeking help from the community, feedback or requesting new features ;).