Proxmark3 community

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.

Announcement

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.

#1 2014-11-13 22:07:59

iceman
Administrator
Registered: 2013-04-25
Posts: 9,507
Website

Minor bug in "hf mf ekeyprn"

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

#2 2014-11-13 22:20:09

iceman
Administrator
Registered: 2013-04-25
Posts: 9,507
Website

Re: Minor bug in "hf mf ekeyprn"

And since the "hf mf ecfill" supports different kinds of cardsizes, I consequently change my fix for "hf mf ekeyprn"

Offline

#3 2014-11-14 21:48:34

holiman
Contributor
Registered: 2013-05-03
Posts: 566

Re: Minor bug in "hf mf ekeyprn"

?? What was the end status then ?

Offline

#4 2014-11-14 22:28:48

iceman
Administrator
Registered: 2013-04-25
Posts: 9,507
Website

Re: Minor bug in "hf mf ekeyprn"

it handles 0,1,2,4 like other commands now.
You can see it in my fork.

Offline

Board footer

Powered by FluxBB