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 2017-09-22 20:28:24

seanedu
Contributor
From: Canada
Registered: 2017-04-12
Posts: 105

Need help clone hid tag with long ID

Hello all,I need help clone hid fob with long ID which I failed to clone it to a t5577 tag,result are below..

HID Prox TAG ID: 9e00001fd4827f0001344c0 (41568)

Valid HID Prox ID Found!
NOTE: some demods output possible binary
  if it finds something that looks like a tag
False Positives ARE possible


Checking for known tags:

HID Prox TAG ID: 9e00001fd4827f0001344c0 (41568)

Valid HID Prox ID Found!
Cloning tag with ID fd4827f0001344c0
#db# Tags can only have 44 bits.
NOTE: some demods output possible binary
  if it finds something that looks like a tag
False Positives ARE possible


Checking for known tags:


No Known Tags Found!

Prox/RFID mark3 RFID instrument
bootrom: master/v2.2.0-566-g8614a5a-suspect 2017-07-18 08:43:28
os: master/v2.2.0-566-g8614a5a-suspect 2017-07-18 08:43:32
LF FPGA image built for 2s30vq100 on 2015/03/06 at 07:38:04
HF FPGA image built for 2s30vq100 on 2017/05/17 at 17:48:26

uC: AT91SAM7S256 Rev B
Embedded Processor: ARM7TDMI
Nonvolatile Program Memory Size: 256K bytes. Used: 194332 bytes (74%). Free: 67812 bytes (26%).
Second Nonvolatile Program Memory Size: None
Internal SRAM Size: 64K bytes
Architecture Identifier: AT91SAM7Sxx Series
Nonvolatile Program Memory Type: Embedded Flash Memory
NOTE: some demods output possible binary
  if it finds something that looks like a tag
False Positives ARE possible

I thank you in advance

Offline

#2 2017-09-23 01:57:41

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: Need help clone hid tag with long ID

Add a lower case "L" for long at the end of the clone cmd...  (Or show what cmd you ran.

Offline

#3 2017-09-23 18:23:42

seanedu
Contributor
From: Canada
Registered: 2017-04-12
Posts: 105

Re: Need help clone hid tag with long ID

Hi,Marshmellow,thanks for your help again,I did ran command like below,

lf hid cl 9e00001fd4827f0001344c0

also I wrote block maually to t5577

lf t55xx wr b 0 d 00107060
lf t55xx wr b 1 d 9e00001f
lf t55xx wr b 2 d d4827f00
lf t55xx wr b 3 d 01344c0

I found that there was one digit missing for block 3,as a result,I end up failed to clone hid fob,any help will be appreciated to clone 23 digit hid fob..

Offline

#4 2017-09-23 19:46:03

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: Need help clone hid tag with long ID

The hid cmds output the wiegand data not the raw block data.  Use the L option of the clone cmd

Offline

#5 2017-09-23 22:08:32

seanedu
Contributor
From: Canada
Registered: 2017-04-12
Posts: 105

Re: Need help clone hid tag with long ID

Hi,Marshmellow,I don't understand when you said "use L option of the clone cmd",I will give more detail below that I did..

lf sea

HID Prox TAG ID: 9e00001fd4827f0001344c0 (41568)
Valid HID Prox ID Found!

lf hid cl 9e00001fd4827f0001344c0

#db# Tags can only have 44 bits.
NOTE: some demods output possible binary
  if it finds something that looks like a tag
False Positives ARE possible

Checking for known tags:

No Known Tags Found!

I thought that hid ID supposed to be 10 digit but this hid ID is 23 digit,I can't figure it out,could you show me how to use L option of the clone cmd...

Offline

#6 2017-09-23 22:41:07

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: Need help clone hid tag with long ID

Run

lf hid

and look for what it says about the clone cmd.

Offline

#7 2017-09-23 22:47:48

marshmellow
Contributor
From: US
Registered: 2013-06-10
Posts: 2,302

Re: Need help clone hid tag with long ID

Btw, does your tag have any printed numbers on it?

Offline

#8 2017-09-23 23:24:30

seanedu
Contributor
From: Canada
Registered: 2017-04-12
Posts: 105

Re: Need help clone hid tag with long ID

Hi,no printed number,all it says was HID PROX...

I will try lf hid,and get back to you,thanks

Offline

#9 2017-09-23 23:45:47

seanedu
Contributor
From: Canada
Registered: 2017-04-12
Posts: 105

Re: Need help clone hid tag with long ID

I did try,but still not working,result are below..

lf hid cl 9e00001fd4827f0001344c0 l

Cloning tag with long ID 9e00001fd4827f0001344c0
#db# Tags can only have 84 bits.
NOTE: some demods output possible binary
  if it finds something that looks like a tag
False Positives ARE possible


Checking for known tags:


No Known Tags Found!

Offline

#10 2017-09-24 10:50:19

ntk
Contributor
Registered: 2015-05-24
Posts: 701

Re: Need help clone hid tag with long ID

As Marshmellow has said you need to use the "l"  (lower case l for long ID version)

also you have to use this trick (drop the 9e), Marshmellow can explain better.
lf hid cl 00001fd4827f0001344c0 l

there is an issue raised somewhere in the past.

proxmark3> lf hid cl 00001fd4827f0001344c0 l
Cloning tag with long ID 1fd4827f0001344c0
#db# DONE!
proxmark3> lf sea
NOTE: some demods output possible binary
  if it finds something that looks like a tag
False Positives ARE possible


Checking for known tags:

HID Prox TAG ID: 9e00001fd4827f0001344c0 (41568)

Valid HID Prox ID Found!

Valid T55xx Chip Found
Try lf t55xx ... commands

proxmark3>

Offline

#11 2017-09-24 16:17:51

seanedu
Contributor
From: Canada
Registered: 2017-04-12
Posts: 105

Re: Need help clone hid tag with long ID

Hi,ntk,thanks again,I will try today..I will search again in the forum also to find the same issue of mine..

Offline

#12 2017-09-24 16:22:03

seanedu
Contributor
From: Canada
Registered: 2017-04-12
Posts: 105

Re: Need help clone hid tag with long ID

It did work finally,thanks to all of you guys...

Offline

Board footer

Powered by FluxBB