Commit Graph

3439 Commits (89f8739ddeccd90ef60f0637cfa4a965f35e131a)
 

Author SHA1 Message Date
jsteube 89f8739dde Fixed overflow in bcrypt kernel in expand_key() function
7 years ago
Jens Steube d57b493d13 Merge pull request #1151 from philsmd/master
7 years ago
philsmd 35c1f731b8
osx: some more volatile are required for luks/tc
7 years ago
jsteube b55b068ed3 Reordered changes.txt to match with upcoming release notes
7 years ago
Jens Steube 2e4a0c6b8a Merge pull request #1150 from philsmd/master
7 years ago
philsmd 49ac104a9e
readme: white space fix
7 years ago
jsteube 6b77606bdd Fixed recursion in loopback handling when session was aborted by the user
7 years ago
jsteube ce337c5863 Replace __builtin_clz() and __builtin_clzll() with some straight forward solution
7 years ago
Jens Steube fe66714fd7 Merge pull request #1149 from philsmd/master
7 years ago
philsmd fbb1f92d2b
osx: -m 3200 = bcrypt needs a volatile variable
7 years ago
jsteube 54ad27da7d Session Management: Automatically set dedicated session names for non-cracking parameters, for example: --stdout
7 years ago
jsteube 5f7c3590ba Status screen: Do not try to clear prompt in --quiet mode
7 years ago
Jens Steube eecac3f63b Merge pull request #1145 from 0xbsec/1144-i-cpu
7 years ago
mhasbini 45cf65fdbd update changelog message
7 years ago
mhasbini a415ec7afb fix rule 'i' in host mode in case pos = length
7 years ago
Jens Steube 50b46d5de9 Merge pull request #1142 from philsmd/master
7 years ago
philsmd 22d1129818
added -m 12001 = Atlassian (PBKDF2-HMAC-SHA1) #611
7 years ago
jsteube da93d216da Update for scrypt patch
7 years ago
jsteube b2684553f0 In scrypt we really need to get all memory we can get, thus we workaround the 1/4 limit by allocating 4 blocks but this can eventually be larger than the total maximum available memory
7 years ago
jsteube 6f33d799c2 Remove temporary 2gb limit testwise
7 years ago
jsteube a509221868 Fix password candidate generation for test.pl for mode 14000 and 14100
7 years ago
jsteube 72edd17481 Workaround -m 9100 to run on AMDGPU-Pro
7 years ago
jsteube a5b8a91d58 Small -m 9100 cleanups
7 years ago
jsteube c47f9d4b3e Fix a bug in wpa_essid_reuse_next() destroying reuse PBKDF2 intermediate keys if duplicate essid logic
7 years ago
jsteube fea62b78dc Fixed cracking of Plaintext (-m 99999) in case MD4 was used in a previous session
7 years ago
jsteube d431874cef Merge branch 'master' of https://github.com/hashcat/hashcat
7 years ago
jsteube 708adbc54b Fixed cracking of Plaintext (-m 99999) in case MD4 was used in a previous session
7 years ago
Jens Steube e82ce9243d Added support for filtering hccapx message pairs using --hccapx-message-pair
7 years ago
Jens Steube 0fc949ef69 Fixed cracking of PeopleSoft Token if salt length + password length is >= 128 byte
7 years ago
jsteube d2e95d5e1b Fix WPA/WPA2 incorrectly reports cracked passwords in some cases
7 years ago
Jens Steube c13f851a52 Merge pull request #1136 from philsmd/master
7 years ago
philsmd b38dbb61f2
hctune: for Apple Iris, add all new algorithms to hashcat.hctune
7 years ago
Jens Steube cc2d8751b7 Merge pull request #1135 from philsmd/master
7 years ago
philsmd f314ad0926
tests: minor, always run -m 99999 last
7 years ago
Jens Steube 37712fd9c0 Merge pull request #1134 from philsmd/master
7 years ago
philsmd 86ea878755
tests: fixed timeout values
7 years ago
jsteube dc170907ed Compress multiple newlines to one in host code, too
7 years ago
jsteube 2ece9742e1 Compress multiple newlines to one
7 years ago
jsteube d0fa9d059d Remove some unused macros
7 years ago
jsteube 22be61b20d Remove aligned __constant datatypes from OpenCL kernel function declarations
7 years ago
jsteube 6401c58568 Align all the __constant buffers to workaround OpenCL JIT compiler errors in NV drivers 378.x
7 years ago
jsteube 3fb433de60 Remove __constant from OpenCL kernel function declarations
7 years ago
jsteube ecb851ecda Testwise workaround for -m 9100 on 378.x
7 years ago
jsteube c094f3b511 Workaround added for NVidia OpenCL runtime: RACF kernel requires EBCDIC lookup to be done on shared memory
7 years ago
Jens Steube 2dd8018915 Fix -m 4520 for salt length exactly 15
7 years ago
jsteube 7aab78fb52 Fix broken SHA512 in LUKS due to union refactoring in tmps variable
7 years ago
Jens Steube ffc678857b Merge pull request #1130 from neheb/master
7 years ago
Rosen Penev 4ceb7a1afa
Prefer _WIN to _POSIX for defines.
7 years ago
jsteube de186ceda5 Fix some typo
7 years ago
jsteube ba5fb80a38 Refactor kernel declarations for Skip32 to enable OSX using it
7 years ago