1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-18 14:18:11 +00:00
Commit Graph

320 Commits

Author SHA1 Message Date
Gabriele Gristina
c1d15d613b switch hash-mode from 19400 to 20700 2019-07-29 17:16:53 +02:00
Gabriele Gristina
973a972324 Added optimized kernels, fix test 2019-07-29 00:31:51 +02:00
Gabriele Gristina
d824d1943e Added hash-mode: md5(salt.sha1(salt.pass)) 2019-07-27 17:03:19 +02:00
Gabriele Gristina
370a552459 Added hash-mode: md5(sha1().md5()) 2019-07-27 14:16:30 +02:00
Gabriele Gristina
e766cf0dc7 Added hash-mode: sha1(md5(.)) 2019-07-27 02:03:23 +02:00
Gabriele Gristina
af622f6df5 Added hash-mode: BitShares v0.x - sha512(sha512(pass)) 2019-07-26 23:47:32 +02:00
Gabriele Gristina
bbee1890cd Added hash-mode: sha1(md5(pass).salt) 2019-07-26 01:49:35 +02:00
Gabriele Gristina
eedceb698f Added hash-mode: md5(sha1().md5().sha1()) 2019-07-25 23:56:20 +02:00
Gabriele Gristina
c166242996 Add AuthMe - sha256(sha256().) kernel module 2019-07-23 19:23:06 +02:00
Gabriele Gristina
038bce131f Add Double sha256 kernel module 2019-07-20 21:06:46 +02:00
Gabriele Gristina
10f243aa20 add test module, update credits.txt 2019-07-13 16:36:25 +02:00
Jeremi M Gosney
d772af8fa8 update constraints for m20600 test module 2019-06-19 08:12:25 -05:00
Jeremi M Gosney
871df0b81b add hash mode 20600 (oracle transportation manager) 2019-06-18 11:41:41 -05:00
Jens Steube
c9fba782ed Add minimum password length for -m 20510 2019-05-18 16:29:58 +02:00
Sein Coray
15cbaa0f59
adding pkzip stream cipher kernels 20500 and 20510 2019-05-17 14:11:22 +02:00
vlo
14dd1aaaeb Added support for passlib pbkdf2-sha256 and sha1
Added: Module for pbkdf2-sha256
Added: Module for pbkdf2-sha1
Cleanup: Avoid magic values for hash lengths
Cleanup: Coding style
2019-05-08 09:24:12 +02:00
vlo
003e23bae8 Change hash mode of addition, add test module
Changed pbkdf2-sha512 Perl passlib hash module hashmode to 20200
(assigned by maintainer)

Added test module for 20200 module
2019-05-02 22:36:23 +02:00
jsteube
b9aaaf7809 Move 198xx DiskCryptor to 200xx to not collide with Kerberos 5, etype 17, Pre-Auth 2019-04-20 19:41:37 +02:00
Brandon Chalk
0a4ce19915 Merge branch 'master' of https://github.com/hashcat/hashcat 2019-04-16 10:03:05 -07:00
Brandon Chalk
5adb941f9a Test module variable scope fix 2019-04-16 09:58:28 -07:00
philsmd
407d331c9d
tests: fix hash generation of -m 8300 = DNSSEC
The salt needs to be passed AS-IS (in hexadecimal) not converted to binary for the perl module Net::DNS::RR::NSEC3::name2hash.

