merlokk
ee9daac029
Merge branch 'master' of github.com:merlokk/proxmark3i into mf_mad
...
# Conflicts:
# client/cmdhfmf.c
# client/mifare/mifarehost.c
2019-03-01 19:37:43 +02:00
iceman1001
2b9eb401fa
fix: more checks
2019-02-24 23:54:36 +01:00
iceman1001
142b3d8de5
fix: assign
2019-02-24 23:54:24 +01:00
merlokk
3b21b17509
move mifare stuff to its folder
2019-02-21 19:15:46 +02:00
iceman1001
6d63b3fbed
fix: mem leaks.
2019-02-21 16:17:49 +01:00
iceman1001
06ade9970a
FIX: mem leaks
...
FIX: 'hf mf nested' - params
2019-02-20 22:29:39 +01:00
iceman1001
58f35d50a6
chg: textual
2019-02-18 16:32:13 +01:00
iceman1001
1e98c4621d
chg: colors
2019-02-18 16:30:57 +01:00
iceman1001
20ccfb036c
chg: more colors
2019-02-18 13:12:25 +01:00
iceman1001
ad72a424ef
chg: use calloc
2019-01-30 21:40:50 +01:00
iceman1001
8059f533af
syntax
2019-01-26 11:09:47 +01:00
iceman1001
0fb0c35308
CHG: 'mem load' - the possibility to upload default_iclass_keys.dic, default_keys.dic, default_pwd.dic to predefined flashmemory sections. These will be used in pwd / key checking algorithms on device.
...
CHG: 'script run read_pwd_mem.lua' - script now can print those uploaded dictionary files.
How to upload
pm3 --> mem load f default_iclass_keys i
pm3 --> mem load f default_keys m
pm3 --> mem load f default_pwd t
How to validate / view
PM3 -->scr run read_pwd_mem -o 237568 -k 8
pm3 -->scr run read_pwd_mem -o 241664 -k 6
pm3 -->scr run read_pwd_mem -o 245760 -k 4
2019-01-01 18:01:40 +01:00
iceman1001
1ffddb2578
CHG: 'hf mfu dump' - simplify bin saving and added JSON dump format
2018-12-13 23:34:30 +01:00
iceman1001
259dbadbe9
chg: output unified
2018-12-02 10:05:31 +01:00
merlokk
9584074c00
fix memory error
2018-11-29 22:06:49 +02:00
merlokk
4dece3e30d
del line
2018-11-29 17:13:00 +02:00
merlokk
efabdde248
small fixes. done
2018-11-29 17:09:37 +02:00
merlokk
6baf579fe0
hf mf cload works
2018-11-29 16:56:57 +02:00
merlokk
955ced6c28
hf mf csave works
2018-11-29 16:05:57 +02:00
merlokk
0ffddd8470
raw load file
2018-11-29 13:21:38 +02:00
merlokk
04b436ce5e
del annoying comment
2018-11-27 19:44:03 +02:00
merlokk
cc6cd93ea7
save raw
2018-11-14 18:11:05 +02:00
Chris
526f50aa9d
fix: 'hf iclass loclass' - remove warning on gcc4.9.2 mingw.
...
don't like the declaration. mbedtls_des_context ctx_dec = {0};
chg: 'hf iclass loclass t' - added some path tests for key file.
2018-11-14 15:11:30 +01:00
merlokk
500645badf
elite_crack
2018-11-14 11:41:03 +02:00
merlokk
82b6a2cd5b
ikeys
2018-11-14 11:34:20 +02:00
Chris
25b07682dc
CHG: 'mem load' - adapted loading files to use new load function.
...
loading binary file can be called with NULL pointer, don't forget to free it.
2018-11-12 22:55:19 +01:00
Chris
6a21df3443
FIX: 'hf mf cload' - showing helptext instead of loading file.
...
Added support for easy loading of bin/eml files in this patch aswell.
2018-11-12 22:17:49 +01:00
Chris
5a95cee5ed
clean
2018-09-16 20:49:29 +02:00
iceman1001
939b727c42
chg: converting malloc calls -> calloc which zeros out the allocated memory
2018-05-03 19:42:16 +02:00
iceman1001
0e7d8faf59
chg: 'hf mf csave'
...
chg: 'mem save'
chg: 'hf 15 dump' - no extra newline after last block in emlfile
2018-05-03 11:02:50 +02:00
iceman1001
b279d04c85
chg: moving around includes
2018-05-02 19:37:20 +02:00
iceman1001
d9045635fb
whitespace
2018-05-02 18:09:46 +02:00
iceman1001
395fd82935
add: information on loclass binary files
2018-04-05 11:41:48 +02:00
iceman1001
b5545f4c35
chg: 'trace save' - now uses fileutils.c instead.
2018-03-20 08:23:54 +01:00
Brian Pow
a4fa0144eb
migrate PrintfAndLog() to PrintAndLogDevice()
2018-02-22 23:17:46 +08:00
Brian Pow
f0314562f7
fix typos
2018-02-22 20:47:23 +08:00
iceman1001
604aaf5356
fix: missing in header..
2018-02-14 21:56:28 +01:00
Brian Pow
8f9c81ae81
Rename prnlog() to PrintfAndLog()
2018-02-13 00:12:50 +08:00
iceman1001
843f453491
fix: saveFileEML() does not follow blocksize. Thanks to @brainpow
...
ref
271dface40
2018-02-06 12:43:58 +01:00
iceman1001
dc25f9212f
FIX: 'hf iclass sim 2'
...
FIX: 'hf iclass sim 4'
FIX: 'hf iclass loclass' - this fixes the bug where loclass assumes the epurse value is all zeros, while it now should save the epurse value during the simulation if it is updated/read.
I assume a empty valid epurse, while an all zero epurse is too much easy to detect as a anomaly.
2018-02-04 00:52:29 +01:00
iceman1001
c025e38d91
fix: remove warning..
2018-02-02 17:32:02 +01:00
iceman1001
fff8edd815
chg: textual..
2018-02-02 12:59:40 +01:00
iceman1001
55874d7872
chg: textual
2018-02-01 18:02:24 +01:00
iceman1001
07d51ec4a4
fix... don't even mention it...
2018-01-06 00:19:52 +01:00
iceman1001
f92a6ddf7d
FIX: 'hf iclass' - sneaky fread bug. thanks to @bettse who found it
2018-01-01 14:28:53 +01:00
iceman1001
7d25ab4561
Update loclass license conditions, https://github.com/Proxmark/proxmark3/issues/527
2017-12-27 10:34:51 +01:00
iceman1001
a3ec7fd21f
chg: 'hf emv' changes from @merlokk EMV4 commit
2017-12-24 10:26:47 +01:00
iceman1001
f054f5da32
CHG: gcc7 warnings accoring to PR#401 https://github.com/Proxmark/proxmark3/pull/401/files
2017-09-26 17:02:18 +02:00
iceman1001
dd870ece28
fix: 'hf iclass sim 4' array out-of-bounds write.
...
chg: 'hf iclass loclass' nice output
2017-09-18 15:31:53 +02:00
iceman1001
a130b58c82
add: 'hf 15 dump' added save data to file. It saves two files (EML/BIN)
2017-09-06 12:55:21 +02:00