iceman1001
1ffddb2578
CHG: 'hf mfu dump' - simplify bin saving and added JSON dump format
2018-12-13 23:34:30 +01:00
Iceman
4517531c2f
Merge pull request #69 from merlokk/atr1
...
added TA1 decoding
2018-12-10 14:07:20 +01:00
merlokk
b06054732b
code format
2018-12-10 15:04:03 +02:00
merlokk
ec17cade36
added TA1 decoding
2018-12-10 15:01:00 +02:00
iceman1001
16bfd49b8d
CHG: 'hf 14a' - update to vendors list. (thanks to @horrordash for pointing it out)
...
See also:
http://isotc.iso.org/livelink/livelink?func=ll&objId=10432471&objAction=Open&nexturl=%2Flivelink%2Flivelink%3Ffunc%3Dll%26objId%3D8915579%26objAction%3Dbrowse%26viewType%3D1
2018-12-10 08:48:39 +01:00
Chris
7ceac11308
chg: Added some more Mifare sector trailer decoding (@Fl0-0)
2018-12-07 20:11:40 +01:00
RFID Research Group
749f0f6f3a
Merge pull request #68 from merlokk/sc_atr
...
added basic atr decode
2018-12-07 19:19:23 +01:00
merlokk
384a277b43
added basic atr decode
2018-12-07 19:58:22 +02:00
RFID Research Group
04b7860096
Update default_pwd.dic
...
from https://github.com/Proxmark/proxmark3/pull/735/
2018-12-07 17:36:50 +01:00
RFID Research Group
a86a60bd06
Merge pull request #67 from merlokk/emv_sc
...
Emv commands works with smartcard interface
2018-12-07 09:30:48 +01:00
merlokk
80d07bcaac
added code if AIP not found
2018-12-06 20:04:28 +02:00
merlokk
17d0194aea
small fix and block scan command
2018-12-06 19:47:57 +02:00
merlokk
34b53a5b48
exchange works
2018-12-06 14:44:55 +02:00
merlokk
ec3acc7d8a
some of emv commands works in test mode
2018-12-05 19:23:13 +02:00
merlokk
312ec79e48
added sketch sc apdu
2018-12-05 17:27:28 +02:00
iceman1001
898484f642
FIX: compilation for OS X, see https://github.com/Proxmark/proxmark3/pull/730/ (@jmichelp)
2018-12-04 13:51:28 +01:00
merlokk
4c7e5757f3
added channel parameter
2018-12-03 19:29:31 +02:00
merlokk
01a10bade7
Mastercard compute cryptographic checksum result will print anyway
2018-12-03 18:49:54 +02:00
merlokk
2245673262
fix search big loop
2018-12-03 18:46:11 +02:00
merlokk
e8671e6c18
fix emv command's help
2018-12-03 18:21:05 +02:00
merlokk
7fd3536b29
fix appveyor
2018-12-03 18:16:39 +02:00
merlokk
47d954c79f
move emv commands to root
2018-12-03 18:16:25 +02:00
iceman1001
259dbadbe9
chg: output unified
2018-12-02 10:05:31 +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
RFID Research Group
2fb8805ee9
Merge pull request #65 from merlokk/merge_trailer
...
Merge trailer fix and 4k access bits fix
2018-11-30 19:47:00 +01:00
merlokk
7c8377839e
4k fix
2018-11-30 20:33:46 +02:00
merlokk
2d932e49ac
https://github.com/Proxmark/proxmark3/pull/725
2018-11-30 20:28:34 +02:00
Iceman
71435fb824
Merge pull request #64 from merlokk/trailer_decode
...
Trailer decode
2018-11-30 14:08:25 +01:00
merlokk
a10bf3ac05
added changelog
2018-11-30 14:17:46 +02:00
merlokk
9f77f2741f
added trailer decoding
2018-11-30 14:16:34 +02:00
iceman1001
c5c75d494b
chg.. moved into defined
2018-11-30 09:13:09 +01:00
iceman1001
8bef04f94b
ADD: Support TCP ports for proxmark (@phcoder)
...
On ChromeOS Linux apps can't access serial port but they can connect to TCP,
so I wrote a simple app to forward TCP to serial. I suppose this can have other uses as well.
see: 538d10d651
2018-11-30 09:03:55 +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
ccb0cd23f5
FIX: 'lua calc of iso15692 crc' - works better now
2018-11-30 01:19:57 +01:00
iceman1001
bd7ac487cd
FIX: 'hf mf hardnested' - output misalignment
2018-11-29 23:44:50 +01:00
iceman1001
c948911f71
chg...
2018-11-29 23:37:05 +01:00
iceman1001
dcd1a62ce3
Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3
2018-11-29 23:33:47 +01:00
iceman1001
2accb7d3f4
CHG: remove different clocks calls.
2018-11-29 23:32:59 +01:00
Iceman
24fc3fdb58
Merge pull request #62 from merlokk/err
...
fix memory error
2018-11-29 21:34:00 +01:00
merlokk
9584074c00
fix memory error
2018-11-29 22:06:49 +02:00
iceman1001
0b5ee43392
FIX: remove linker directive warnings used with compiler in CLANG, OS X.
2018-11-29 17:59:46 +01:00
iceman1001
3c88bb5e59
Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3
2018-11-29 17:53:57 +01:00
iceman1001
b64fdafc40
ADD: basic iso15693 comms in lua support. Not fully functional
2018-11-29 17:53:24 +01:00
Iceman
55dff20530
Merge pull request #54 from merlokk/json_loclass
...
`hf mf csave` and `hf mf cload` works with json.
2018-11-29 16:50:27 +01: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
e6d7a05721
csave works
2018-11-29 13:42:07 +02:00