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-08-10 21:49:13

Bonasera
Contributor
Registered: 2017-08-03
Posts: 6

Need Help writing AWID

Hello Proxmark community! I am new and I am very keen to learn how to clone rfid keys. Currently i am having this error: "Error occurred, device did not ACK write operation. (May be due to old firmware) "

After I find block 0, (0x00107060)  I write "Block 0 for AWID/paradox" that to a brand new t55xx tag and then it show's the error... Any help would greatly appreciated.

Do I need to update my software program?  Thanks!


Checking for known tags:
AWID Found - BitLength: 26, FC: 53, Card: 883 - Wiegand: 6a06e6, Raw: 011d82b412bd711111111111         
Valid AWID ID Found!         
proxmark3>
proxmark3> lf t55xx detect
Modulation : FSK2a         
Bit Rate   : 4 - RF/50         
Inverted   : Yes         
Offset     : 1         
Block0     : 0x00107060         
proxmark3>
proxmark3> lf t55xx write b 0 d 00107060
Writing to page: 0  block: 0  data : 0x00107060         
Error occurred, device did not ACK write operation. (May be due to old firmware)

Offline

#2 2017-08-10 22:02:30

Charlie
Contributor
Registered: 2017-01-27
Posts: 129

Re: Need Help writing AWID

you can always just use the awid clone cmd...

lf awid clone <FC> <Card>

your tag...
lf awid clone 53 883

Offline

#3 2017-08-10 22:22:39

Bonasera
Contributor
Registered: 2017-08-03
Posts: 6

Re: Need Help writing AWID

Thank you Charlie for your response. I have tried it but there's an error occurred. Please see below of the results

proxmark3> lf awid clone 53 883
Preparing to clone AWID26 to T55x7 with FC: 53, CN: 883 (Raw: 011d82b412bd711111111111)         
Block 0: 0x00107060         
Block 1: 0x011d82b4         
Block 2: 0x12bd7111         
Block 3: 0x11111111         
Error occurred, device did not respond during write operation.         
proxmark3>

Offline

#4 2017-08-10 22:25:28

Bonasera
Contributor
Registered: 2017-08-03
Posts: 6

Re: Need Help writing AWID

Charlie wrote:

you can always just use the awid clone cmd...

lf awid clone <FC> <Card>

your tag...
lf awid clone 53 883

Thank you Charlie for your response. However there's still an error when I tried it. Please see below:

proxmark3> lf awid clone 53 883
Preparing to clone AWID26 to T55x7 with FC: 53, CN: 883 (Raw: 011d82b412bd711111111111)         
Block 0: 0x00107060         
Block 1: 0x011d82b4         
Block 2: 0x12bd7111         
Block 3: 0x11111111         
Error occurred, device did not respond during write operation.         
proxmark3>

Offline

#5 2017-08-11 00:07:44

Charlie
Contributor
Registered: 2017-01-27
Posts: 129

Re: Need Help writing AWID

What does it say for each of these cmds?

hw tune
hw version

Offline

#6 2017-08-11 04:11:14

Dot.Com
Contributor
From: Hong Kong
Registered: 2016-10-05
Posts: 180
Website

Re: Need Help writing AWID

hw tune to test your hardware voltage

hw version to see your hardware version.

I not too sure whether the AWID clone command is broken.

use the 'lf t55 wrbl' command instead just to be sure.

Offline

#7 2017-08-11 08:34:32

Bonasera
Contributor
Registered: 2017-08-03
Posts: 6

Re: Need Help writing AWID

Charlie wrote:

What does it say for each of these cmds?

hw tune
hw version



Thanks Charlie for your reply...

Here is my hw tune results:

#db# Prox/RFID mark3 RFID instrument                 
#db# bootrom: /-suspect 2016-11-09 00:59:56                 
#db# os: /-suspect 2016-11-14 03:06:26                 
#db# HF FPGA image built on 2015/03/09 at 08:41:42
#db#   Modify by Willok(willok@163.com)
Prox/RFID mark3 RFID instrument         
uC: AT91SAM7S256 Rev D         
Embedded Processor: ARM7TDMI         
Nonvolatile Program Memory Size: 256K bytes. Used: 0 bytes ( 0%). Free: 262144 bytes (100%).         
Second Nonvolatile Program Memory Size: None         
Internal SRAM Size: 64K bytes         
Architecture Identifier: AT91SAM7Sxx Series         
Nonvolatile Program Memory Type: Embedded Flash Memory         
proxmark3> hw tune
Measuring antenna characteristics, please wait......         
# LF antenna: 25.85 V @   125.00 kHz         
# LF antenna: 19.94 V @   134.00 kHz         
# LF optimal: 25.85 V @   123.71 kHz         
# HF antenna: 25.24 V @    13.56 MHz         
Displaying LF tuning graph. Divisor 89 is 134khz, 95 is 125khz.
proxmark3>

HW VERSION RESULTS:

proxmark3> hw version
[[[ Cached information ]]]
Prox/RFID mark3 RFID instrument         
uC: AT91SAM7S256 Rev D         
Embedded Processor: ARM7TDMI         
Nonvolatile Program Memory Size: 256K bytes. Used: 0 bytes ( 0%). Free: 262144 bytes (100%).         
Second Nonvolatile Program Memory Size: None         
Internal SRAM Size: 64K bytes         
Architecture Identifier: AT91SAM7Sxx Series         
Nonvolatile Program Memory Type: Embedded Flash Memory

Offline

#8 2017-08-11 09:28:11

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

Re: Need Help writing AWID

sorry @OP,

You are running on a custom firmware, you have to ask your question to the creator of that firmware which looks like Willok.
On this forum we recommend to run the offical PM3 master v3.0.1,  to be sure there is no bugs in latest source.

#db# Prox/RFID mark3 RFID instrument                 
#db# bootrom: /-suspect 2016-11-09 00:59:56                 
#db# os: /-suspect 2016-11-14 03:06:26                 
#db# HF FPGA image built on 2015/03/09 at 08:41:42
#db#   Modify by Willok(willok@163.com)

Offline

#9 2017-08-11 18:37:13

Bonasera
Contributor
Registered: 2017-08-03
Posts: 6

Re: Need Help writing AWID

iceman wrote:

sorry @OP,

You are running on a custom firmware, you have to ask your question to the creator of that firmware which looks like Willok.
On this forum we recommend to run the offical PM3 master v3.0.1,  to be sure there is no bugs in latest source.

#db# Prox/RFID mark3 RFID instrument                 
#db# bootrom: /-suspect 2016-11-09 00:59:56                 
#db# os: /-suspect 2016-11-14 03:06:26                 
#db# HF FPGA image built on 2015/03/09 at 08:41:42
#db#   Modify by Willok(willok@163.com)

In your opinion, do you think I should update my firmware? If so, can you please send me a link where I can see step by step? I am very new and would appreciate your guidance. Thanks

Offline

Board footer

Powered by FluxBB