unix-ninja
|
cef3c1cb06
|
Use C99 format specifier
|
2018-10-20 22:00:15 -04:00 |
|
unix-ninja
|
3705ebfbf6
|
Remove extra whitespace in test.pl
|
2018-10-19 16:00:26 -04:00 |
|
unix-ninja
|
6558253d72
|
Don't cause memory leaks...
|
2018-10-19 15:37:02 -04:00 |
|
unix-ninja
|
fddfd835d2
|
Support 64 bit timestamps properly
|
2018-10-19 15:35:52 -04:00 |
|
unix-ninja
|
770e21e5ee
|
Support 64 bit timestamps properly
|
2018-10-19 15:16:46 -04:00 |
|
unix-ninja
|
8b2af6b207
|
More code style changes
|
2018-10-19 08:45:44 -04:00 |
|
unix-ninja
|
7904b9ae05
|
Fix kernel types to align with style guide
|
2018-10-19 07:56:51 -04:00 |
|
unix-ninja
|
0e5704c77e
|
Disable NEW_SIMD_CODE for 18100 (it's not compatible)
|
2018-10-18 15:58:21 -04:00 |
|
unix-ninja
|
4cb93ba9bf
|
Add 18100 to test.sh
|
2018-10-18 14:34:28 -04:00 |
|
unix-ninja
|
b657c75583
|
Explicity cast otp_offset
|
2018-10-18 09:36:57 -04:00 |
|
unix-ninja
|
3869ce9246
|
More coding style fixes
|
2018-10-18 08:55:55 -04:00 |
|
unix-ninja
|
ac2b811941
|
Categorize TOTP under "One-Time Passwords"
|
2018-10-17 19:27:06 -04:00 |
|
unix-ninja
|
b7e8fc9015
|
Add mode 18100 index to tab complete
|
2018-10-17 16:49:45 -04:00 |
|
unix-ninja
|
24ab7cae2a
|
Add a1 kernel for mode 18100
|
2018-10-17 16:47:58 -04:00 |
|
unix-ninja
|
db4ec8ed2c
|
Fix formatting to comply with hashcat coding guidelines
|
2018-10-17 16:34:34 -04:00 |
|
unix-ninja
|
23ee9379c1
|
Fix zero-padding on token output for matches
|
2018-10-17 11:47:04 -04:00 |
|
unix-ninja
|
27366c3eff
|
Don't duplicate existing functionality
|
2018-10-17 11:44:34 -04:00 |
|
unix-ninja
|
1d43540fc4
|
Simplify alignment masks for mode 18100
|
2018-10-17 11:03:20 -04:00 |
|
unix-ninja
|
4724e1f589
|
Add 18100 to changes.txt
|
2018-10-17 10:42:22 -04:00 |
|
unix-ninja
|
b29b7b8188
|
Convert arithmetic ops to logical ops in byte alignment
|
2018-10-17 08:54:52 -04:00 |
|
unix-ninja
|
d66200a406
|
Force --keep-guessing on mode 18100
|
2018-10-17 08:17:48 -04:00 |
|
unix-ninja
|
83c78cdf0b
|
Cleanup unused code
|
2018-10-17 08:15:49 -04:00 |
|
unix-ninja
|
37983de4b2
|
Fix compile warnings in totp_parse_hash()
|
2018-10-16 17:39:46 -04:00 |
|
unix-ninja
|
3c3b05d1e5
|
Resolve conflicts
|
2018-10-16 15:48:20 -04:00 |
|
unix-ninja
|
6cda8f7077
|
Change TOTP index from 17300 to 18100
|
2018-10-16 15:33:09 -04:00 |
|
unix-ninja
|
bfca416097
|
Resolve merge conflicts
|
2018-10-16 15:14:07 -04:00 |
|
unix-ninja
|
73aae1a734
|
Add a0 kernel for TOTP
|
2018-10-16 15:07:41 -04:00 |
|
unix-ninja
|
1ecc5e5559
|
Add TOTP to test.pl
|
2018-10-16 15:06:39 -04:00 |
|
unix-ninja
|
2249ab4c13
|
Cleanup debug code
|
2018-10-16 15:05:21 -04:00 |
|
unix-ninja
|
977b560bb4
|
Add support for TOTP (RFC 6238)
|
2018-10-16 15:05:14 -04:00 |
|
Jens Steube
|
fd0147b48b
|
Merge pull request #1718 from philsmd/master
fixes #1708: reject invalid masks with only a single ? at the end
|
2018-10-16 17:22:30 +02:00 |
|
philsmd
|
b1465693a3
|
fixes #1708: reject invalid masks with only a single ? at the end
|
2018-10-16 15:59:20 +02:00 |
|
Jens Steube
|
da3a15e345
|
Merge pull request #1717 from Naufragous/all-sha3-and-keccak-modes
Add SHA3 and Keccak
|
2018-10-16 10:36:29 +02:00 |
|
R. Yushaev
|
5c87720acc
|
Add SHA3 and Keccak
The previous hash-mode 5000 covered Keccak-256 only. FIPS changed one
padding byte while adopting Keccak as the SHA3 standard, which gives us
different digests. Now we have separate kernels for SHA3 and Keccak.
- Added hash-mode 17300 = SHA3-224
- Added hash-mode 17400 = SHA3-256
- Added hash-mode 17500 = SHA3-384
- Added hash-mode 17600 = SHA3-512
- Added hash-mode 17700 = Keccak-224
- Added hash-mode 17800 = Keccak-256
- Added hash-mode 17900 = Keccak-384
- Added hash-mode 18000 = Keccak-512
- Removed hash-mode 5000 = SHA-3 (Keccak)
|
2018-10-15 16:06:31 +02:00 |
|
Jens Steube
|
9d7e39590b
|
Added deps/git/OpenCL-Headers
|
2018-10-14 12:56:55 +02:00 |
|
Jens Steube
|
7957441520
|
Cleanup .gitmodules
|
2018-10-14 12:53:05 +02:00 |
|
Jens Steube
|
6f8b90a11a
|
Add support for latest OpenCL headers from Khronos
|
2018-10-14 12:39:11 +02:00 |
|
Jens Steube
|
8452930795
|
Allow hashfile for -m 16800 to be used with -m 16801
|
2018-10-14 11:39:31 +02:00 |
|
Jens Steube
|
6afe989bed
|
Fixed the tokenizer configuration in postgres hash parser
|
2018-10-14 11:38:31 +02:00 |
|
Jens Steube
|
f327f42ce8
|
Merge pull request #1713 from Chrjsen/master
Fixed spelling error in user_options.c
|
2018-10-12 21:23:10 +02:00 |
|
Chrjsen
|
91bab324b3
|
Fixed spelling error in user_options.c
|
2018-10-04 21:31:13 +02:00 |
|
unix-ninja
|
3d0f1626ed
|
Add support for TOTP (RFC 6238)
|
2018-10-02 11:01:54 -04:00 |
|
Jens Steube
|
1b980cf010
|
Allow hashfile for -m 16800 to be used with -m 16801
|
2018-09-29 11:52:21 +02:00 |
|
Jens Steube
|
58d101d4a6
|
Merge pull request #1699 from Chick3nman/master
Update hashcat.hctune
|
2018-09-23 18:41:35 +02:00 |
|
Jens Steube
|
93ccabb58f
|
Merge pull request #1696 from neheb/master
Add HC_API_CALL to a few functions
|
2018-09-23 18:41:25 +02:00 |
|
Chick3nman
|
488c5d3bc2
|
Update hashcat.hctune
|
2018-09-22 04:04:20 -05:00 |
|
Rosen Penev
|
77daf05dd0
|
Add HC_API_CALL to a few functions
On 32-bit MinGW, clang was throwing errors about this.
64-bit MinGW and regular MSYS does not throw warnings after the change.
|
2018-09-18 16:34:00 -07:00 |
|
Jens Steube
|
966444a65c
|
Merge pull request #1688 from hops/master
Increased the maximum size of edata2 in Kerberos 5 TGS-REP etype 23
|
2018-09-15 08:45:51 +02:00 |
|
Michael Sprecher
|
1892b842d7
|
Increased the maximum size of edata2 in Kerberos 5 TGS-REP etype 23
|
2018-09-12 12:25:02 +02:00 |
|
Jens Steube
|
c8dbcf9366
|
Merge pull request #1685 from roycewilliams/master
mention new passhthrough hybrid rules in changes.txt
|
2018-09-09 19:08:57 +02:00 |
|