server icon indicating copy to clipboard operation
server copied to clipboard

Hashtopolis - distributed password cracking with Hashcat

Results 410 server issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement
ui

### 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...

enhancement
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)...

enhancement
ui

### 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...

bug

### Description Large numbers (e.g. keyspace size) are hard to compare without numeric separators.

enhancement

### 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...

bug

### 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.

enhancement
ui

### 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...

enhancement
server
ui

### 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....

enhancement
ui

### 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...

server
ui