How to Install Proxmark3 on Kali Linux

This article guides you to set up your Proxmark3 in Kali Linux. You can follow this document to install Proxmark3 drivers in Kali Linux.
Introduction
The Proxmark III is a device developed by Jonathan Westhues that enables sniffing, reading and cloning of RFID (Radio Frequency Identification) tags. You can find more information in this link.
The document will guide you to set up Proxmark3 on Kali Linux.
Installation Prerequisite Software/Library
First, execute the following command to install some packages.
|
|
Install Proxmark3 Application
After installed the above prerequisite packages, we then are able to install Proxmark3’s application.
First, we download Proxmark3 application from GitHub repository.
|
|
Then, execute the following commands to compile it and install.
|
|

Setup Device
Next, plug in the Proxmark3 device into your Kali Linux. Due to Linux system is different with Windows, it will not show any icons/devices on your desktop. We have to execute the following commands to obtain Proxmark3 device information.
|
|

The above command will display all USB device information. The last few lines are Proxmark3 device information. In this case, it is using CDC bootloader (cdc_acm …), and the device’s name is ttyACM0.
Now, we are able to start the Proxmark3 client application with the device name by executing the following command.
|
|
