Romke van Dijk
Romke van Dijk
### Description The current task overview page in the new UI has performance issue's. This item is about fixing those issue's. - [x] #1213 - [x] #1017 - [x] #993...
With the new API there comes the possibility to do "pagination" requests. Aka, lets say we have 100.000 tasks, you can request them in chunks using the API: ``` {...
Current the server has some performance issue. - [ ] #733 - [ ] #815
### Version Information master ### Hashcat _No response_ ### Description When API is disabled, it simplies run the following code: File apiv2/index.php: ``` $enabled = getenv('HASHTOPOLIS_APIV2_ENABLE'); if (!$enabled || $enabled...
Current implementation:  Should be more something like:  (I mean shadow boxes, clear border between columns)
The current Engine tab in the new UI is not an improvement of the old ui. My suggestion: create a new menu item called: Binaries, inside binaries there are two...
### Version Information master ### Hashcat _No response_ ### Description In the old UI it was possible to download a wordlist or a rule file directly from the UI. This...
When using version 0.14.0, it comes with a technical preview of the new API and new UI. However, if you didn't enable the new API; the UI will return the...
Currently on the Hashlist page will dispaly relevant tasks. However those are now queries using requesting all tasks. Please implement expanding on tasks.  ``` $ curl --header "Content-Type: application/json"...