Commit Graph

1628 Commits (89f8739ddeccd90ef60f0637cfa4a965f35e131a)

Author SHA1 Message Date
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
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
mhasbini a415ec7afb fix rule 'i' in host mode in case pos = length
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 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
jsteube dc170907ed Compress multiple newlines to one in host code, too
7 years ago
Rosen Penev 4ceb7a1afa
Prefer _WIN to _POSIX for defines.
7 years ago
jsteube de186ceda5 Fix some typo
7 years ago
jsteube f381b107a3 Remove some unused variable
7 years ago
jsteube 877b3fdc4d Fix some case to make GCC on OSX happy
7 years ago
jsteube d6b843901b In case of multiline error message use only the first line as error and the description as warning
7 years ago
jsteube aa5ed1ca89 OpenCL Runtime: Added a warning about using Mesa OpenCL runtime
7 years ago
jsteube 4e2adc031a Add some compiler independant integer overflow functions
7 years ago
jsteube 7797826c8d Continue with WPA hashing logic as it was already
7 years ago
jsteube 57371376a3 Fix some formating from merged PR
7 years ago
jsteube d8e056d59f Also add WPA keymic to parser hash
7 years ago
Jens Steube f302576a79 Merge pull request #1125 from yhfudev/opencl_error_messages
7 years ago
yhfudev eba49f0dae a complete opencl error messages
7 years ago
Timo Juhani Lindfors 289744e7a3 Fix spelling of MHz
7 years ago
jsteube 922fea7616 Add more integer overflow checks
7 years ago
jsteube 080131c86e Use type independant __builtin_mul_overflow()
7 years ago
jsteube 62bc8689b7 Mask Checks: Added integer overflow detection for a keyspace of a mask provided by user
7 years ago
Jens Steube 14883bcd53 Merge pull request #1114 from neheb/master
7 years ago
Rosen Penev a1619f640d
Add ADL support to Cygwin
7 years ago
jsteube 9b08d4af0f Update hccapx format to version 4
7 years ago
Jens Steube 2dd027af65 Make sure to zero scratch buffer for WPA/WPA2 and LUKS
7 years ago
jsteube 5f58a25dcc Building: Removed compiler option -march=native as this created problems for maintainers on various distributions
7 years ago
jsteube c3251cebd8 Hardware Management: Bring back kernel exec timeout detection for NVidia on user request
7 years ago
Jens Steube 5ec763fa20 Let is_hexify() call is_valid_hex_string() for better verification
7 years ago
Jens Steube dd55c1eb66 WPA: Changed format for outfile and potfile from essid:mac1:mac2 to hash:mac_ap:mac_sta:essid
7 years ago
jsteube 778f568d91 Prepare for v3.40 release
7 years ago
jsteube 79e8b6a6b9 Make sure to unlink the pidfile only if our instance created it, but even in case of error
7 years ago
jsteube ef004e85f0 Fix some variable initializationg warnings in older GCC
7 years ago
jsteube 0aca372ce8 Hardware Monitor: In case NVML initialization failed, do not try to initialiaze NVAPI or XNVCTRL because they both depend on NVML
7 years ago
philsmd bd9fdc1849
use putenv () with the COMPUTE environment as it was before
7 years ago
Jens Steube f31330679f Revert "tainted string: test number 2, try to limit the length of the compute variable"
7 years ago
Jens Steube 899b120316 Revert "tainted string: maybe strdup () helps us out"
7 years ago
philsmd 0ca0448bd9
tainted string: maybe strdup () helps us out
7 years ago
philsmd d21fbe0b2f
tainted string: test #2, try to limit the length of the compute variable
7 years ago