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-10-08 09:52:10

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

Seems Felicia support is on the table

Looks like this repo has finaly brought Felicia support to PM3.  Also some sniff changes and a new FPGA mode.  Some bugs fixed,  not sure how it could be adapted to PM3 officall nicely.

https://github.com/Satsuoni/proxmark3

Offline

#2 2017-10-25 15:38:10

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

Re: Seems Felicia support is on the table

I have had some Octopus cards from HongKong laying for years at home, not being able to read them.
Today something happend!   

Now its time to make these command behave good and informative!

pm3->  hf felica litedump

Recorded Activity (TraceLen = 532 bytes)
Block number 00, status: 01 a6
S_PAD0: d2  00  67  4e  ff  70  de  00  00  00  00  00  00  00  00  00
Block number 01, status: 01 a6
S_PAD1: d2  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
Block number 02, status: 01 a6
S_PAD2: d2  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
Block number 03, status: 01 a6
S_PAD3: d2  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
Block number 04, status: 01 a6
S_PAD4: d2  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
Block number 05, status: 01 a6
S_PAD5: d2  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
Block number 06, status: 01 a6
S_PAD6: d2  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
Block number 07, status: 01 a6
S_PAD7: d2  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
Block number 08, status: 01 a6
S_PAD8: d2  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
Block number 09, status: 01 a6
S_PAD9: d2  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
Block number 0a, status: 01 a6
S_PAD10: d2  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
Block number 0b, status: 01 a6
S_PAD11: d2  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
Block number 0c, status: 01 a6
S_PAD12: d2  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
Block number 0d, status: 01 a6
S_PAD13: d2  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
Block number 0e, status: 01 a6
REG: regA: 210 regB: 0 regC: 0000000000000000
Block number 80, status: 01 a6
Random Challenge, WO:  d2  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
Block number 81, status: 01 a6
MAC, only set on dual read:  d2  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
Block number 82, status: 01 a6
ID Block, IDd: 0xd200000000000000 DFC: 0x0000 Arb: 000000000000
Block number 83, status: 01 a6
DeviceId:  IDm: 0xd200000000000000 PMm: 0x0000000000000000
Block number 84, status: 01 a6
SER_C: 0xd200
Block number 85, status: 01 a6
SYS_Cl 0xd200
Block number 86, status: 01 a6
CKV (key version): 0xd200
Block number 87, status: 01 a6
CK (card key), WO:   d2  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
Block number 88, status: 01 a6
Memory Configuration (MC):
MAC needed to write state: off
Write with MAC for S_PAD  : 00
Write with AUTH for S_PAD : 00
Read after AUTH for S_PAD : 00
MAC needed to write CK and CKV: off
RF parameter: 00
Compatible with NDEF: no
Memory config writable : no
RW access for S_PAD : 20
Block number 90, status: 01 a6
Write count, RO:   d2 00 00
Block number 91, status: 01 a6
MAC_A, RW (auth):   d2  00  00  00  00  00  00  00  00  00  00  00  00  00  00  00
Block number 92, status: 01 a6
State:
Polling disabled: no
Authenticated: yes

Offline

#3 2017-12-13 02:17:05

frank
Contributor
Registered: 2017-12-10
Posts: 15

Re: Seems Felicia support is on the table

iceman wrote:

Looks like this repo has finaly brought Felicia support to PM3.  Also some sniff changes and a new FPGA mode.  Some bugs fixed,  not sure how it could be adapted to PM3 officall nicely.

https://github.com/Satsuoni/proxmark3

Thats really cool! Any chances to share the compiled binary?

Offline

#4 2017-12-13 07:26:39

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

Re: Seems Felicia support is on the table

@satsuoni added the FeliCa support into iceman fork.   Needed some merging with @piwi changes aswell.

Not full support with normal commands, but still,  its a work in progress.

Offline

#5 2017-12-13 15:13:28

frank
Contributor
Registered: 2017-12-10
Posts: 15

Re: Seems Felicia support is on the table

iceman wrote:

@satsuoni added the FeliCa support into iceman fork.   Needed some merging with @piwi changes aswell.

Not full support with normal commands, but still,  its a work in progress.

Good to know. Since I have some difficulties to setup a Linux box to compile @satsuoni's fork, and I believe you have compiled it successfully when testing. It will be highly appreciated if you may share the binary of satsuoni's fork.

Offline

#6 2017-12-13 18:26:20

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

Re: Seems Felicia support is on the table

Your assumption if wrong.  I have not compiled @satsuoni 's fork. I'm quite sure you figure out how to compile it.

Offline

Board footer

Powered by FluxBB