]> git.zerfleddert.de Git - proxmark3-svn/commit
Adds random nonce (r) option to `hf mf sim`.
authorMichael Farrell <micolous+git@gmail.com>
Thu, 26 Jan 2017 07:16:10 +0000 (18:16 +1100)
committerMichael Farrell <micolous+git@gmail.com>
Thu, 26 Jan 2017 07:32:25 +0000 (18:32 +1100)
commitf9c1dcd9f6e68a8c07cffed697a9c4c8caed6015
tree8dd2ae19f05f058ec76fab5b8132ee6c80d8bb35
parent910ad5470d913baeaf9d882a22fc1b853318a5da
Adds random nonce (r) option to `hf mf sim`.

This makes the PM3 generate pseudo-random nonces rather than sequential
nonces, to make it act a bit more like a "real" MFC card.  A reader would
otherwise be able to detect the PM3 probing based on the predictable nonces
and throw different authentication challenges (or refuse to authenticate at
all).

The code includes an implementation of a rand-like function (prand), similar
to the one from libc, which is seeded automatically based on the time it
takes between the PM3 starting up and the first call to the RNG.

This isn't cryptographically random, but should be "good enough" to be able
to evade basic detection.
armsrc/iso14443a.c
armsrc/util.c
armsrc/util.h
client/cmdhfmf.c
include/usb_cmd.h
Impressum, Datenschutz