iceman1001
ca9061bd32
changed byte_t -> uint8_t
2019-03-21 15:19:18 +01:00
Philippe Teuwen
1b2601a48a
Add missing EOF LF
2019-03-12 00:12:26 +01:00
Philippe Teuwen
2d1a077ae4
lua: more fix mix of spaces & tabs
2019-03-09 10:40:45 +01:00
iceman1001
f0b70d6a4b
CHG: added manufacturers
2019-01-26 11:09:17 +01:00
iceman1001
2eee1663df
chg: iso15693 small fix...
2018-11-30 21:04:32 +01:00
iceman1001
0372cb8a04
chg: iso15693 lua lib works.
2018-11-30 20:58:47 +01:00
iceman1001
a5898158c5
FIX: basic fixes for lua reader14a, reader14b, reader15
...
ADD: utils got iso15693 crc support
2018-11-30 01:41:39 +01:00
iceman1001
b64fdafc40
ADD: basic iso15693 comms in lua support. Not fully functional
2018-11-29 17:53:24 +01:00
iceman1001
03e8d39e17
ADD: amiboo stuff
2018-07-28 12:33:27 +02:00
iceman1001
2919a35665
chg: adaptation.. made shortcut for Hexlify for ConvertAsciiToHex
2018-07-27 09:36:47 +02:00
iceman1001
6d4d58659f
chg: parse14a also returns data, adaptation for amiibocyou
2018-07-27 09:08:36 +02:00
iceman1001
1629287291
fix: lua bit32 can actually take several values. How did I miss this?
2018-07-27 09:07:53 +02:00
iceman1001
ad819efbdc
fix: typo
2018-05-13 07:24:49 +02:00
iceman1001
56f00cb2ac
fix #214 - typo (thanks to @tautcony for noticing)
2018-05-12 19:13:02 +02:00
iceman1001
110a7b28cb
chg: 'hf 14a sim' - possibility to simulate FM11RF005SH (@maozhenyu123)
...
chg: 'hf 14a info' - tag identification for FM11RF005SH (@maozhenyu123)
Fudan FM11RF005SH , has 512bit mem, 16blocks w 4bytes / block.
Support REQA, READ, WRITE, AUTH. Unknown how the auth is done.
The ATQA/SAK , or a trace from one of these tags would be intersting to look at.
2018-05-06 09:24:28 +02: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
d54bb4ddf4
chg: skip if not debug
2017-12-02 18:59:47 +01:00
iceman1001
9701643fdd
CHG: NO_RATS adjustments to luascripts.
2017-10-05 16:17:09 +02:00
iceman1001
f28da2da6e
monster merge...
...
all those changes marshmellow did.. and more...
2017-07-30 09:17:48 +02:00
iceman1001
830796cbef
chg: the lualib file mf_default_keys.lua is now automatically created with "make clean && make all".
2017-07-28 02:45:58 +02:00
iceman1001
30b70bb388
adjusted to remove the usb_cmd.lua..
2017-07-28 02:05:03 +02:00
iceman1001
e5b8235fc9
needed to be removed...
2017-07-28 02:01:14 +02:00
iceman1001
db34c61aa0
add: a script needed for new way of compiling the proxmark3 project
2017-07-22 14:04:18 +02:00
iceman1001
c4c3bedb8a
FIX: 'script run mfkeys' Script was mistakingly only checked first testkeys block with 85 keys. Since the selection in testkeys list was not taking lua way of ranges, it only sent zeros.
2017-07-22 14:02:51 +02:00
iceman1001
a211877853
CHG: 'script run didump' - got some remake. unfinished.
...
CHG: some default keys
2017-07-04 20:23:47 +02:00
iceman1001
fa8da9e651
some updated scripts
2017-07-04 20:05:50 +02:00
iceman1001
bafb2e1455
ADD: di token list
2017-05-08 10:14:09 +02:00
angelsl
ece631fd06
Add Mifare Classic EV1 set load modulation command
2017-03-09 21:37:16 +08:00
iceman1001
b9534ca070
FIX: introduced a bug in luascripts when adding the "safe ascii chars" to ConvertHexToAscii. Now its optional.
2017-03-09 10:26:01 +01:00
iceman1001
57778a4630
CHG: renamed struct sector -> sector_t
...
CHG: defines on armside
CHG: #define WIN32 -> _WIN32
CHG: started to enhance "hf mf chkkeys"
REM: removed some duplicates etc in default keys.
2017-03-06 19:11:08 +01:00
iceman1001
2ec645e9d7
chg: more keys.
2017-03-04 14:34:08 +01:00
iceman1001
d25518be59
FIX: wrong varname, Good catch of @jamchamb 4b12061bee
2017-02-20 21:03:04 +01:00
iceman1001
9bef1216b9
ADD: added dkjson.lua for json support
2017-02-19 23:21:59 +01:00
iceman1001
36dc0b4370
ADD: some more keys
2017-02-16 22:50:25 +01:00
iceman1001
dd015c5915
ADD: 'script runt remagic' - the Mifare Classic s50 (1k) magic tag restores now also all sector trailers. Default A/B keys is 0xFFFFFFFFFFFF.
2017-02-14 15:54:10 +01:00
iceman1001
1cec48cc0e
ADD: added the writedumpfile function from "14araw.lua" into utils.lua
...
ADD: `ufodump.lua` - added the Aztek dump script. Since its an unknown tag hence the name.
2017-01-30 16:51:07 +01:00
iceman1001
4653da4331
ADD: lf cotag
- added first try at basic functionality to read samples from Cotag. In lfops.c is the startup sequence that needs to be tested out.
2017-01-27 10:49:34 +01:00
iceman1001
2d3f8e5fa7
ADD: some defines to make headerfiles behave better.
...
CHG: syntax sugar
2017-01-26 14:23:05 +01:00
iceman1001
34c3082338
CHG: added a key B wien,
2017-01-02 22:00:56 +01:00
iceman1001
bd46dec63b
CHG: found even more keys
2016-10-19 21:27:34 +02:00
iceman1001
4ce2037b2a
ADD: found some more keys on the web
2016-10-17 13:16:27 +02:00
iceman1001
4697964f6a
CHG: "script run emlu2dump" now can read old legic hex-ascii dumps. (with spaces) and convert to a binary file
...
CHG: "script run emlu2html" now can read old legic hex-ascii dumps. (with spaces) and convert to a generic html file
These changes makes it easier to for old legic dumps to be used with the new "legic dump/restore/eload/esave" commands
2016-10-10 10:59:16 +02:00
iceman1001
ac42d5be85
chg: syntax suger
2016-10-07 00:18:02 +02:00
iceman1001
0e8cabed8d
ADD: "hf legic eload" - Load binary file to emulator memory. Use "h" for help text
...
ADD: "hf legic esave" - Save emulator memory to binary file. Use "h" for help text
2016-10-06 19:13:23 +02:00
iceman1001
3e750be37c
ADD: started to add a legic detection to "HF SEARCH"
2016-09-26 20:01:23 +02:00
iceman1001
4490a47690
ADD: some new mifare key found,
2016-09-20 23:20:27 +02:00
iceman1001
83dad64b91
ADD: some new usb commmands from EMV, and for LEGIC.
2016-07-28 21:16:02 +02:00
iceman1001
ffeb77fdc6
CHG: the 14b is getting better, since I added the fpga waiting signaling I found in "14a emgetcmd" etc.
2016-04-29 22:23:32 +02:00
iceman1001
bae363d860
ADD: more keys..
2016-04-09 19:45:28 +02:00
iceman1001
12b998cbd8
ADD; Some 7816 error codes
2016-04-05 04:46:25 +02:00