iceman1001
|
289f1c234c
|
make sure magic wipe cmd gets 2000ms timeout
|
2020-09-07 10:21:29 +02:00 |
|
iceman1001
|
007fc0893d
|
some gen2 identification (@mceloff)
|
2020-09-06 21:56:20 +02:00 |
|
iceman1001
|
f8f5d87844
|
fix "hf mfu dump" bb malloc
|
2020-09-06 16:15:12 +02:00 |
|
Eloff
|
70be7ef4d8
|
Magic gen 3 cards support
|
2020-09-05 22:32:11 +03:00 |
|
iceman1001
|
643a53c592
|
skip all zeros response that "hf mf sim" might answer.. (wrongly)
|
2020-09-05 08:32:26 +02:00 |
|
iceman1001
|
65e6af8aef
|
dont set empty any longer
|
2020-09-05 08:04:46 +02:00 |
|
iceman1001
|
d6548d1c80
|
use array instead
|
2020-09-03 12:31:31 +02:00 |
|
iceman1001
|
c0c580bc66
|
ecfill - dont break of a bad read, fill w zeros and report back partial dump
|
2020-09-03 10:31:50 +02:00 |
|
iceman1001
|
71fc3e18d9
|
fixing return codes for Autopwn, added staticnested to autopwn
|
2020-09-02 12:16:11 +02:00 |
|
iceman1001
|
441bf920fc
|
check all keys...
|
2020-08-31 03:04:32 +02:00 |
|
iceman1001
|
9cbf6c441e
|
fix - running esave after fchk gave empty accessrights
|
2020-08-19 16:41:28 +02:00 |
|
slurdge
|
df4bdc89ea
|
Fix BIGBUF_SIZE used in #WITH_FLASH
|
2020-06-10 19:06:40 +02:00 |
|
iceman1001
|
35886fab91
|
chg: must have a default return value
|
2020-05-20 18:30:41 +02:00 |
|
Philippe Teuwen
|
b556810776
|
armsrc: clarify static vars vs global vars, part 2
|
2020-05-19 17:25:58 +02:00 |
|
Philippe Teuwen
|
ffdd338dea
|
make style
|
2020-05-14 01:04:26 +02:00 |
|
iceman1001
|
b4cc7a9ad3
|
coverity fix, stricter checks for available memory when checking mifare keys
|
2020-05-13 13:40:52 +02:00 |
|
iceman1001
|
8f188a5329
|
redundant
|
2020-05-12 10:27:54 +02:00 |
|
Philippe Teuwen
|
026707b960
|
arm: fix prototypes
|
2020-05-11 13:48:57 +02:00 |
|
Nahuel Grisolía
|
da81424348
|
OTP-TEAR
|
2020-04-18 21:37:31 +02:00 |
|
iceman1001
|
15726268bf
|
fix: hf mf fchk - exit on button press
|
2020-03-26 09:30:59 +01:00 |
|
iceman1001
|
a751684a31
|
style
|
2020-03-09 17:11:11 +01:00 |
|
iceman1001
|
074f6c374e
|
add: hf mf personlize - Personalize the UID of a Mifare Classic EV1 card (@pwpiwi) see 0b4efbdef2
|
2020-03-09 11:02:26 +01:00 |
|
iceman1001
|
743325e90f
|
chg: make it slower
|
2020-02-24 20:39:12 +01:00 |
|
iceman1001
|
cf65145353
|
less waiting
|
2020-01-24 20:12:34 +01:00 |
|
iceman1001
|
688fb78235
|
fix for compiling with pm3others
|
2020-01-22 21:14:05 +01:00 |
|
iceman1001
|
f4b3488a09
|
chg: 'hf mf static' - now uses file on spiffs for key transfers. speedup on RDV4
|
2020-01-22 13:11:20 +01:00 |
|
Philippe Teuwen
|
7c33eeb7d5
|
style
|
2020-01-15 19:25:29 +01:00 |
|
iceman1001
|
b37a4c14eb
|
Add 'hf mf staticnonce' - a nested find all key solution command for tags that has a static nonce. \n See https://github.com/RfidResearchGroup/proxmark3/issues/133 \n See https://github.com/Proxmark/proxmark3/issues/899 \n This solution is based upon the ideas and solutions of @uzlonewolf and @xtigmh . Thanks!
|
2020-01-14 16:00:31 +01:00 |
|
iceman1001
|
e5db57747c
|
cppcheck
|
2019-12-30 21:31:56 +01:00 |
|
iceman1001
|
7eac4818ab
|
cppcheck
|
2019-12-30 21:19:51 +01:00 |
|
iceman1001
|
fb0eb35710
|
style
|
2019-12-30 16:27:51 +01:00 |
|
iceman1001
|
3a18fe6ea1
|
fix: some more adaptations
|
2019-12-30 13:25:15 +01:00 |
|
iceman1001
|
657061f8d5
|
fix: use defines..
|
2019-12-26 23:41:30 +01:00 |
|
iceman1001
|
a6a48f0e6d
|
Chg 'hf 14a info' - static/fixed nonce detection
|
2019-12-23 15:23:04 +01:00 |
|
iceman1001
|
bd70689de2
|
hf mf nested: break bad loop if timeout (@uzlonewolf)
|
2019-12-14 12:45:07 +01:00 |
|
iceman1001
|
182f239d21
|
make style
|
2019-11-08 12:00:21 +01:00 |
|
iceman1001
|
5cca8616cb
|
Add: 'hf mfu otptear' - draft of @fukmar implementation for a tear-off attack against OTP block on Mifare Ultralight based card.
|
2019-11-08 10:28:29 +01:00 |
|
Philippe Teuwen
|
39fd6b1910
|
coverity: separate crypto1 fcts ARM<>host into create/destroy and init/deinit
|
2019-10-18 16:58:24 +02:00 |
|
Philippe Teuwen
|
395d0f9ebf
|
make style
|
2019-10-13 00:48:26 +02:00 |
|
iceman1001
|
b8776b593e
|
fix: sneaky bug in magic detection where bigbuf wasnt emptied before next run
|
2019-10-04 14:21:04 +02:00 |
|
iceman1001
|
5d3eb444fb
|
chg 'hf mf nested' - uses NG. chg 'hw tune' - now also prints the 'lf config q' divisor voltage.
|
2019-10-03 16:15:47 +02:00 |
|
Philippe Teuwen
|
11dcc4787d
|
mfc magic: add some defines
|
2019-09-21 23:50:32 +02:00 |
|
Philippe Teuwen
|
6422cc6d13
|
Fix mfc gen1b/gen1b detection
|
2019-09-21 23:25:21 +02:00 |
|
Ludovic Rousseau
|
f961c1c551
|
Fix typos
Thanks to Debian lintian for the reports:
I: proxmark3: spelling-error-in-binary usr/share/proxmark3/firmware/fullimage.elf dont don't
I: proxmark3: spelling-error-in-binary usr/share/proxmark3/firmware/fullimage.elf succesful successful
I: proxmark3: spelling-error-in-binary usr/share/proxmark3/firmware/fullimage.elf Uknown Unknown
I: proxmark3: spelling-error-in-binary usr/share/proxmark3/firmware/fullimage.elf requestes requests
I: proxmark3: spelling-error-in-binary usr/share/proxmark3/firmware/fullimage.elf unkown unknown
I: proxmark3: spelling-error-in-binary usr/share/proxmark3/firmware/fullimage.elf ambigous ambiguous
|
2019-09-14 17:53:24 +02:00 |
|
Ludovic Rousseau
|
a1852eaa4b
|
Fix typos
Thanks to Debian lintian for the reports:
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 formated formatted
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 succesfully successfully
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 Skiped Skipped
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 standart standard
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 supress suppress
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 successfull successful
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 Succeded Succeeded
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 Overriden Overridden
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 aquire acquire
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 occured occurred
I: proxmark3: spelling-error-in-binary usr/bin/proxmark3 delimeter delimiter
|
2019-09-14 17:44:58 +02:00 |
|
iceman1001
|
ffa3e2a0f8
|
style
|
2019-09-13 16:25:33 +02:00 |
|
iceman1001
|
74cd1bee35
|
minor
|
2019-09-12 17:39:12 +02:00 |
|
Philippe Teuwen
|
2022df1068
|
make style
|
2019-08-30 10:45:52 +02:00 |
|
iceman1001
|
501182ca06
|
chg: ecload NG, fchk use ecfill trick
|
2019-08-28 21:23:31 +02:00 |
|
Philippe Teuwen
|
16a7cfd7b2
|
make style (excepted cmdhficlass...)
|
2019-08-26 22:28:39 +02:00 |
|