Releases: hashtopolis/server
Releases · hashtopolis/server
Release v1.0.0-rainbow4
Release v1.0.0-rainbow3
Release v1.0.0-rainbow2
Release v1.0.0-rainbow
Enhancements
- Updated OpenAPI docs to latest API updates
- Improved version comparison to avoid update script issues
- Many more enhancements to improve functionality on new frontend
Bugfixes
- Fixed missing .htaccess to avoid access to install directory on docker setups
- Many more bugfixes to work correctly with the new frontend
Release v0.14.6
Release v0.14.5
Enhancements
- Include new agent compatible with hashcat 7.0.0+ (note 7.1.0 and 7.1.1 are not compatible due to an issue in hashcat, see hashcat/hashcat#4446)
- Added three more indexes in MySQL to improve the task view drastically (Note: these are not created on update due to performance issues, only on new installs)
- Added an additional multi-column index in MySQL on the chunk table to increase performance for agents getting tasks (Note: these are not created on update due to performance issues, only on new installs)
Release v0.14.4
Enhancements
- Use utf8mb4 as default encoding in order to support the full unicode range
- Log hashes when they are skipped. This way the administrator can detect when Hashcat rebuilds the hashes incorrectly
Bugfixes
- Fixed a bug where creating a new preprocessor would copy the configured limit command over the configured skip command
Release v0.14.3
Tech Preview New API
Release 0.14.3 comes with an update to the tech preview of the new API. Be aware, it is a preview, it contains bugs and it will change; To use it, please see https://github.com/hashtopolis/server/wiki/Installation.
Changes/Bugfixes on new UI:
- After updating a task, the tasks table is also updated
- Files can now be deleted via the context menu of the files-table
- Step sequence corrected according to agent registration
- Standardization of the headline styles and customization of the DarkTheme
- Selected preprocessor value is now processed correctly when creating new tasks
- Checkbox values on the config page are now displayed correctly
- New Help/Contact Menu
- The hashlists are now displayed correctly according to the tasks on the tasks page
- Encoding bug fixed, Unicode characters were displayed incorrectly
Bugfixes
- Fixed a bug in the user API where a hash in binary format did not return the plain text when cracked
- Increase the limit of the attack command length
Release v0.14.2
Tech Preview New API
Release 0.14.2 comes with an update to the tech preview of APIv2. Be aware, it is a preview, it contains bugs and it will change; To use it, please see https://github.com/hashtopolis/server/wiki/Installation.
Bugfixes
- Setting maxAgent after creating doesn't update the maxAgents of the taskwrapper. This only causes issues when the maxAgents was set at creation time. #1013
Release v0.14.1
Tech Preview New API
Release 0.14.1 comes with an update to the tech preview of APIv2. Be aware, it is a preview, it contains bugs and it will change; To use it, please see https://github.com/hashtopolis/server/wiki/Installation.
Bugfixes
- Clicking pretask in Supertask create screen now directs correctly to the pretask and not a task with the same id (#945)
- Pretask attackCmd parameter was not checked for maximum length of 256 on creation (#963)
- Creating supertask fails when provided crackerType != pretask.crackerType (#969)
- Searching for hashes and plaintext now also searches non archived hashlists (#974)
New feature
- Number of agents per supertask/taskwrapper can be limited (#769).