server
server copied to clipboard
Hashtopolis - distributed password cracking with Hashcat
### Description In the new UI (http://localhost:4200/#/config/engine/agent-binaries) it is not possible to check for agent binary update and then update it when a new version is available. This was possible...
### Description Currently it is not possible to upload files with the import directory in the new UI. This is not as crucial as it was for the old UI...
### Description Refactor the table pagination logic to check the links.next and links.prev properties from the backend API response. Disable "Next" / "Previous" buttons based on the presence (or absence)...
### Version Information 0.14.6 ### Hashcat _No response_ ### Description I downloaded some `wordlist.txt.tar.gz`, extracted it, and copied it to the Docker container with `docker cp wordlist.txt hashtopolis-backend:/usr/local/share/hashtopolis/import/`. However, my...
### Description Large numbers (e.g. keyspace size) are hard to compare without numeric separators.
### Version Information dev ### Hashcat _No response_ ### Description at http://localhost:4200/#/files/wordlist/new-wordlist there is a feature to generate a wordlist. When i want to create a wordlist, with a single...
### Description There are performance issues once you type a number in die hashtype field in hashtypes. Maybe we can work on some performance improvements in the web-interface.
### Description As improvement suggestion, it would be nice if there would be direct way to download Remaining hashes, cracked hashes, and remaining passwords. All from the window showing overall...
### Description **Handle access and refresh token in the frontend once implemented by the server:** - auth/token endpoint now returns access and refresh token: Consider how to store them (e.g....
### Description Currently there is only one JWT token with validity of 2 hours for access to the API. To improve security and user experience, the use of 2 tokens...