Commit Graph

24 Commits (master)

Author SHA1 Message Date
sein 3d70379c39 removed check for 00 bits for compressed hashes as it may be valid for certain zips
1 year ago
Jens Steube be75e4b4ea Rename STR() to M2S() to avoid future collisions and move from kernel source to command line parameter
2 years ago
Gabriele Gristina 9d36245d51 Kernels: Set the default Address Space Qualifier for any pointer, refactored / updated KERN_ATTR macros and rc4 cipher functions, in order to support Apple Metal runtime
2 years ago
Gabriele Gristina 2e4a136758 Refactored standard kernel includes in order to support Apple Metal runtime, updated backend, test units and status code
2 years ago
Jens Steube 0abdcb1ae5 Rename GID_MAX to GID_CNT to avoid naming conflict with existing macro
2 years ago
Jens Steube 668d2179cd Kernels: Refactored standard kernel declaration to use a structure holding u32/u64 attributes to reduce the number of attributes
2 years ago
magnum 2113b3bb7d Avoid false positives in pkzip formats
3 years ago
Jens Steube 5d05c95a2f Fix address space of crc32tab[] in -m 172xx
3 years ago
Jens Steube 04d5e5a119 New Attack-Mode: Association Attack. Like JtR's single mode. Very early
4 years ago
philsmd a661728256
pkzip: for u32 use MAX_DATA / 4
5 years ago
philsmd 01a511b9dd
minor: some code formatting changes for PKZIP
5 years ago
philsmd 316b2952b5
PKZIP: improve decompression and allow up to 320KB data length
5 years ago
Sein Coray 4cf4891d1b
fixed length check for code1/2 as data length also contains iv length of 12
5 years ago
Jens Steube 5cd17df313
Merge pull request #2036 from s3inlc/pkzip-fix-3
5 years ago
Sein Coray 29ae5369c0
fixed copy-paste issue and missing m kernels
5 years ago
Sein Coray 67af2cf926
fixed inflate check on very short pkzip hashes
5 years ago
Sein Coray c80bfde8f2
fix issue with pkzip hashes which have a larger offset value to be printed correctly
5 years ago
Sein Coray cd7b3ed672
fixed size of tmp to be checked on static huffman inflate
5 years ago
Sein Coray 06554f5071
applied speed improvements to modes 17220 and 17230
5 years ago
Sein Coray 8d1e737d60
updated m17220 to be cuda compatible
5 years ago
Sein Coray 371991e079
included speed improvements and feedback from atom applied to all 172xx kernel variants
5 years ago
Sein Coray 67994fc177
removed unecessary parts causing build on some Intel OpenCLs to fail
5 years ago
Sein Coray c768073f60
fixed static limit for uncompress output to length defined
5 years ago
Sein Coray 97249ba1ca
added pkzip kernels 17200, 17210, 17220 and 17230
5 years ago