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.
This command allows you to simulate an arbitrary Manchester encoded tag with any clock rate you specify, and an inter-ID gap if required:
lossimman <Clock Rate> <Binary> <GAP>
For example:
losimman 64 1111111110001100101001100100101010011000111110001100100000000010 0
would simulate an EM4102/Unique tag with the UID 1234567890. This can also be used to simulate 'unknown' TAG types for which you've got the raw binary data. The inter-UID gap is a number of microseconds to pause between sending each burst of simulated ID. This option has also been added to the 'losim' command, which normally strips such gaps out.
Rev 316 FTW.
Offline
This can also be used to simulate 'unknown' TAG types for which you've got the raw binary data.
How to obtain the raw binary data ?
lf read
data samples 40000
data mandemod
that command is ok ?
What is
data bitsamples ?
data bitstream ?
Offline