adding new agent release and prepare for release#1522
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates Hashtopolis from version 0.14.4 to 0.14.5, focusing on agent compatibility with newer hashcat versions and adding support for many new hash types.
- Upgrades agent binary from version 0.7.3 to 0.7.4 for hashcat 7.0.0+ compatibility
- Updates hashcat binary version from 6.2.6 to 7.1.1
- Adds support for 118 new hash types in both the database schema and update migration
Reviewed Changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/install/updates/update_v0.14.4_v0.14.5.php | Migration script adding new hash types and updating agent version |
| src/install/hashtopolis.sql | Database schema updates for new hash types and version bumps |
| src/inc/info.php | Version number update to 0.14.5 |
| docker-entrypoint.sh | Added --skip-ssl flag to MySQL connection |
| doc/changelog.md | Documentation of changes for this release |
| ci/apiv2/hashtopolis.py | Added gzip encoding header to API requests |
| ci/HashtopolisTestFramework.class.php | Added --skip-ssl flag to mysqldump command |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
jessevz
approved these changes
Aug 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.