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 2020-04-30 02:34:34

Anviori
Contributor
Registered: 2020-04-23
Posts: 2

ISO 14443A-4 Card Emulation

Hello,

I have been messing around with the Proxmark RDV4 for the past couple days in a mac OS Catalina environment. I've have a lot of success sniffing communication between DESFire Cards and a reader/writer system run by a PN7150 NFC controller. I was just wondering if the RDV4 device is also capable of emulating an ISO14443A-4 card where I can handle the commands being received and manually transmit my responses via a python script.

I've attempted to use the pyscard library; but I couldn't manage to detect the RDV4 as 'reader' using the smartcard APIs. Any insight on this is greatly appreciated.

Thank you

Offline

#2 2020-04-30 08:11:56

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

Re: ISO 14443A-4 Card Emulation

You can either hook up against the pm3 client using python and start the client,  sending commands via stdin/stdout,  or you can use the -c param to the client and execute commands. 

Psuedo code,  I am not a python coder.

import os
stream = os.popen('./pm3 -c 'hf search')
output = stream.read()
output

Offline

Board footer

Powered by FluxBB