File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ usage: python3 hashtopolis.zip [-h] [--de-register] [--version] [--number-only]
3535 [--crackers-path CRACKERS_PATH] [--hashlists-path HASHLISTS_PATH] [--preprocessors-path PREPROCESSORS_PATH] [--zaps-path ZAPS_PATH] [--cpu-only]
3636
3737
38- Hashtopolis Client v0.7.2
38+ Hashtopolis Client v0.7.3
3939
4040optional arguments:
4141 -h, --help show this help message and exit
Original file line number Diff line number Diff line change 1- ## v0.7.2 -> vx.x.x
1+ ## v0.7.2 -> v0.7.3
2+
23### Bugfixes
4+
35* When there is an empty pid file, the agent crashes #hashtopolis/server/1028
4-
6+
57### Enhancements
8+
69* Added Windows 11 support. #hashtopolis/server/1159
710
811## v0.7.1 -> v0.7.2
12+
913### Bugfixes
14+
1015* When using older hashcat version Hashtopolis doesn't detect the binary correctly (hashcat64.bin) #hashtopolis/server/1012
1116
1217## v0.7.0 -> v0.7.1
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def get_version():
1616
1717 @staticmethod
1818 def get_version_number ():
19- return "0.7.2 "
19+ return "0.7.3 "
2020
2121 def run (self , args ):
2222 self .__check_cert (args )
You can’t perform that action at this time.
0 commit comments