File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## 0 .2.0 -> 0.x.x
1+ ## v0 .2.0 -> v0.3.0
22
33### Features
44
2020
2121* Fixed sleep after finishing of task to avoid cracks not being caught.
2222
23- ## 0 .1.8 -> 0 .2.0
23+ ## v0 .1.8 -> v0 .2.0
2424
2525### Features
2626
3030
3131* Fixed when a agent starts the first time there was no logging output
3232
33- ## 0 .1.7 -> 0 .1.8
33+ ## v0 .1.7 -> v0 .1.8
3434
3535### Features
3636
3737* The agent can request a to-delete filename list from the server and then cleanup them locally
3838* Piping can be enforced from the server for specific tasks.
3939
40- ## 0 .1.6 -> 0 .1.7
40+ ## v0 .1.6 -> v0 .1.7
4141
4242### Features
4343
4949* Catching the correct exception on downloads
5050* Avoiding endless loop on hashlist download error
5151
52- ## 0 .1.5 -> 0 .1.6
52+ ## v0 .1.5 -> v0 .1.6
5353
5454### Features
5555
5959
6060* Fixed reading of allow-piping config variable
6161
62- ## 0 .1.4 -> 0 .1.5
62+ ## v0 .1.4 -> v0 .1.5
6363
6464### Features
6565
7272* Fixed zap handling (including also unsalted hashes)
7373* Added delay to avoid very fast looping on agent errors
7474
75- ## 0 .1.3 -> 0 .1.4
75+ ## v0 .1.3 -> v0 .1.4
7676
7777### Bugfixes
7878
7979* Fixed endless loop on error from server when sending chunk progress
8080* Fixed a critical bug in parsing the hashcat status when TEMP values are included
8181
82- ## 0 .1.2 -> 0 .1.3
82+ ## v0 .1.2 -> v0 .1.3
8383
8484* Fixed detection of 32/64 bit operating systems
8585* Changed timestamp format on logging
8686* Catching connection problems on downloads
8787* Added switch to 7z extraction to force overwrite of conflicting files
8888
89- ## 0 .1.1 -> 0 .1.2
89+ ## v0 .1.1 -> v0 .1.2
9090
9191* Added support for reading the 32/64bit settings from the client itself and use the appropriate hashcat binary
9292* On the logfile output timestamp and log level are now reported
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.2 .0"
19+ return "0.3 .0"
2020
2121 def run (self ):
2222 self .__check_url ()
You can’t perform that action at this time.
0 commit comments