Thank you very much
2019-04-13 19:10:52 +02:00
Brandon Chalk
95c74c52c1 Add hash modes 19800 (krb5pa etype 17) and 19900 (krb5pa etype 18) 2019-04-09 21:58:42 -07:00
philsmd
ab2f81dd38
tests: add all DiskCryptor test modules 2019-04-08 23:24:27 +02:00
jsteube
4cd98603f5 Add DiskCryptor modules for 1024 bit and 1536 and support for Serpent and Twofish. Be careful, untested yet! 2019-04-08 09:31:31 +02:00
philsmd
60c255a69d
added -m 19800 = DiskCryptor AES 2019-04-07 18:08:56 +02:00
jsteube
eb39e64e19 Fix -m 16800 unit test 2019-04-03 10:46:50 +02:00
Sein Coray
1143cef606
Merge branch 'master' into master 2019-03-18 09:48:09 +01:00
Fist0urs
2a2d352c39 m19700 test cases: remove debug strings 2019-03-13 22:22:54 +01:00
Fist0urs
afb010870a Add hash modes 19600 (krb5tgs enctype 17) and 19700 (krb5tgs enctype 18) 2019-03-13 17:20:04 +01:00
Sein Coray
ee97d18af9
Added hash mode 19500 2019-03-06 21:15:09 +01:00
jsteube
3b4bd54899 Fix -m 10700 unit test maximum password length in pure kernel mode 2019-03-05 08:18:50 +01:00
jsteube
23917455ef Added hash-mode 19300 sha1(..) 2019-02-28 20:00:52 +01:00
jsteube
87c24200da Added QNX /etc/shadow hash cracking support
- Added hash-mode 19000 QNX /etc/shadow (MD5)
- Added hash-mode 19100 QNX /etc/shadow (SHA256)
- Added hash-mode 19200 QNX /etc/shadow (SHA512)
Implements #35
2019-02-27 17:53:00 +01:00
jsteube
5da1e4b872 Fixed maximum password length limit which was announced as 256 but actually was 255 2019-02-26 21:20:07 +01:00
jsteube
9b916918de Remove some debugging leftovers in unit tests 2019-02-23 17:50:21 +01:00
jsteube
d0d4ce9f8c Added hash-mode 18800 Blockchain, My Wallet, Second Password (SHA256) 2019-02-23 17:45:02 +01:00
jsteube
29fedf2c41 Added hash-mode 18900 Android Backup 2019-02-22 15:49:47 +01:00
jsteube
b4d52e412b Rename -m 18700 to Java Object hashCode() 2019-02-22 09:30:56 +01:00
jsteube
51eb9ebff7 Added hash-mode 18700 DJB 32 2019-02-21 13:52:01 +01:00
jsteube
2d0c57c647 Fix pure kernel maximum password length in -m 9900 test unit 2019-02-20 20:56:25 +01:00
jsteube
568336d35f Fix -m 5800 unit test 2019-02-20 12:48:12 +01:00
jsteube
dc94408cdb Fix maximum password length in -m 5800 2019-02-19 17:46:42 +01:00
jsteube
63fac132e3 Fix cracking streebog 256/512 hmac cracking with password length > 64 2019-02-19 17:17:01 +01:00
jsteube
2f36fb5b44 Remove convert tracker from README.md 2019-02-19 16:30:53 +01:00
Jens Steube
299c8b0f6a
Merge pull request #1922 from 0xbsec/modes_unit_tests_6
Add unit tests for multiple modules
2019-02-19 16:27:11 +01:00
jsteube
aacd2e2e77 Add -m 13600 unit test 2019-02-19 16:20:41 +01:00
jsteube
be4b813a47 Add -m 13500 unit test 2019-02-19 16:13:24 +01:00
jsteube
72a65a4c3e Add -m 13400 unit test 2019-02-19 16:05:42 +01:00
mhasbini
825c977ca4 Add unit tests for multiple modules
13800, 13900, 14400, 14700, 14800, 14900, 15000, 15100 & 15200
2019-02-19 17:02:43 +02:00
jsteube
f36549cf75 Add -m 13300 unit test 2019-02-19 15:50:39 +01:00
jsteube
eccd93a200 Add -m 13200 unit test 2019-02-19 15:31:36 +01:00
jsteube
eb4f5d82d1 Add -m 11900 unit test 2019-02-19 14:58:05 +01:00
jsteube
0e9f445030 Add -m 15400 unit test 2019-02-19 14:28:26 +01:00
jsteube
b8e5daa582 Add -m 12900 unit test 2019-02-19 13:43:14 +01:00
jsteube
b805c73351 Add -m 12800 unit test 2019-02-19 13:37:06 +01:00
jsteube
f7b95aed8b Add -m 10700 unit test 2019-02-19 13:28:48 +01:00
jsteube
72377c1954 Fix -m 10600 max password length in pure kernel mode 2019-02-19 13:17:40 +01:00
jsteube
b8ea0ad0a1 Add -m 10600 unit test 2019-02-19 13:12:41 +01:00
jsteube
89f2ea1bec Do not use next if we mean return 2019-02-19 12:50:57 +01:00
jsteube
1c7e6d0eaf Add -m 10500 unit test 2019-02-19 12:46:25 +01:00
jsteube
b8134ba920 Add -m 10400 unit test 2019-02-19 12:37:43 +01:00
jsteube
07fa13b695 Add -m 10300 unit test 2019-02-19 12:23:46 +01:00
jsteube
942acb266e Update -m 12000 module and unit test for longer salts 2019-02-19 11:12:28 +01:00
jsteube
7cb5e77f16 Add -m 10200 unit test 2019-02-19 10:53:49 +01:00
jsteube
792aa56893 Add -m 10100 unit test 2019-02-19 10:44:24 +01:00
jsteube
b30495b901 Update constraints for new unit tests 2019-02-19 09:34:58 +01:00
mhasbini
95b8c98980 Add unit tests for multiple modules
11700, 11750, 11760, 11800, 11850, 11860, 12001, 12100, 12200, 12300, 12600 & 12700
2019-02-18 20:53:32 +02:00
jsteube
b0bffaf5eb Add -m 10000 unit test 2019-02-18 15:59:51 +01:00
jsteube
78d8c1583f Add -m 9900 unit test 2019-02-18 15:51:58 +01:00
jsteube
c648bdbc0e Add -m 9800 unit test 2019-02-18 14:24:45 +01:00
jsteube
36550d475a Add -m 9700 unit test 2019-02-18 14:19:36 +01:00
jsteube
7d361c7215 Add -m 9600 unit test 2019-02-18 14:12:28 +01:00
jsteube
1cecf8ff16 Add -m 9500 unit test 2019-02-18 14:03:29 +01:00
jsteube
fe8a0e5bca Add -m 9400 unit test 2019-02-18 12:26:58 +01:00
jsteube
69cee1291a Add -m 9300 unit test 2019-02-18 12:09:40 +01:00
jsteube
1bfbfd7063 Add -m 9200 unit test 2019-02-18 12:05:10 +01:00
jsteube
aa21c10283 Add -m 9100 unit test 2019-02-18 09:48:39 +01:00
jsteube
a560b45705 Remove optimized settings for 10900 and 11300 2019-02-17 22:04:09 +01:00
mhasbini
1049cc8016 Add unit tests for multiple modules:
10900, 11000, 11100, 11200, 11300 & 11400
2019-02-17 22:48:19 +02:00
jsteube
71a071ebdb Add -m 8900 unit test 2019-02-17 16:11:30 +01:00
jsteube
da8cffe12e Add -m 8700 unit test 2019-02-17 16:06:55 +01:00
jsteube
55f1b14f92 Add -m 8600 unit test 2019-02-17 15:54:45 +01:00
jsteube
ac5bcd89fa Add -m 8500 unit test 2019-02-17 15:49:57 +01:00
jsteube
a677920fd8 Add -m 8400 unit test 2019-02-17 15:44:27 +01:00
jsteube
ed3a743453 Add -m 8300 unit test 2019-02-17 15:39:34 +01:00
jsteube
7be1f9cfba Add -m 8200 unit test 2019-02-17 15:24:33 +01:00
jsteube
f2d85e0793 Add -m 8100 unit test 2019-02-17 15:15:55 +01:00
jsteube
afd15a241a Add -m 8000 unit test 2019-02-17 15:10:39 +01:00
jsteube
700d82c868 Add -m 7900 unit test 2019-02-17 15:03:44 +01:00
jsteube
cbe0019461 Add -m 7700, 7701, 7800, 7801 unit tests 2019-02-17 14:55:35 +01:00
jsteube
c4602a2255 Replace -m 1800 und and -m 7400 unit test code with system code 2019-02-17 09:37:50 +01:00
jsteube
5c9544bca5 Make sure the salts are unique in unit tests, otherwise -m 6800 will fail 2019-02-17 09:09:29 +01:00
jsteube
f4e43da456 Fix whirlpool final() handling 2019-02-17 08:57:51 +01:00
jsteube
f2e2967eec Fixed more constraints in unit tests 2019-02-16 16:04:37 +01:00
jsteube
44b15049e7 Mode 2400 and 2410 do not have pure kernel 2019-02-16 14:28:19 +01:00
jsteube
687fe5403c Blake2b has no pure kernel mode 2019-02-16 14:12:18 +01:00
jsteube
ba803a79ae Fix several constraints of raw modes 2019-02-16 13:37:17 +01:00
jsteube
6c215ad015 Fix minimum password length in -m 16000 unit test 2019-02-16 10:04:16 +01:00
jsteube
db18966093 Update max combinator length in unit test -m 3800 2019-02-15 21:41:38 +01:00
jsteube
76bd9d105f Add -m 7400 unit test 2019-02-15 21:21:44 +01:00
jsteube
179194a576 Add -m 7300 unit test 2019-02-15 21:13:54 +01:00
jsteube
6a387bf704 Add -m 7200 unit test 2019-02-15 21:10:02 +01:00
Jens Steube
0a77d089b3
Merge pull request #1918 from 0xbsec/modes_unit_tests_3
Add unit tests for multiple modules:
2019-02-15 20:52:32 +01:00
mhasbini
e085177e58 Add unit tests for multiple modules:
15500, 15600, 15700, 16000, 16100, 16200, 16300, 16400, 16500, 16600 & 16700
2019-02-15 21:48:09 +02:00
jsteube
e0cc7eac67 Add -m 7000 unit test 2019-02-15 20:42:33 +01:00
jsteube
0cb3d83b5e Add -m 6800 unit test 2019-02-15 20:36:45 +01:00
jsteube
2bed7f0ff6 Add -m 6700 unit test 2019-02-15 20:27:45 +01:00
jsteube
4f947bd40a Add -m 6600 unit test 2019-02-15 20:16:51 +01:00
jsteube
6e8c4f5577 Fix minimum salt length in -m 18100 unit test 2019-02-15 14:33:42 +01:00
jsteube
20b8139808 Mode 6900 does not support empty passwords 2019-02-15 13:21:34 +01:00
jsteube
38761eb873 Add -m 6900 unit test 2019-02-15 13:19:53 +01:00
jsteube
4768b848b4 Add -m 18300 unit test 2019-02-15 12:27:51 +01:00
jsteube
d98e989a40 Add -m 16900 unit test 2019-02-15 12:13:55 +01:00
jsteube
0d7d1219f5 Add -m 4800 unit test 2019-02-15 10:26:21 +01:00
jsteube
c52854ebb7 Add -m 1731 unit test 2019-02-15 09:50:19 +01:00
jsteube
9310b534f4 A few fixes on unit tests 2019-02-14 17:50:47 +01:00
mhasbini
7148aa6706 Add unit tests for several modes:
4900, 5300, 5400, 5700, 5800, 6000, 6100, 6400 & 6500
2019-02-14 01:22:16 +02:00
mhasbini
592303b075 Add unit tests for modes: 3710, 3711, 4521 & 4522 2019-02-13 20:21:21 +02:00
mhasbini
e71fba037f Add unit tests for several modes:
1750, 1760, 2100, 2410, 2611, 2612, 2711, 2811 & 3100
2019-02-13 20:00:56 +02:00
jsteube
e571b890e9 Fixed length check for raw PBKDF2 modules 2019-02-13 10:03:07 +01:00
jsteube
af634750f2 Fix Joomla salt length 2019-02-13 09:37:30 +01:00
mhasbini
dec7e25a63 Add -m 1722 unit test 2019-02-10 13:30:54 +02:00
mhasbini
7c67346bfc Add unit tests for -m 1421 -m 1441 -m 1450 -m 1460 -m 1711 2019-02-10 13:21:20 +02:00
mhasbini
c3f7c30eea Remove debug lines from -m 1411 unit test 2019-02-10 13:12:01 +02:00
jsteube
b9365b8961 Disable combinator constraint in -m 1100 2019-02-10 10:27:29 +01:00
mhasbini
dabbc521cb Update -m 1100 unit test constraints 2019-02-10 03:33:41 +02:00
mhasbini
99c14b4d5f Add -m 1411 unit test 2019-02-10 03:01:12 +02:00
mhasbini
54cfc60c57 Add -m 1100 unit test 2019-02-10 02:49:36 +02:00
mhasbini
3df9a862f3 Add -m 124 unit test 2019-02-10 02:44:39 +02:00
mhasbini
76ec0268a7 Add unit test for -m 1410 -m 1420 -m ...
-m 1440 -m 1710 -m 1720 -m 1730 -m 1740 -m 4300 -m 4400 -m 4500 -m 4520 -m 4700
2019-02-10 02:20:03 +02:00
mhasbini
be4ab7320b Add -m 2600 unit test 2019-02-10 01:56:42 +02:00
mhasbini
438b74da56 Add -m 4010 & -m 4110 unit tests 2019-02-10 01:54:17 +02:00
mhasbini
08118bedcc Add unit test for -m 3800 and -m 3910 2019-02-10 01:15:05 +02:00
jsteube
c9e796fcf0 Add some more modules converted 2019-02-08 13:00:40 +01:00
mhasbini
bd39edc8a2 Add unit test for -m 18100 2019-01-28 20:29:48 +02:00
mhasbini
f142651f15 Fix salt encoding 2019-01-27 23:09:54 +02:00
mhasbini
86d7f0a95b Add -m 11500 module & unit test 2019-01-27 19:58:20 +02:00
jsteube
fa5d122fa0 Add unit test for -m 5500 2019-01-25 17:15:53 +01:00
jsteube
e1e1ac5341 Add module and unit test for -m 13000 2019-01-25 16:35:54 +01:00
jsteube
b729fe04b7 Add module and unit test for -m 11600 2019-01-25 11:24:17 +01:00
Jens Steube
280cc63369
Merge branch 'hash-mode-plugin' into m17600_m18000_modes 2019-01-25 01:03:49 +01:00
mhasbini
c2fdf6172d Add module and unit test for -m 18000
Add -m 17600
2019-01-24 22:31:14 +02:00
mhasbini
48b710e73e Add module and unit test for -m 17900
Add -m 17500
2019-01-24 22:18:02 +02:00
jsteube
83229acd6b Add module and unit test for hash-mode 7100 2019-01-24 15:25:07 +01:00
jsteube
c67287e754 Add module and unit test for hash-mode 15000 2019-01-24 14:05:49 +01:00
jsteube
fc90bfc00c Add module and unit test for hash-mode 15300 2019-01-24 13:43:07 +01:00
jsteube
67627607be Add module and unit test for hash-mode 18200 2019-01-24 12:34:02 +01:00
jsteube
81c3edede3 Add module and unit test for hash-mode 13100 2019-01-24 12:07:24 +01:00
Jens Steube
17fdf8754d
Merge pull request #1885 from 0xbsec/m17400_m17800_modes
Add module and unit test for -m 17800 (& -m 17400 module)
2019-01-24 09:47:46 +01:00
mhasbini
2f89c47ee1 Add module and unit test for -m 17800
Add -m 17400
2019-01-23 23:57:46 +02:00