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 2016-12-28 09:40:36

addy
Contributor
Registered: 2016-09-19
Posts: 16

Error creating dump file

When I run the command  hf mf dump I get an error message and no output file is written

|-----------------------------------------|
|------ Reading sector access bits...-----|
|-----------------------------------------|
#db# READ BLOCK FINISHED
#db# READ BLOCK FINISHED
#db# READ BLOCK FINISHED
#db# READ BLOCK FINISHED
#db# READ BLOCK FINISHED
#db# Multiple tags detected. Collision after Bit 27
#db# Can't select card
#db# READ BLOCK FINISHED
Could not get access rights for sector  5. Trying with defaults...
#db# READ BLOCK FINISHED
#db# READ BLOCK FINISHED
#db# Cmd CRC response error.
#db# Read block error
#db# READ BLOCK FINISHED
Could not get access rights for sector  8. Trying with defaults...
#db# READ BLOCK FINISHED
#db# Cmd CRC response error.
#db# Read block error
#db# READ BLOCK FINISHED
Could not get access rights for sector 10. Trying with defaults...
#db# Cmd CRC response error.
#db# Read block error
#db# READ BLOCK FINISHED
Could not get access rights for sector 11. Trying with defaults...
#db# Can't select card
#db# READ BLOCK FINISHED
Could not get access rights for sector 12. Trying with defaults...
#db# READ BLOCK FINISHED
#db# READ BLOCK FINISHED
#db# READ BLOCK FINISHED
|-----------------------------------------|
|----- Dumping all blocks to file... -----|
|-----------------------------------------|
#db# READ BLOCK FINISHED
Successfully read block  0 of sector  0.
#db# READ BLOCK FINISHED
Successfully read block  1 of sector  0.
#db# Authentication failed. Card timeout.
#db# Auth error
#db# READ BLOCK FINISHED
Could not read block  2 of sector  0

I have all my keys:

proxmark3> hf mf ekeyprn
|---|----------------|----------------|
|sec|key A           |key B           |
|---|----------------|----------------|
|000|  ffffffffffff  |  cb352c149e36  |
|001|  32a60f82f087  |  cb352c149e36  |
|002|  ffffffffffff  |  ffffffffffff  |
|003|  ffffffffffff  |  ffffffffffff  |
|004|  ffffffffffff  |  ffffffffffff  |
|005|  ffffffffffff  |  ffffffffffff  |
|006|  ffffffffffff  |  ffffffffffff  |
|007|  ffffffffffff  |  ffffffffffff  |
|008|  ffffffffffff  |  ffffffffffff  |
|009|  ffffffffffff  |  ffffffffffff  |
|010|  ffffffffffff  |  ffffffffffff  |
|011|  ffffffffffff  |  ffffffffffff  |
|012|  ffffffffffff  |  ffffffffffff  |
|013|  ffffffffffff  |  ffffffffffff  |
|014|  ffffffffffff  |  ffffffffffff  |
|015|  ffffffffffff  |  ffffffffffff  |
|---|----------------|----------------|

After a few tries with the read sector command, I can read each sector

proxmark3> hf mf rdsc 0 A FFFFFFFFFFFF
--sector no:0 key type:A key:ff ff ff ff ff ff

#db# Authentication failed. Error card response.
#db# Auth error
#db# READ SECTOR FINISHED
isOk:00
proxmark3> hf mf rdsc 0 A FFFFFFFFFFFF
--sector no:0 key type:A key:ff ff ff ff ff ff

#db# Cmd Error: 04
#db# Read sector  0 block  2 error
#db# halt error. response len: 1
#db# Halt error
#db# READ SECTOR FINISHED
isOk:00
proxmark3> hf mf rdsc 0 A FFFFFFFFFFFF
--sector no:0 key type:A key:ff ff ff ff ff ff

#db# READ SECTOR FINISHED
isOk:01
data   : 46 b9 8f 95 e5 88 04 00 c0 8e 1a 19 55 70 14 12
data   : 70 69 81 00 30 12 72 91 24 d5 91 27 22 15 30 00
data   : 01 56 a7 75 ce 9a 04 0d fe 44 d0 7d 95 1e bb 7a
trailer: 00 00 00 00 00 00 48 77 8b 00 00 00 00 00 00 00

Could I have a bad proxmark?

Can I create the output file manually? I would manually read each sector then copy/paste it in the notepad editor.  What would be the format of this file and how would it be organized?

As a check:

Prox/RFID mark3 RFID instrument
bootrom: master/v2.2.0-271-g910ad54-dirty-suspect 2016-12-19 18:01:16
os: master/v2.2.0-271-g910ad54-dirty-suspect 2016-12-19 18:01:22
LF FPGA image built for 2s30vq100 on 2015/03/06 at 07:38:04
HF FPGA image built for 2s30vq100 on 2015/11/ 2 at  9: 8: 8

uC: AT91SAM7S256 Rev C
Embedded Processor: ARM7TDMI
Nonvolatile Program Memory Size: 256K bytes. Used: 185695 bytes (71). Free: 76449 bytes (29).

Second Nonvolatile Program Memory Size: None
Internal SRAM Size: 64K bytes
Architecture Identifier: AT91SAM7Sxx Series
Nonvolatile Program Memory Type: Embedded Flash Memory
proxmark3>

Thanks for you help

Offline

#2 2016-12-28 10:04:38

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

Re: Error creating dump file

Could be antenna, run and paste yr output.

 hw tune 

It could also be the positioning of tag and antenna, usually 1-1.5cm is a good distance.  trial and error to find the sweet spot.

Not sure why u use "ekeyprn".

Read the datasheet for mifare classic to see the memory layout.

Offline

#3 2016-12-28 10:09:09

addy
Contributor
Registered: 2016-09-19
Posts: 16

Re: Error creating dump file

Thanks iceman.

here is my ant details

proxmark3> hw tune

Measuring antenna characteristics, please wait........
# LF antenna: 31.21 V @   125.00 kHz
# LF antenna: 29.15 V @   134.00 kHz
# LF optimal: 36.16 V @   129.03 kHz
# HF antenna: 28.50 V @    13.56 MHz
Displaying LF tuning graph. Divisor 89 is 134khz, 95 is 125khz.

Offline

#4 2016-12-28 10:22:57

addy
Contributor
Registered: 2016-09-19
Posts: 16

Re: Error creating dump file

Got it to work.

1. removed lf ant
2. held it a small distance from the reader.

thanks iceman for your help

Offline

#5 2016-12-28 10:39:16

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

Re: Error creating dump file

You should not have to remove the lf antenna,  well, there are posts about the pm3 version from Elechouse, "pm3 easy".

Offline

Board footer

Powered by FluxBB