2d2d:504d Proxmark3

proxmark.org

Vendor ID
2d2d
Product ID
504d
Combined
2d2d:504d
Decimal
11565:20557

What is this device?

This is the USB identifier for a Proxmark3 manufactured by proxmark.org. The vendor ID 2d2d is registered to proxmark.org with the USB Implementers Forum, and 504d is the product ID that proxmark.org assigned to this particular model. When you run lsusb on Linux, this device appears as 2d2d:504d proxmark.org Proxmark3.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 2d2d:504d proxmark.org Proxmark3

You can filter directly with lsusb -d 2d2d:504d, or get the full descriptor dump with lsusb -v -d 2d2d:504d. Kernel messages from dmesg show the same pair as idVendor=2d2d, idProduct=504d.

Windows

In Device Manager, open the device, go to Details → Hardware Ids. This device reports:

USB\VID_2D2D&PID_504D
USB\VID_2D2D&PID_504D&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_2D2D&PID_504D"

macOS

$ system_profiler SPUSBDataType
    Proxmark3:
      Product ID: 0x504d
      Vendor ID: 0x2d2d  (proxmark.org)

Driver help

Having driver issues with this device? Most USB devices are handled by a generic class driver; if yours shows up as an unknown device, confirm the ID above first, then check the manufacturer's downloads page.

Raw usb.ids entry

The exact lines this page is generated from, in the upstream source file:

2d2d  proxmark.org
	504d  Proxmark3

More from proxmark.org