jsteube
37b30540ff
Fix compiler warnings in MinGW GCC 10
2022-07-13 06:35:02 +00:00
philsmd
754038ad16
fixes #3090 closes #3091 : Added -m 2850x = Bitcoin WIF/P2PKH private key cracking
2022-06-11 11:44:05 +02:00
piwvvo
b0ceb41e4a
added Radmin3
2022-05-28 15:56:29 +02:00
Jens Steube
81dc6c6a90
Workaround GCC 12 warning in unrar sources
...
deps/unrar/pathfn.cpp: In Function »void GenArcName(wchar*, size_t, const wchar*, uint, bool&)«:
2022-05-24 15:31:29 +02:00
philsmd
26f88e339d
add our hash extraction scripts to release/beta
2022-05-21 11:52:21 +02:00
Jens Steube
5436f0d43e
Deal with compiler warning in unrar sources on macOS 12.3
2022-04-05 15:43:13 +02:00
Jens Steube
8192fd0d47
Merge pull request #3157 from matrix/rpi_Makefile
...
Fixed building error on Raspberry Pi
2022-02-06 14:53:07 +01:00
Gabriele Gristina
89a52cfe21
Fixed building error on Raspberry Pi
2022-02-06 01:57:04 +01:00
Gabriele Gristina
490702fcfa
Backends: added Metal host-code
2022-02-05 22:48:16 +01:00
Gabriele Gristina
07240ada8b
Added support to building Universal macOS binary on Apple Silicon
2022-01-22 23:08:18 +01:00
Chick3nman
5708b4cf6f
Fix logic flaw
...
Line 81 contains inverted logic introduced by PR#3117, this should fix that logic to detect BSD and correctly select `gsed` on BSD and not on linux
2022-01-11 15:05:02 -06:00
Jens Steube
ee2d50d341
Merge pull request #3117 from DeforaNetworks/khorben/netbsd
...
Fix the build for NetBSD
2022-01-11 18:49:08 +01:00
Pierre Pronchery
1cb24b0a3c
Fix the build for NetBSD
2022-01-10 00:14:45 +01:00
Gabriele Gristina
80f0dff8fb
Makefile: updated MACOSX_DEPLOYMENT_TARGET to 10.15 and removed OpenCL framework from LFLAGS_NATIVE on MacOS
2022-01-04 17:41:57 +01:00
Gabriele Gristina
85afe0fc5a
simplify Makefile
2021-12-30 13:34:43 +01:00
Gabriele Gristina
644e2db8ba
Fix build warning with clang <= 10
2021-12-28 21:26:08 +01:00
Jens Steube
c5637b8dc0
Unset PRODUCTION option
2021-11-21 17:01:01 +01:00
Jens Steube
fe1d3f95bb
hashcat 6.2.5
2021-11-21 16:39:01 +01:00
Jukka Ojanen
7b5f584fac
Set unzip internal buffer size to 256k
2021-09-04 17:08:52 +03:00
Jens Steube
318bd46ccb
Merge pull request #2949 from jtojanen/xz
...
Support on-the-fly loading of compressed wordlists in xz format
2021-09-02 10:31:00 +02:00
Jens Steube
aaf26dee98
Makefile: Added wildcard include src/modules/module_*.mk directive so that plugin developers can add 3rd party libraries for their plugins
2021-08-31 20:54:32 +02:00
Jens Steube
5769c99686
Unset PRODUCTION option
2021-08-29 17:45:39 +02:00
Jens Steube
4aadb3a2f1
hashcat 6.2.4
2021-08-29 17:22:59 +02:00
Jukka Ojanen
4dcdbebb2f
Scan the xz file to determinate the number of blocks and streams, and its uncompressed size
2021-08-26 16:41:17 +03:00
Jukka Ojanen
985252e283
Silence GCC misleading indentation warning for LZMA SDK
2021-08-26 14:04:54 +03:00
Jukka Ojanen
639068548e
Define _7ZIP_ST to build single-threaded LZMA SDK
2021-08-25 18:23:49 +03:00
Jukka Ojanen
3cacbe0e1f
Add support for xz compressed files
2021-08-25 16:56:55 +03:00
Jukka Ojanen
4e224dec82
Make object file naming unique
2021-08-25 16:17:37 +03:00
Jens Steube
20a7b9f992
Tuning-Database: Add new module function module_extra_tuningdb_block() to extend hashcat.hctune content from a plugin
...
See src/modules/module_08900.c as an example
2021-08-01 16:25:37 +02:00
Jens Steube
261e0f42ab
Unset PRODUCTION option
2021-07-16 23:03:11 +02:00
Jens Steube
84082a952e
hashcat 6.2.3
2021-07-16 22:41:52 +02:00
Jens Steube
1b84a9e53b
Add missing backports from code base v6.2.2
...
Fix context to thread management
Fix missing code in selftest.c, autotune.c, hashes.c, dispatch.c and backend.c
Use IS_HIP depending code makes it easier for future optimization related to inline assembly calls - instead of using IS_CUDA || IS_HIP
See TODO markers for more optimizations / next steps
2021-07-11 12:38:59 +02:00
Jens Steube
a22f8149fc
Merge branch 'HIP' into hip
2021-07-10 21:34:09 +02:00
Jens Steube
bfe83ec138
Added temperature watchdog for CPU on linux using sysfs
2021-07-10 08:43:15 +02:00
Jens Steube
979f9e9868
Rename hardware monitor interface sysfs to sysfs_amdgpu
2021-07-09 20:48:10 +02:00
reger-men
ea7b74389f
First draft HIP Version
2021-07-09 03:50:40 +00:00
Jens Steube
b30d55c5d9
Removed LZMA "Windows.h" capitalized file name workaround used to cross compile Windows binaries from Linux hosts.
...
This breaks compiling windows binaries if the underlaying filesystem is not case sensitive. An example would be using /mnt/c folder under WSL.
Any update on the LZMA SDK needs to be post processed with this command: sed -i 's/<Windows.h>/<windows.h>/' deps/LZMA-SDK/C/*.c deps/LZMA-SDK/C/*.h
2021-06-25 20:30:26 +02:00
Jens Steube
7e267b9b37
Merge pull request #2825 from matrix/hwmon_osx_v2
...
Add OSX HW Monitor initial support (2021)
2021-06-20 11:09:35 +02:00
Jens Steube
62397283c1
VeraCrypt: Increase password length support for non-boot volumes from 64 to 128.
...
See https://github.com/hashcat/hashcat/issues/2616 for details.
2021-06-17 09:45:30 +02:00
Jens Steube
c6b10bb0b6
Unset PRODUCTION option
2021-06-13 15:12:33 +02:00
Jens Steube
9908cb184b
hashcat 6.2.2
2021-06-13 14:51:01 +02:00
Gabriele Gristina
bc4ce4cbeb
Add support for CPU/GPU device temperature and fanspeed using iokit (Apple)
2021-06-12 20:13:31 +02:00
Jens Steube
3ee77aa581
Prepare for v6.2.2
2021-06-12 18:38:23 +02:00
Gabriele Gristina
0719bda7c4
Fix warning with osx build
2021-06-06 14:32:14 +02:00
Jens Steube
9ca94a2a36
RAR3-p (Compressed): Fix workaround in unrar library in AES constant table generation to enable multi-threading support
2021-05-27 09:21:44 +02:00
Jens Steube
32aa347e66
RAR3-p (Compressed): Deactivated plugin because unrar is having serious problems with multi threading which lead to false negatives
2021-05-24 17:52:09 +02:00
Jens Steube
e365313a44
Dependencies: Updated LZMA SDK from 19.00 to 21.02 alpha
2021-05-16 08:51:59 +02:00
Jens Steube
d08b5b04fa
Unset PRODUCTION option
2021-05-16 08:40:25 +02:00
Jens Steube
442a95d0ea
hashcat 6.2.1
2021-05-15 14:07:58 +02:00
Jens Steube
0e2dc4bb82
Remove unused WITH_UNRAR macro
2021-05-15 13:12:23 +02:00