Commit Graph

1200 Commits (b2c2fc86b4b554de39325aaf9f3c6452b76e75cd)

Author SHA1 Message Date
Matt de54cc7793
Added Python Werkzeug format for MD5 (HMAC(key = $salt))
2 years ago
enwony 1120c1a5de
Update src/modules/module_28504.c
2 years ago
enwony c2b5c19e87
Update src/modules/module_28504.c
2 years ago
enwony 914de795f4
Update src/modules/module_28503.c
2 years ago
Matt 73634d203b
Add Python Werkzeug SHA256 module
2 years ago
enwony 007a9e3f69
Update src/modules/module_28503.c
2 years ago
Konrad Goławski ef88993043 Use hex_encode/hex_decode in 24410-24420 modules
2 years ago
enwony a3d8a347b2 fixed crossbuild for mingw/win64 issue #3361
2 years ago
philsmd a2b7996f82 change default pass for -m 28900 = Kerberos 5, etype 18, DB
2 years ago
philsmd 35e0ef1b67 change default pass for -m 28800 = Kerberos 5, etype 17, DB
2 years ago
philsmd aaad0e3985 change default pass for -m 23400 = Bitwarden
2 years ago
philsmd caeffebbe0 Add -m 28505/28506, Bitcoin WIF, P2SH(P2WPKH)/compat address
2 years ago
Jens Steube e0fae5c7ab
Merge pull request #3344 from philsmd/bitcoin_segwit_p2wpkh
2 years ago
Jens Steube cd77e488dc
Merge pull request #3343 from philsmd/bitcoin_segwit_newline_fix
2 years ago
Konrad Goławski ddb2d6e61a New LUKS v1 modules
2 years ago
philsmd 1ba15ea3a0 rename -m 28503/28504 from P2WSH to P2WPKH
2 years ago
philsmd e91369ad59 fix code, add newline in 28503/28504
2 years ago
Jens Steube a7ab9f48c3
Merge pull request #3336 from philsmd/p2wsh_segwit_bech32
2 years ago
Jens Steube a414a9ed1a
Merge pull request #3334 from piwvvo/master
2 years ago
Jens Steube b803319c80
Merge pull request #3331 from philsmd/p2pkh_use_b58check_enc
2 years ago
piwvvo 8234cbaa13
Merge branch 'hashcat:master' into master
2 years ago
philsmd 22e033020a
Add -m 28503/28504 = Bitcoin WIF, P2WSH/bech32/segwit address
2 years ago
Jens Steube 372d3a127f
Merge pull request #3326 from ventaquil/pkcs-increase-accepted-salt-len
2 years ago
Jens Steube a354faa0ea Fix compiler warning in -m 27700
2 years ago
piwvvo 6d941307ce added md5(sha1($pass).$salt)
2 years ago
philsmd 59838fa27c
refactoring/simplification: use b58check_enc () when possible
2 years ago
Konrad Goławski 3d03c80c6e Increase salt length for PKCS#8
2 years ago
Konrad Goławski 5898ae9fa3 Added legacy suffix to old TrueCrypt modules
2 years ago
Jens Steube c53c28ed3a
Merge pull request #3302 from ventaquil/veracrypt-strings
2 years ago
Jens Steube 0b27d1f9ea
Merge pull request #3310 from half-duplex/mbc-low-iter
2 years ago
philsmd 754038ad16
fixes #3090 closes #3091: Added -m 2850x = Bitcoin WIF/P2PKH private key cracking
2 years ago
Konrad Goławski b00ea483af New VeraCrypt modules
2 years ago
Konrad Goławski fa78439181 VeraCrypt modules changes
2 years ago
Trevor Bergeron d2705d1285
-m 27700: fix use of varied iteration counts
2 years ago
Jens Steube f4e1bdf675
Merge pull request #3293 from ventaquil/truecrypt-strings
2 years ago
Konrad Goławski 1018cd7b28 New TrueCrypt modules
2 years ago
Jens Steube ab8cc31b2d Remove some unused lines
2 years ago
Konrad Goławski 1c531780c1 TrueCrypt modules changes
2 years ago
Jens Steube b5839644a8
Merge pull request #3300 from philsmd/radmin3_fix_pre
2 years ago
Jens Steube 4a7337ba46
Merge pull request #3299 from philsmd/radmin3_fix_datalen_comment
2 years ago
philsmd ff53873791
radmin3: use hexadecimal instead of .incbin
2 years ago
philsmd c5e5d63c98
radmin 3: update comment about PRECOMP_DATALEN size
2 years ago
philsmd 79aad28519 radmin 3: remove whitespace, add credits to tests
2 years ago
piwvvo b0ceb41e4a added Radmin3
2 years ago
Jens Steube 9b6c316c35
Merge pull request #3288 from tweqx/master
2 years ago
philsmd fbb71a90cd minor code style changes in -m 29100 = Flask
2 years ago
Jens Steube 5581665977 Rename -m 29500 to -m 29100
2 years ago
Jens Steube 2e8ba6ba2c Improve cracking performance of -m 29500 by writing directly into hmac buffers
2 years ago
tweqx 0a5575cde5 Add BLAKE2b-512($salt.$pass) and BLAKE2b-512($pass.$salt)
2 years ago
Tom Stokes 6d755f6b82
Remove unused token pos
2 years ago
Tom Stokes 1ed7fc2b5a
Delete module 90909.c
2 years ago
Tom Stokes cc76841831
Category fix
2 years ago
Tom Stokes 641461f372
Module file
2 years ago
philsmd 8bb3a1df04
RAdmin3 is not supported yet
2 years ago
Jens Steube e703f88f2e Rename -m 9902 to -m 29000
2 years ago
piwvvo 1383b90c7a algo name fix
2 years ago
piwvvo 235f077276 algo name fix
2 years ago
piwvvo 1ecfb8899f Added sha1($salt.sha1($username.':'.$pass, true))
2 years ago
Alan Neilan c32bb36776
change to allow for non-hex salts in Authme (20711)
2 years ago
Jens Steube 39b768a620 Example entry for tuning table for SCRYPT for obscure device names used in older nvidia devices
2 years ago
Jens Steube beb34c6f51 Backport SCRYPT optimization for 6900XT to 22700, 27700, 28200
2 years ago
Jens Steube a5f0d3d57e Improve SCRYPT on 6900XT from 2464H/s to 3124H/s
2 years ago
rarecoil 49949c4e33 Roll forward scrypt tuning from #3265 to other scrypt-based hash types
2 years ago
Jens Steube fe6ae53f25 Little tuning on AMD Vega 64 for SCRYPT, from 598H/s to 630H/s
2 years ago
rarecoil 6aa0d2082e Tune scrypt config for RTX 3090 Ti
2 years ago
Jens Steube 2f4003cded Synchronize SCRYPT code for -m 28200 with -m 8900 as source
2 years ago
Jens Steube 6fce6fb3ff Update all existing modules to use the stock module marker
2 years ago
philsmd a24d723d66
minor code style fixes
2 years ago
philsmd 15a4767ad2
minor: removes whitespace in -m 23400 = Bitwarden
2 years ago
Gabriele Gristina 4591071bc6 fix dpapimk_tmp_v1_t on module_15310.c
2 years ago
Jens Steube 2b89c69cc4
Merge pull request #3202 from Greexter/bitwarden-fix
2 years ago
Jens Steube c94a26b382
Merge pull request #3196 from matrix/Amazon_AWS4-HMAC-SHA256
2 years ago
Jakub 2a5ee51530
Merge branch 'master' into bitwarden-fix
2 years ago
Gabriele Gristina 6f45285919 DPAPI masterkey file v2 (context 3)
2 years ago
Gabriele Gristina d5c545804b Added hash-mode: DPAPI masterkey file v1 (context 3)
2 years ago
Gabriele Gristina fe96e26eff Prepare for DPAPI masterkey Context 3
2 years ago
Gabriele Gristina 0d282bbfb3 Added hash-mode: Kerberos 5, etype 18, DB
2 years ago
Gabriele Gristina 580afa985d Added hash-mode: Kerberos 5, etype 17, DB
2 years ago
Jens Steube 96715f7c09
Merge pull request #3197 from matrix/13100_format
2 years ago
Jens Steube 317abecac9
Merge pull request #3203 from Lars-Saetaberget/25800_bugfix
2 years ago
Lars Sætaberget 918b4cf7da Added kernel, module and unit-test for hash-mode 28400: bcryptsha512
2 years ago
Lars Sætaberget e71f3e519f Fix mask endianness for 25800
2 years ago
Jens Steube 4e2ad23081
Merge pull request #3198 from philsmd/philsmd-whitespace
2 years ago
Gabriele Gristina 7d636eeef9
Merge branch 'master' into 13100_format
2 years ago
Jakub 0147826870
Merge branch 'master' into bitwarden-fix
2 years ago
Jakub Štrom 9b66c01535 Add parameter for second iteration count
2 years ago
Jakub Štrom 74af4eced6 update module version
2 years ago
Jakub Štrom 67ba1f2112 add new version fix
2 years ago
Gabriele Gristina 9615bf566b fix Cygwin build warnings
2 years ago
Gabriele Gristina eb30a1c820 fix Cygwin build warnings
2 years ago
Gabriele Gristina 7e16335999 Added support to use 'John the Ripper' hash format with hash-type 18200
2 years ago
Gabriele Gristina 39912575b2 fix style
2 years ago
philsmd 87638caecd
remove extra spaces at line end in -m 25400 module
2 years ago
Gabriele Gristina 395d19513d fix sample formats
2 years ago
Gabriele Gristina ca9656e983 Updated krb5tgs struct on 13100 kernels
2 years ago
Gabriele Gristina 8e00ef9a88 Added support to use 'John the Ripper' hash format with hash-type 13100
2 years ago
Gabriele Gristina 633698b2ee fix build warnings with gcc
2 years ago
Gabriele Gristina 98ce2496d5 Amazon AWS4-HMAC-SHA256
2 years ago
philsmd 9a96501a69
-m 28600 code style and formatting fixes
2 years ago
philsmd 912c46d958
-m 28600 remove extra spaces at end of lines
2 years ago
Chick3nman 09d7b49985 Disable autodetect for PDF Owner/User module as specialist
2 years ago
Chick3nman 88dbbad6b3 Disable autodetect for specialist kernels(Collider, PMK, NT, etc.) and deprecated kernels to aid users in launching attacks without an algorithm selected
2 years ago
philsmd 251ecc3b0b
fixes #3029: cracking long salts in -m 4510/4710
2 years ago
Gabriele Gristina 490702fcfa Backends: added Metal host-code
2 years ago
Gabriele Gristina 0525f434e8
Merge branch 'master' into updated_moduleUnstableWarnings_and_statusCodes
2 years ago
Jens Steube d85f86373c
Merge pull request #3113 from matrix/apple_gpu_modules_native_threads
2 years ago
Gabriele Gristina a1ced24564 Fixed bug on benchmark engine, add some unstable warnings, updated negative status code
2 years ago
Gabriele Gristina f38aff1497 Hash-Mode 13100: set native_threads to 32 with Apple GPU's
2 years ago
Gabriele Gristina c061f02d27 Hash-Mode 10500: set native_threads to 32 with Apple GPU's
2 years ago
Gabriele Gristina 819cbe77b0 Hash-Mode 7500: set native_threads to 32 with Apple GPU's
2 years ago
Gabriele Gristina 0180b29390
Merge branch 'master' into apple_gpu_modules_native_threads
2 years ago
b0lek b1e0434bd7 changed mode number to 28600
2 years ago
b0lek 415e95ab38 Adding PostgreSQL SCRAM-SHA-256 hash mode
2 years ago
Gabriele Gristina c48f044fb7 Fixed false negative on Unit Test with hash-type 25400
2 years ago
Gabriele Gristina 5de942710d Hash-Mode 25400: set native_threads to 32 with Apple GPU's
3 years ago
Gabriele Gristina feb0bbfb75 Hash-Mode 18200: set native_threads to 32 with Apple GPU's
3 years ago
Gabriele Gristina ff74ad5a99 Hash-Mode 10420: set native_threads to 32 with Apple GPU's
3 years ago
Gabriele Gristina bd8e7a2975 Hash-Mode 10410: set native_threads to 32 with Apple GPU's
3 years ago
Gabriele Gristina bec4b2e601 Hash-Mode 10400: set native_threads to 32 with Apple GPU's
3 years ago
Gabriele Gristina d4c264ebf1 Hash-Mode 9820: set native_threads to 32 with Apple GPU's
3 years ago
Gabriele Gristina 0471725d39 Hash-Mode 9810: set native_threads to 32 with Apple GPU's
3 years ago
Gabriele Gristina 54fd3f8973 Hash-Mode 9800: set native_threads to 32 with Apple GPU's
3 years ago
Gabriele Gristina d7ddb425e5 Hash-Mode 9720: set native_threads to 32 with Apple GPU's
3 years ago
Gabriele Gristina 688038adc6 Hash-Mode 9710: set native_threads to 32 with Apple GPU's
3 years ago
Gabriele Gristina 2d2d745b3c Hash-Mode 9700: set native_threads to 32 with Apple GPU's
3 years ago
philsmd 57ad3becf1
minor: 19800/kerberos5 indentation fix
3 years ago
philsmd a867af0933
minor: indentation fix
3 years ago
Jens Steube 668d2179cd Kernels: Refactored standard kernel declaration to use a structure holding u32/u64 attributes to reduce the number of attributes
3 years ago
Jens Steube 6975cc0903
Merge pull request #2293 from seger672/m21420
3 years ago
Jens Steube 8c6ed65cd9
Update module_21420.c
3 years ago
Jens Steube 5015bc0d2e Module Parser: Renamed struct token_t to hc_token_t to avoid naming conflict with token_t on MacOS
3 years ago
Jens Steube 0d304b68f1 Added hash-mode: Teamspeak 3 (channel hash)
3 years ago
Jens Steube ad48ef2a8c Merge branch 'master' of https://github.com/hashcat/hashcat
3 years ago
Jens Steube c80ec44fdd Prepare TS3 plugin: parser module
3 years ago
Brandon Chalk fc57a97a09 Fix JWT module to correctly return cracked hash
3 years ago
Jens Steube bf865d8bff Added hash-mode: Exodus Desktop Wallet (scrypt)
3 years ago
Jens Steube 8b9fa631ce Fixed missing option flag OPTS_TYPE_SUGGEST_KG for hash-mode 11600 to inform the user about possible false positives in this mode
3 years ago
Jens Steube d89409ae37 Update iteration count for -m 7401, see #3049
3 years ago
Jens Steube 040fb3b7eb
Merge pull request #3045 from hashcat/philsmd-patch-1
3 years ago
Jens Steube 632b6db5f9 Allow user to override nonce_error_corrections regardless of information from message_pair
3 years ago
philsmd d67155d3d6
remove whitespace in -m 7100 = macOS
3 years ago
Jens Steube 964cff951f Fixed functional error when nonce-error-corrections that were set on the command line in hash-mode 22000/22001 were not accepted
3 years ago
Jens Steube 0d1fbf2bb7 Update module template for -m 250x and -m 1680x
3 years ago
Jens Steube 5b4ac09e91 User Options: Add new module function module_hash_decode_postprocess() to override hash specific configurations from command line
3 years ago
Jens Steube 98edc944e3 Remove OPTS_TYPE_MP_MULTI_DISABLE from -m 11300 for testing
3 years ago
Jens Steube 490ef6be74 Remove OPTS_TYPE_MP_MULTI_DISABLE from -m 3200 for testing
3 years ago
Jens Steube 9d06bcc980 Fix scrypt tuning for Vega64 on -m 22700
3 years ago
Jens Steube d2ccd96da6 Added hash-mode: Windows Hello PIN/Password
3 years ago
Jens Steube 93ba57f183 Update more module with OPTS_TYPE_MAXIMUM_THREADS
3 years ago
Jens Steube 21f91c5bb8 Module Optimizaters: Added OPTS_TYPE_MAXIMUM_THREADS to deactivate the else branch route in the section to find -T before compilation
3 years ago