Help with RFID implant

The other guys have answered you with the same thing I would say

The only reason I am jumping is is, giving you the benefit of the doubt, and assuming you know what you are doing ( The white cloner is not doing you any favours there :wink: )

OKAYYYY, This is going to sound like I am puling the piss, but bear with me, Check out this post, there is probably some answers in here for you

Basically, you probably shouldn’t have used a white cloner, but that horse has bolted :horse_racing:

This will write the “standard” 51243648 password
OR
This will write the “standard” AA55BBBB password

AT least you have the red background cloner! so that is a good thing could be worse!

You have a couple of options:-

IF
the password is 51243648
THEN
Grab a Blue Cloner, it uses the same password so as long as you are trying to read / write EM, HID or AWID you SHOULD be fine

And check this thread out

ELSE

Grab a Proxmark3 and remove the password

Your Syntax may differ, my Proxmark is running older firmware, but yours will “Talk” you through it

Remove the 51243648 password

This is outside the purpose of the review, but PM3 commands for a quick reference:-
To remove the forced password and write a new EM410x ID
This is the method I used

lf t55xx read b 0 p 51243648 o

lf t55xx wipe

lf t55 trace

lf t55xx write b 0 d 00107060 p 51243648

lf t55xx write b 7 d 00000000

lf em 410x_write ********** 1

********** = your chosen EM410x UID

Remove the AA55BBBB password

lf t55xx read b 0 p 51243648 o

lf t55xx wipe

lf t55 trace

lf t55xx write b 0 d 00148041 p AA55BBBB {Thanks @TomHarkness}

lf t55xx write b 7 d 00000000

lf em 410x_write ********** 1

********** = your chosen EM410x UID

Then, forever more, use only your Proxmark to read and write your future products

AFTER THAT, Video yourself setting fire :fire: to or smashing :hammer: the white cloner and post it here

FINALLY
Walk these halls telling people of the perils of using the White cloner

2 Likes