Commit Graph

48 Commits (master)

Author SHA1 Message Date
philsmd 22e033020a
Add -m 28503/28504 = Bitcoin WIF, P2WSH/bech32/segwit address
2 years ago
philsmd 754038ad16
fixes #3090 closes #3091: Added -m 2850x = Bitcoin WIF/P2PKH private key cracking
2 years ago
Jens Steube c7da6357ff suppress some handpicked control characters from being printed to console
4 years ago
Jens Steube b197610811 Add tokenizer support for TOKEN_ATTR_VERIFY_FLOAT
5 years ago
Jens Steube 2eebc27ec1
Merge pull request #2008 from vlohacks/master
5 years ago
vlo 84b8a1b1eb Suggested changes for pull request
5 years ago
vlo 23c3e723f7 Implemeted table for alternate base64
5 years ago
Jens Steube 9faba41848 Use nvrtc to compile PTX (resulting PTX not yet used)
5 years ago
jsteube 2fab28a6f3 Add some useful converters
5 years ago
jsteube b8d609ba16 WPA/WPA2 cracking: In the potfile, replace password with PMK in order to detect already cracked networks across all WPA modes
5 years ago
jsteube 42e440611a Fix some broken strict-aliasing rules
5 years ago
jsteube 5da1e4b872 Fixed maximum password length limit which was announced as 256 but actually was 255
5 years ago
jsteube df1e00e4ed Fix out-of-boundary reads in base32/base64 operations
5 years ago
jsteube 3848c73f80 Add decoder_apply_optimizer ()
5 years ago
jsteube 048298020e All remaining parser functions have been rewritten to make use of input_tokenizer():
6 years ago
jsteube 9196f1ba55 Added rounds_count_length() function to detect optional rounds=
6 years ago
jsteube 50824a24c6 Rewrite parse_and_store_salt from scratch and rename original to parse_and_store_salt_legacy() for migration phase
6 years ago
jsteube 5f83dd8620 Convert cisco4_parse_hash() to make use of input_tokenizer()
6 years ago
jsteube 2abe8caf24 Convert bcrypt_parse_hash() to make use of input_tokenizer()
6 years ago
jsteube 60f2d413e0 Fix missing hexification for chars 0x00 - 0x1f
6 years ago
jsteube ce4858f7a3 Rewritten printable_utf8() because the original one throws too many warnings with GCC 8
6 years ago
jsteube 05a01d3843 fix some datatypes
6 years ago
jsteube ce0cee0ac4 Stick to original JWT format from jwt.io
6 years ago
Rosen Penev 0555613305 Remove else statement after return
7 years ago
philsmd f1c3f952ba
fixes show output of -m 9710, -m 9810 and -m 10410
7 years ago
philsmd a4616e6c6d
fixes #1338: hexify also all password of format $HEX[]
7 years ago
jsteube a673aee037 Very hot commit, continue reading here:
7 years ago
magnum 291c9f22fe Mute gcc 7.1.1 warnings about intentional fall-throughs. See #1264.
7 years ago
Jens Steube 5ec763fa20 Let is_hexify() call is_valid_hex_string() for better verification
7 years ago
Jens Steube dd55c1eb66 WPA: Changed format for outfile and potfile from essid:mac1:mac2 to hash:mac_ap:mac_sta:essid
7 years ago
jsteube 514fc0fe75 Switch hex_to_u32() to LE
7 years ago
jsteube ceed66d50b Switch hex_to_u64() to LE
7 years ago
jsteube f0b287e838 Get rid of bin_to_hex_lower(), add u8_to_hex_lower(), u32_to_hex_lower() and u64_to_hex_lower()
7 years ago
jsteube fa5b5d298d Hash Parser: Improved error detection of invalid hex characters where hex character are expected
7 years ago
jsteube 1342cf2ce3 Use $HEX[...] in case the password includes the separater character, increases potfile reading performance
8 years ago
Rosen Penev 03efea645f
More sign fixes
8 years ago
Rosen Penev bd780a3729
Fix a few float conversion errors
8 years ago
jsteube 2507f62722 Add hash-mode option OPTS_TYPE_PT_ALWAYS_ASCII to control need_hexify() from interface.c
8 years ago
magnum 7d7ca48704 Change need_hexify so it optionally tests for printable UTF-8 as opposed
8 years ago
jsteube 3442892fda Use __attribute__ ((format (printf, 2, 3))) to help compiler to identify format strings
8 years ago
jsteube 180bdba7ac Limit exec_hexify() to max 31 chars to be able to add 0 byte
8 years ago
jsteube 72fdc6a527 Limit exec_hexify() to max 32 chars
8 years ago
jsteube eeb8210951 Added the current first and last password candidate test queued for execution per device on status view
8 years ago
jsteube 892eccfd14 Fix some missing sign conversions
8 years ago
jsteube a0f6ed6832 Introduce hashes_t; not finishe yet
8 years ago
jsteube 3daf0af480 Added docs/credits.txt
8 years ago
jsteube f9e1329ca9 Fix CRLF
8 years ago
jsteube 3dc77ced14 More preparation for easier integration of:
8 years ago