Skip to content

Releases: hashtopolis/server

Release v1.0.0-rainbow4

03 Nov 08:24

Choose a tag to compare

Pre-release
  • Fixed status calculation in backend (#1716)
  • Fixed upgrade of agentbinary to new binaryType (#1722)

Release v1.0.0-rainbow3

24 Oct 12:00

Choose a tag to compare

Pre-release

Enhancements

  • No hard error when permission is missing from includes (#1627)

Bugfixes

  • Only use the mask as subtask name in supertask import to avoid too long names (#1681)
  • Fixed error in tests by removing deprecated {extension} from new confidence version (#1677)

Release v1.0.0-rainbow2

16 Oct 11:49

Choose a tag to compare

Pre-release

Enhancements

  • Return cprogress from TaskExtraDetailHelper, required for frontend's Visual Graph component (#1674)

Bugfixes

  • Fixed searchHashes helper to return the objects properly (#1662)

Release v1.0.0-rainbow

08 Oct 14:29

Choose a tag to compare

Pre-release

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

04 Sep 13:05

Choose a tag to compare

Bugfixes

  • Fixed upate script v0.14.4 -> v0.14.5 where some hash types were incorrectly named due to double quotes and dollar signs in names

Release v0.14.5

26 Aug 07:27

Choose a tag to compare

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

28 Mar 11:53

Choose a tag to compare

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

14 Nov 13:40

Choose a tag to compare

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

19 Mar 19:37

Choose a tag to compare

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

05 Sep 19:22

Choose a tag to compare

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