Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
BUG:
---------
The hf mf ekeyprn defaults to print all 40 sectorblocks of keys. (ie 4K card)
I pushed a solution like the one you see below in my fork.
FIXED:
---------
pm3 --> hf mf ekeyprn
It prints the keys loaded in the emulator memory
Usage: hf mf ekeyprn [card memory]
[card memory]: 1 = 1K (default), 4 = 4K
sample: hf mf ekeyprn 1
pm3 --> hf mf ekeyprn 1
|---|----------------|----------------|
|sec|key A |key B |
|---|----------------|----------------|
|000| ffffffffffff | ffffffffffff |
|001| ffffffffffff | ffffffffffff |
|002| ffffffffffff | ffffffffffff |
|003| ffffffffffff | ffffffffffff |
|004| ffffffffffff | ffffffffffff |
|005| ffffffffffff | ffffffffffff |
|006| ffffffffffff | ffffffffffff |
|007| ffffffffffff | ffffffffffff |
|008| ffffffffffff | ffffffffffff |
|009| ffffffffffff | ffffffffffff |
|010| ffffffffffff | ffffffffffff |
|011| ffffffffffff | ffffffffffff |
|012| ffffffffffff | ffffffffffff |
|013| ffffffffffff | ffffffffffff |
|014| ffffffffffff | ffffffffffff |
|015| ffffffffffff | ffffffffffff |
|---|----------------|----------------|
Offline
And since the "hf mf ecfill" supports different kinds of cardsizes, I consequently change my fix for "hf mf ekeyprn"
Offline
?? What was the end status then ?
Offline
it handles 0,1,2,4 like other commands now.
You can see it in my fork.
Offline
Pages: 1