merlokk
074c138de7
all works except of jansson private symbols linking
2018-11-08 19:55:51 +02:00
merlokk
f03261be9a
compiled. not linking....
2018-11-08 19:14:30 +02:00
merlokk
4fed815b88
added core files.
...
need to add:
1. jansson (maybe needs jansson-devel)
2. arm and client side of exchangeapdu14a
2018-11-08 17:29:58 +02:00
Chris
affee79b69
fix 'sc raw' - now raw command automatically adjust when getting a 0x6C response code and resend command.
2018-11-08 13:45:57 +01:00
Chris
3731ca19d2
chg: 'hf mf fchk' - filename
2018-11-08 01:16:27 +01:00
RFID Research Group
ce30c29f47
Merge branch 'master' into master
2018-11-07 12:12:47 +01:00
bogiton
db37458545
Added lua script to read stored pwds in flashmem
2018-11-06 13:37:34 +00:00
Chris
d58786ed74
chg: 'hf iclass chk' - remove some printing
2018-11-05 22:30:46 +01:00
Chris
ecc7983866
fix: hf mf hardnested - access out of malloc mem. (@vdwel) https://github.com/RfidResearchGroup/proxmark3/issues/46
...
looks like increasing size removes the problem.
2018-11-05 22:29:31 +01:00
Chris
4d500dff2f
textual
2018-11-05 21:20:03 +01:00
Chris
b3ebf73ecc
chg: lua - Swapping param order to make it more clear. From (length,offset) to (offset,length)
2018-11-05 18:45:46 +01:00
Chris
e26e9aa710
ADD: added support for lua-script to download from Flashmemory.
2018-11-05 18:32:53 +01:00
Chris
e60d4b3892
add: emv json file (@merlokk)
...
chg: compiler warning
2018-11-05 17:48:58 +01:00
Chris
3e7d9fde01
CHG: 'hf mf hardnest' auto detect supported cpu-commandset. See helptext for more info. (@piwi)
2018-11-05 17:46:32 +01:00
Chris
92d89dd539
fix: readline not installed on mac by default..
2018-11-03 11:10:55 +01:00
Chris
12af27967b
fix: remove gcc7.3.0 warning
2018-11-02 20:47:19 +01:00
Chris
d30454fc5a
fix: fflush(stdout), should sort out the blocking pipe problem
...
add: line length (@merlokk)
2018-11-02 18:27:42 +01:00
indigowor2
f29c94954f
merge
2018-10-31 17:39:32 +00:00
merlokk
af278d977b
added SetVerboseMode 6bb33f377663126fbf645d8faaf00d4a1734f924
2018-10-26 14:19:10 +03:00
merlokk
7467368fbc
added cmac test
2018-10-26 14:17:08 +03:00
merlokk
8bb192fc75
added some crypto
2018-10-26 14:12:20 +03:00
merlokk
b08ce3a1f7
changed logs
2018-10-24 19:19:55 +03:00
merlokk
122cbe7d1d
info and some fix in exchange
2018-10-24 19:19:15 +03:00
merlokk
0af06c0b63
mifare4 logging
2018-10-24 19:05:30 +03:00
merlokk
8720d10da9
changed logs
2018-10-24 19:02:14 +03:00
merlokk
61ea3109c9
start merge
2018-10-24 18:18:05 +03:00
Pavel Zhovner
4784cfd3fd
Added new keys from MifareClassicTool project. Remove two dups
2018-10-22 22:03:58 +03:00
Pavel Zhovner
58ea9caeae
Added full key set of russian Troika card. Dupicates removed, added missed commas
2018-10-21 18:56:27 +03:00
Chris
3690914405
another cloner
2018-10-19 21:52:23 +02:00
Chris
bd34d145f1
fix: error enum rename
2018-10-14 12:05:45 +02:00
Chris
2be56183c0
fix: error enum rename
2018-10-14 12:02:26 +02:00
RFID Research Group
13e89cb61c
Merge pull request #33 from merlokk/auth144434
...
Auth14443-4
2018-10-14 11:44:45 +02:00
Chris
375aada810
more keys
2018-10-13 11:26:40 +02:00
merlokk
4563210a96
forgot h file
2018-10-11 16:55:21 +03:00
merlokk
de31f05284
ok, compiles)
2018-10-11 16:54:50 +03:00
merlokk
ab5233d29f
now it needs to resolve issues in reveng
2018-10-11 11:48:46 +03:00
Chris
3d31272340
fix gcc8.2.0
2018-10-07 16:19:45 +02:00
Chris
6e1f757047
fix: warning about %lu in gcc 8.2.0
2018-10-07 16:17:25 +02:00
Chris
29982a6cdc
CHG: 'make control widget smaller'
2018-10-07 12:32:14 +02:00
Chris
769dee7e7a
Fix: ControlWidget placement
...
https://github.com/iceman1001/proxmark3/pull/258
2018-10-07 12:17:21 +02:00
Chris
1fb121474e
osx: fix annoying focus behaviour (@anticat)
...
https://github.com/Proxmark/proxmark3/pull/689
OS X has a global menu bar and a per app dock icon. Therefore, all
GUI applications launched from a terminal will become focused - even
if they don’t show any windows. Thereby the terminal loses focus.
Since is it very annoying to re-focus the terminal after each proxmark
client launch, this change makes the client unfocusable during launch
and restores the regular behaviour when a window is created.
2018-10-07 09:01:24 +02:00
Chris
61d7f74ab9
chg: code clean up
2018-10-06 14:53:21 +02:00
Chris
2a24f97355
chg: using three spaces instead of tabs for intendention
2018-10-06 14:52:50 +02:00
Chris
7d09a466fb
FIX: OSX disable app-nap during serial comm (@anticat)
...
https://github.com/Proxmark/proxmark3/pull/687
2018-10-06 13:29:20 +02:00
Chris
97c0729289
fix: 'sc raw t' - tlv decoding work again
...
chg: 'sc brute' - now decodes TLV by default the found SFI
chg: 'sc raw' - better detection on armside when failing
2018-09-25 02:54:51 +02:00
Chris
50143e460d
syntax
2018-09-23 20:41:29 +02:00
Chris
dbed5d5855
ADD: 'sc brute' - a naive sfi bruteforcer for smartcards. When a SFI is found, it is read/printed
...
A first attempt, work-in-progress.
2018-09-23 20:40:37 +02:00
Chris
4fa0835d5f
FIX: APDUCodeTable has more items than 100
2018-09-23 20:18:27 +02:00
Chris
f3d1c9ea77
chg: 'sc raw' - added response code annotation
2018-09-23 17:05:29 +02:00
Chris
125884c3d5
CHG: 'sc raw' - now requests response if inital command got 0x61 response
2018-09-23 16:35:40 +02:00