Brian Pow
ec0fa961a1
use PrintAndLogEx() instead of PrintAndLog()
2018-02-21 20:43:49 +08:00
Brian Pow
8b00d6c121
FIX: remove ISO14A_NO_DISCONNECT when reading the UID from mifare card
2018-02-10 00:01:50 +08:00
Brian Pow
b1d414c680
CHG: replace 'samples:' with 'Examples:', unify some usage text
2018-02-09 22:56:16 +08:00
Brian Pow
a02ec72f50
CHG: 'hf mf hardnested r' now read the corresponding bin file if tag presents, otherwise read nonces.bin
2018-02-09 22:56:16 +08:00
Brian Pow
e1bc58692d
Improved error detection and message if missing paramters for 'hf mf hardnested'
2018-02-09 22:56:15 +08:00
Brian Pow
35e62e7d1f
CHG: 'hf mf hardnested' now use hf-mf-<UID>-nonces.bin by default, with parameter 'u' or 'f' to override.
2018-02-09 22:56:15 +08:00
Brian Pow
d9882c9167
ADD: help in 'hf mf ice'. Save to hf-mf-<UID>-nonces.bin by default, with 'f' switch to override the default name
2018-02-09 22:56:15 +08:00
Brian Pow
53540fe206
ADD: 'hf mf restore' now allow user to specify the filename to restore
2018-02-09 22:56:15 +08:00
Brian Pow
756378e3c7
CHG: Added two switches for 'hf mf dump'. 'k' for key filename and 'f' for data filename,
...
FIX: Stop dumping/restoreing a tag if failed to generate filename using uid
2018-02-09 22:56:14 +08:00
Brian Pow
19fc90fa71
FIX: Stop dumping/restoreing a tag if failed to generate filename using uid
2018-02-09 22:54:55 +08:00
Brian Pow
8e04df77ba
FIX: GenerateFilename() return broken filename if no tag is detected.
2018-02-09 22:54:55 +08:00
Brian Pow
45c20d62b8
FIX: wrongly assume the max size of UID to 8 bytes. Max size should be 10 bytes.
2018-02-09 22:54:55 +08:00
Brian Pow
d050e473b7
CHG: use FillFileNameByUID() for filename generation for 'hf mf dump' and 'hf mf chk * ? d'
2018-02-09 22:54:54 +08:00
Brian Pow
314253c359
CHG: 'hf mf dump' now use hf-mf-UID-key.bin and hf-mf-UID-data.bin instead of dumpkey.bin and dumpdata.bin as default name
2018-02-09 22:54:54 +08:00
iceman1001
f1dcdaef27
fix: 'hf mf fchk' wrong number of vars to format string
2018-02-09 13:40:28 +01:00
iceman1001
2820ba5580
chg: 'hf mf nested'
...
chg: 'hf mf dump' change retries to 10 times
2018-02-06 20:08:42 +01:00
iceman1001
b90c3db96b
rename: 'hf mf mifare' -> 'hf mf darkside' Finally renamed this,...
...
adjusted the help-texts
adjusted command tables, to have separators in order to make it easier to read. commands now grouped according to relevance.
2018-02-05 16:50:06 +01:00
iceman1001
07d7b9424c
chg: textual
2018-02-02 13:01:11 +01:00
iceman1001
13e521668f
FIX: https://github.com/Proxmark/proxmark3/pull/555 (Thanks @arnie97)
2018-01-26 19:31:13 +01:00
iceman1001
a13ecc4a4e
CHG: applied https://github.com/Proxmark/proxmark3/pull/553 (@arnie97) and in some more places
2018-01-25 09:51:49 +01:00
iceman1001
be82f9f018
DEL: 'hf mf sniff' - since it is very similar to 'hf 14a sniff' , I removed this command. The desired functionality will become a new 'hf list mf' option in the future.
2018-01-18 14:11:22 +01:00
iceman1001
9a162c9a79
CHG: 'hf mf sniff' - output adjustments
2018-01-17 00:29:41 +01:00
iceman1001
1b20ff8243
chg, 'hf mf sim' is ok to call without parameter
2018-01-11 22:07:26 +01:00
iceman1001
1d04e8822c
chg: 'hf mf fchk' textual
2018-01-09 16:29:43 +01:00
iceman1001
f865b593d7
chg: 'hf mf fchk' helptext
...
chg: 'hf mf sniff' textual
2018-01-09 16:25:58 +01:00
Chris
d5ce45bae7
FIX: 'hf mf chk' / 'hf mf fchk' - t/d param bug. Now it is not place dependent and can also read several dictionary files :)
2017-12-31 19:36:12 +01:00
iceman1001
b2a5c8e33c
chg: 'hf mf chk' - textual
2017-12-21 10:14:10 +01:00
iceman1001
8ffe97c75b
chg: reseting values
2017-12-18 12:15:03 +01:00
iceman1001
bc639bc3ec
fix: adapting to run all strategies.
2017-12-18 12:14:02 +01:00
iceman1001
e6f0672015
chg: strange behavior when running checks with hardnested
2017-12-18 11:29:34 +01:00
iceman1001
8526e74af8
chg: 'hf mf chk' - break on keypress.
...
chg: 'hf mf fchk' - break on keypress.
2017-12-13 10:17:30 +01:00
iceman1001
4781ee78e8
chg: extracted check-key-fast into its own.
...
chg: added fast check inside nested.
2017-12-12 20:05:36 +01:00
iceman1001
033bc12933
chg: 'hf mf fchk' - adapttions to depth first exits
2017-12-11 22:33:50 +01:00
iceman1001
dd024b5300
chg: 'hf mf fchk' - depth first search
2017-12-11 21:43:29 +01:00
iceman1001
da57e74140
CHG: 'hf mf fchk' - two strategys. depth first for sector 1, AB. and width first with all sectors.
...
first run strategy 1. then 2.
2017-12-11 01:44:55 +01:00
iceman1001
f148d34bc3
chg: 'hf mf chk' - added param h for help
...
chg: 'hf mf fchk' - added param h for help
2017-12-10 09:44:49 +01:00
iceman1001
e1a01dd2ff
CHG: uniformed output for failed key retrivals. Now denoted with -------
2017-12-06 23:56:07 +01:00
iceman1001
2bc60a87aa
CHG: 'hf mf chk' - adding default_key array refactoring (@merlokk)
2017-12-06 20:14:18 +01:00
iceman1001
0a1a48df01
chg: 'hf mf nack' - extracted in into mifarehost for easier usage in other cmds like
...
'hf 14a info'
chg: 'hf mf nack' - changes on devices side from @doegox Thanks!
2017-12-05 23:34:52 +01:00
iceman1001
a43f156370
chg: 'hf mf nack' - minor
2017-12-05 18:04:21 +01:00
iceman1001
6e5038f224
chg: 'hf mf nack' - only test all 256 parities for one nonce when synced.
...
0 nack = has not bug.
1 nack == has bug
x nacks == most likely a clone card which answers nack to all requests.
2017-12-05 17:57:44 +01:00
iceman1001
08193fd2e5
chg: getting crazy out of sync when running against magic cards.
2017-12-05 12:30:40 +01:00
iceman1001
bea28ae654
chg: wrong var name
2017-12-05 11:54:38 +01:00
iceman1001
984a26370d
chg: 'hf mf nack' better output
2017-12-05 11:53:42 +01:00
iceman1001
e02e145fae
draft for a Mifare classic NACK bug detection.
...
the idea is to have a statistically solid conclusion if tag does or does not have the NACK bug.
-in short, ref https://github.com/iceman1001/proxmark3/issues/141
NACK bug; when a tag responds with a NACK to a 8 byte nonce exchange during authentication when the bytes are wrong but the parity bits are correct.
This is a strong oracle which is used in the darkside attack.
2017-12-04 19:36:26 +01:00
iceman1001
73a5e3b23d
chg: 'hf mfu eload' - instead of showing a error, it now tells a warning that we only loaded N blocks of data to emulator memory.
...
It always loads the existing blocks into emulator memory.
The previous message made users belive a error had occured when it actually did load.
2017-12-03 15:23:24 +01:00
iceman1001
b89b3399dc
FIX: if receiving array isnt large enough, previously this will smash the stack..
2017-12-02 20:45:53 +01:00
iceman1001
bb916aa999
fix: removed a warning
2017-12-02 19:07:10 +01:00
iceman1001
2f3dbbcaa3
rename: ul_switch_off_field -> DropField (inside cmdhf14a.c)
...
chg: Fix memory bounds error (@wsmoses)
c3511781a1
2017-11-11 23:23:01 +01:00
iceman1001
b5842e8c1b
fix: usb_cdc don't report that pm3 device is selfpowered.. (since its not by default)
2017-10-29 19:28:23 +01:00