Skip to content

Releases: hashtopolis/server

Release v0.8.0

30 Aug 15:21
47e4444
Compare
Choose a tag to compare

Features

  • The server can store sent debug output from Hashcat sent by the agent.
  • Files now also are associated to an Access Group to control the visibility of files.
  • Agent data about device temperature and util is collected and can be viewed on the server.
  • Notes can be added to tasks
  • Static chunking (if for some reasone a fixed number of chunks or static chunk size should be used for a task)
  • The server can provide a list of deleted filenames to the agent when he asks for.
  • Tasks can now be copied to preconfigured tasks and preconfigured tasks can also be copied to preconfigured tasks.
  • A test framework was added to run automated tests on Travis.
  • To make sure rules are applied before rejecting, piping can be enforced.
  • Added Notification type for Slack.

Enhancements

  • Task attack commands can be changed after creation, e.g. to fix typos
  • Switch between tasks and archived ones is easier
  • Archived tasks can be deleted at once
  • Task priority can now be set directly in the task creation form.

Bugfixes

  • New task creation page now also shows the other file type.
  • New file creation with the user API now takes the right file type.
  • Vouchers are tested for uniqueness on creation to avoid duplicated ones.
  • Disabling rule splitting when having a prince task.
  • Fixed non-working secret checkbox for hashlists.

Release v0.7.1

17 Aug 08:29
Compare
Choose a tag to compare

Bugfixes

  • Fixed permission check for file downloads with URLs from the user API
  • Fixed issue with creating supertasks from preconfigured task list
  • Fixed creation of tasks from preconfigured tasks out of the hashlist view
  • Fixed mask import
  • Fixed hiding of mask imports in preconfigured task list on hashlist page

Release v0.7.0

08 Aug 18:21
Compare
Choose a tag to compare

Features

  • Tasks which are recognized containing large rule files and not giving good benchmarks result in splitting into subtasks
  • Most of the tables can now be easily ordered and searched with the datatables plugin
  • Agent Errors can be handled better
  • New User API allowing access to all functions without the webinterface via simple JSON commands.
  • Added new filetype (Other) for all non rules/wordlist files like hashcat charsets etc.
  • File types can be edited of existing files.
  • Tasks can now be archived instead of being deleted.

Enhancements

  • Width of the container is increased to have more space on large screens.
  • Standard buttons have now icons instead of text to use less space.
  • Hashcat is configured already as crack to make it easier for users to get started.

Bugfixes

  • Using correct function to get superhashlistId on zapping from webinterface.
  • Zapping from the website will now also issue zaps for non-salted hashlists.
  • Fixed zapping querying on progress sending from agent to also match for agent null values.

Release v0.6.0

11 Jul 11:37
Compare
Choose a tag to compare

Features

  • Added autofocus for login field
  • Added fine grained permission management
  • Updated Bootstrap and jQuery to newest versions
  • Added Icons instead of images

Bugfixes

  • Export of founds of binary hashlists fixed
  • DB Connection check during installation is now tested correctly

Release v0.5.1

27 Mar 15:13
Compare
Choose a tag to compare

Bugfixes

  • Fixed missing file assignments when applying preconfigured tasks from hashlists view (issue #354)
  • Fixed cracker binary relation error when applying supertasks from hashlist view
  • Fixed XSS vulnerability with the login forward variable
  • Session cookies have the httpOnly flag set
  • Fixed file upload which allowed upload of file:// data and reading it
  • Fixed renaming of files which allowed renaming them to other directories and execute them
  • Fixed renaming/uploading of files which allowed to override hidden files (e.g. .htaccess file)

Release v0.5.0

22 Mar 10:34
077bee0
Compare
Choose a tag to compare

Large Update

  • Complete task management backend rewritten
  • Improved performance when handling cracked hashes
  • Added Groups for more detailed access control
  • Including new python client
  • Compatibility with generic crackers
  • More configuration options added
  • Cracker version management changed

New Features

  • Tasks now have a cracks per minute performance based on total spent time

Bugfixes

  • Fixed dependency problem on user deletion
  • Fixed issue when agents got deleted which had completed at least one chunk
  • Fixed conflicts on $_POST data agent vs. agentId
  • Fixed ETA and spent time for tasks
  • Error message which was always shown when adding new hash types fixed

Release v0.5.0 RC1

02 Mar 11:50
22e005e
Compare
Choose a tag to compare
Release v0.5.0 RC1 Pre-release
Pre-release

Large Update

  • Complete task management backend rewritten
  • Improved performance when handling cracked hashes
  • Added Groups for more detailed access control
  • Including new python client
  • Compatibility with generic crackers
  • More configuration options added
  • Cracker version management changed

Bugfixes

  • Error message which was always shown when adding new hash types fixed

Please note

Due to a current change of Hashcat 4.1.0 in relative paths on windows, Hashcat 4.1.0 on windows can currently NOT be used with Hashtopolis. Lower versions and other operating systems should run without problems.

Release v0.4.3

21 Oct 16:39
Compare
Choose a tag to compare

New Features

  • Added telegram bot notification
  • Supertasks can now also be applied when viewing hashlist details (similar to preconfigured tasks)

Bugfixes

  • Notification display fixed
  • Updated problem where agents were looping when tasks go over 100%

Technical

  • Fixed warnings during found import
  • Fixed edge case where it could happen that agents started to loop after a task when no new task was available
  • Pre-crack import warns when too long plaintexts are in the import file
  • Implemented missing ownAgentError notification execution

Release v0.4.2

31 Jul 10:55
Compare
Choose a tag to compare

New Features

  • Supertask imports can now be set to be small tasks for every subtask

Bugfixes

  • Fixed broken agent download

Technical

  • Typos in constants fixed
  • Tasks can also be deleted from the detailed view
  • Fixed update to 0.4.0 when adding taskType column
  • Supertasks are getting default priority from the subtasks
  • Fixed DBA issue with handling invalid input
  • Fixed additional vulnerabilities reported

Release v0.4.1

27 Jul 20:57
Compare
Choose a tag to compare

Bugfixes

Technical

  • Improved code handling, constants can be used in templates.