Commit Graph

7573 Commits (979f9e98686280a1c1c082aa944c14b6db4e923a)
 

Author SHA1 Message Date
Jens Steube 979f9e9868 Rename hardware monitor interface sysfs to sysfs_amdgpu
3 years ago
Jens Steube 71c0ea44b7 Update hwmon to easier distinguish between CPU and GPU for OpenCL backend
3 years ago
Jens Steube 47848d2b64
Merge pull request #2867 from jtojanen/fixes
3 years ago
Jens Steube 4cbf7900b6 Remove unused code in -m 26300
3 years ago
Jens Steube 4535695e0a Update some module_unstable_warning() on macOS after the workaround that was added before
3 years ago
Jens Steube 95861aa5d7 Fix password address space in m25600_init kernel
3 years ago
Jens Steube f146a05878 Added option --markov-inverse to inverse markov statistics, with the idea of reversing the order of the password candidates
3 years ago
Jukka Ojanen 0edab2b20f Allow CPU affinity mask up to 64 processors in Windows. Remove call to SetThreadAffinityMask as SetProcessAffinityMask limits all threads in process. Report error code. pthread_setaffinity_np returns non-zero if failure; works also with OSX as it reports KERN_SUCCESS which is zero.
3 years ago
Jens Steube 17a47e390c Merge branch 'master' of https://github.com/hashcat/hashcat
3 years ago
Jens Steube a3178391c2 Fixed missing option to automatically disable kernel cache in -m 25600 and -m 25800
3 years ago
Jens Steube f602dd4e4f Bcrypt-SHA1/MD5 Kernels: Get rid of local memory use for binary to hex conversion to avoid false negatives on several OpenCL runtimes
3 years ago
Jens Steube 29c971187a
Merge pull request #2863 from matrix/metamask
3 years ago
Jens Steube 13e2aa2508
Merge pull request #2865 from jtojanen/fixes
3 years ago
Jukka Ojanen a0eaefa0c2 Missing whitespaces
3 years ago
Jukka Ojanen e133bd4ec4 Change rc_board_name_amd initial value to CL_INVALID_VALUE. If CHECK_BOARD_NAME_AMD is changed to 0, there is a problem with CL_SUCCESS which equals to 0, device will be skipped.
3 years ago
Jukka Ojanen b3d18f86e2 Fix early return leaks in backend_session_begin
3 years ago
Jukka Ojanen b976e52bc7 Fix early return leaks in load_kernel; nvrtc_options, nvrtc_options_string, build_log. Ensure build log NULL termination.
3 years ago
Jukka Ojanen 2f7eec2fd7 Fix early return leaks in backend_ctx_init and backend_ctx_devices_init
3 years ago
Jukka Ojanen bcbb9b0d2c Fix skipped device param leak in backend_ctx_devices_destroy
3 years ago
Gabriele Gristina 6ce1c78f6d fix CT_MAX_LEN_BASE64 define
3 years ago
Jens Steube 4934e92cda OpenCL Runtime: Workaround a problem of the AMD OpenCL GPU driver under macOS which results in false negatives due to changes in the kernel crypto library
3 years ago
Jens Steube a2f883396b Java Object hashCode: Add OPTS_TYPE_SUGGEST_KG as a default option
3 years ago
Gabriele Gristina 7371cbebe7 add min/max data length limits to MetaMask Wallet
3 years ago
Gabriele Gristina 1a34eba9f4 cleanup m26600.pm
3 years ago
Gabriele Gristina 2d149164d2 cleanup module_26600.c
3 years ago
Gabriele Gristina f571329c4f Added hash-mode: MetaMask Wallet
3 years ago
Jens Steube badc51f3e7 WPA Kernels: Increased performance by 3.5% for backend devices controlled by CUDA backend
3 years ago
Jens Steube d99b4cf46e
Merge pull request #2861 from jtojanen/fixes
3 years ago
Jens Steube 7366c47447 Added hash-mode: iPhone passcode (UID key + System Keybag)
3 years ago
Jens Steube 3c899ec528 Potfile: Disable potfile for hash-mode 99999
3 years ago
Jukka Ojanen 5f109b5862 Fix iconv_ctx and iconv_tmp leaks in backend.c
3 years ago
Jens Steube c32242980f Partially revert
3 years ago
Jens Steube ce41316ac3 Status View: Include time and duration info when pausing and resuming
3 years ago
Jens Steube 2a5300a5d6
Merge pull request #2857 from thatux/testpl_potthrough_salt
3 years ago
Your Name 0a2245959f Clarified the --help of test.pl: passthrough and potthrough generate a new salt on each invocation, and verify parses the salt.
3 years ago
Jens Steube 701ad7c441 Fix segfault in --hash-info by avoid huge stack buffer allocation
3 years ago
Jens Steube 56c2243dfb KeePass: Increase supported size for KeePass 1 databases from 300kB to 16MB
3 years ago
Your Name d22c599c98 added note in test.pl potthrough: it only works with unsalted hashes
3 years ago
Jens Steube 2aff6cba51 Add ranges to charset lists
3 years ago
Jens Steube 254e33c473 File handling: Do not abort on seeing a BOM in input files, just warn and ignore the BOM
3 years ago
Jens Steube 2af45cd03f Rename hc_fopen_nozip() to hc_fopen_raw()
3 years ago
Jens Steube 5bea13200f Add missing newline in warning message when using --force
3 years ago
Jens Steube 04a770c7c2
Merge pull request #2856 from matrix/fix_tuning_db_search
3 years ago
Gabriele Gristina 04b9050af9 fix tuning_db_search() bug
3 years ago
Jens Steube de953e9043
Merge pull request #2855 from roycewilliams/master
3 years ago
Royce Williams e24b82cc4e minor diffs from comparing with example hashes wiki
3 years ago
Jens Steube 77d9a8deb2 minor whitespace fixes and changes.txt update
3 years ago
Jens Steube 3b07f90524
Merge pull request #2854 from TheWorkingDeveloper/patch-1
3 years ago
Jens Steube 3a3bd07514
Make it more visible we use a hardcoded character
3 years ago
Jens Steube 8a3eee3fe5 OpenCL Runtime: Workaround JiT crash (SC failed. No reason given.) on macOS by limiting local memory allocations to 32k
3 years ago