135 Commits

Author SHA1 Message Date
Valentin
aa8752254e
Merge pull request #10 from xchwarze/patch-1
Fix -f command
2019-10-10 20:23:58 +02:00
DSR!
f640e81803
Fix -f command 2019-10-06 21:40:43 -03:00
Valentin
3f1a04092f
Merge pull request #6 from Earthnuker/hardnested
Implement key-reuse check
2019-09-14 11:25:13 +02:00
Daniel Seiller
7f2abb32c7 First check for key B, then A when selecting exploit sector 2019-08-14 21:07:45 +02:00
Daniel Seiller
ca8ab62bf7 Remove second block_to_sector definition 2019-08-14 18:30:37 +02:00
Daniel Seiller
aaaee56626 Simplify Exploit sector picking 2019-08-14 18:28:07 +02:00
Daniel Seiller
0313b7bcc5 Pick exploit sector starting from last sector 2019-08-14 17:56:59 +02:00
Daniel Seiller
786fe821fe Fix sector/block conversion 2019-08-14 17:54:59 +02:00
Daniel Seiller
9f352d2258 Add key-reuse check 2019-08-14 00:32:32 +02:00
Daniel Seiller
64069b3231 Fix -C option 2019-08-14 00:31:41 +02:00
Daniel Seiller
27c8490fd2 Make -O parameter optional 2019-08-13 22:21:39 +02:00
Daniel Seiller
634f7e3646 Add option to skip checking default keys 2019-08-13 22:20:49 +02:00
Valentín Kivachuk
5bd20e2bf9 fix byte order 2018-12-10 15:29:43 +01:00
Valentín Kivachuk
07177b2157 fix ax_pthread dep. 2018-12-03 23:17:40 +01:00
Valentín Kivachuk
7abc2d225c reduce memmory usage 2018-12-03 14:40:46 +01:00
unkernet
a2cf2ad1ee Built-in bf_bench_data for correct brute force rate benckmark 2018-12-02 19:10:29 +01:00
Valentín Kivachuk
3837f70845 clear output 2018-12-02 18:42:20 +01:00
Valentín Kivachuk
5658f224bc fix memmory issue 2018-11-30 17:43:45 +01:00
Valentín Kivachuk
ca895fc373 poc: hardnested attack 2018-11-30 15:11:57 +01:00
Valentín Kivachuk
fc39e033c4 basic integration of mfoc + cropto1_bs
Special thanks to @skgsergio for helping with automake stuff :)
2018-11-25 17:01:24 +01:00
Valentín Kivachuk
0723f53aaf update crapto1 and fix compiling warnings
Crapto1 library from proxmark3 repo
2018-11-22 21:18:54 +01:00
Samuel Henrique
ba072f16f6 update debian dir with up-to-date packaging 2018-07-24 11:45:40 +02:00
Philippe Teuwen
dd0ce5caa6
Merge pull request #51 from iceman1001/master
define   #endif warning
2018-02-03 21:25:47 +01:00
Iceman
987c3dab3a
Merge pull request #1 from iceman1001/iceman1001-patch-1
chg:  remote faulty statement
2018-02-02 23:38:21 +01:00
Iceman
77db13ef90
chg: remote faulty statement
copy-paste error,  #endif
2018-02-02 23:38:08 +01:00
Romuald Conty
519e475b09
Merge pull request #50 from iceman1001/master
FIX:  warnings on gcc v7.2 ubuntu
2018-01-31 18:42:19 +01:00
Romuald Conty
fa3573cfb6
Merge pull request #49 from ceres-c/patch-1
Fixed readme compiling options
2018-01-31 18:29:39 +01:00
Federico Cerutti
c24b6ac572
Updated (again) readme using a single command 2018-01-31 14:39:14 +01:00
user
593315f7d4 FIX: warning "DBG" redefine 2018-01-31 11:22:41 +01:00
Federico Cerutti
9fed51206f
Added missing "autoconf" to readme 2018-01-20 16:27:49 +01:00
Romuald Conty
809f3bc62c
Merge pull request #45 from agebhar1/patch/README.md
add 'Build from source' section to `README.md`
2018-01-09 23:07:41 +01:00
Andreas Gebhardt
b13beeac09 add 'Build from source' section to README.md 2017-10-12 19:58:15 +02:00
Philippe Teuwen
9d9f01fba4 Simplify PRNG validation 2017-02-17 16:14:01 +01:00
Philippe Teuwen
34d42e5e47 Port miLazyCracker patch: test PRNG
cf 39658a2ac4/mfoc_test_prng.diff
2017-02-17 15:44:30 +01:00
Philippe Teuwen
2316ad0815 Replace non-ANSI-C getline by fgets 2017-02-17 15:44:30 +01:00
Philippe Teuwen
0970559b97 Port miLazyCracker patch: support 2k
cf 39658a2ac4/mfoc_support_2k.diff
2017-02-17 13:52:48 +01:00
Philippe Teuwen
e36025bb25 Port miLazyCracker patch: support tnp
cf 39658a2ac4/mfoc_support_tnp.diff
2017-02-17 13:52:48 +01:00
Philippe Teuwen
f172064f98 Port miLazyCracker patch: fix 4k and Mini
cf 39658a2ac4/mfoc_fix_4k_and_mini.diff
2017-02-17 13:52:48 +01:00
Romuald Conty
48156f9bf0 Merge pull request #23 from AdamLaurie/master
Show known keys before trying to crack
2015-06-09 14:41:27 +02:00
Adam Laurie
e2cf90202a show known keys before trying to crack 2015-06-08 16:34:00 +01:00
Romuald Conty
eac78225eb Merge pull request #20 from quantum-x/master
Adds ability to load custom keys from a file
2015-04-15 14:33:33 +02:00
Simon Yorkston
51bae1e1c8 Final tweaks to regexp 2015-04-15 14:24:55 +02:00
Simon Yorkston
0976e6f285 Added -f to CL arguments 2015-04-15 13:28:50 +02:00
Simon Yorkston
eff3dc0d5f Updated SLRE syntax to comply with new version 2015-04-15 13:25:43 +02:00
Simon Yorkston
7ff1465409 Added SLRE files 2015-04-15 13:22:08 +02:00
Simon Yorkston
c346e2af72 Tweaked in the SLRE libraries 2015-04-15 13:18:09 +02:00
Simon Yorkston
86caca5f6b Adding ability to load keys from file
Switch -f allows for a file to be provided that contains additional keys
2015-04-15 12:45:15 +02:00
Romuald Conty
00eae36f89 Merge pull request #19 from kirelagin/fixes
A bunch of pretty minor fixes
2015-04-13 08:57:11 +02:00
Kirill Elagin
3b5be84676 Proper amount of data to dump 2015-04-11 23:56:21 +03:00
Kirill Elagin
f3ebde09ef Fix user-provided keys handling
This makes mfoc try user-provided keys even if the built-in
ones are removed from the code (for efficiency).
2015-04-11 23:30:58 +03:00