proxmark3/Installation_Instructions/Kali-Installation-Instructions.md
Chrissy Morgan fd2b0d98be
Create Kali-Installation-Instructions.md
Created Kali page
2019-04-08 00:05:12 +01:00

2.6 KiB

Kali Installation

Kali users usually must kill their modem manager in order for the proxmark3 to enumerate properly. ''' sudo apt remove modemmanager '''

Video Installation guide

Kali Installation tutorial


Manual Install

First what we want to do is get an update for the system. If you need to upgrade do this before the install An upgrade was carried out prior to following these instructions.

Update

sudo apt-get update

Requirements.

sudo apt-get install p7zip git build-essential libreadline5 libreadline-dev \
libusb-0.1-4 libusb-dev libqt4-dev perl pkg-config wget libncurses5-dev gcc-arm-none-eabi

If you do get any issues during the requirements installation, I have found it to help using the synaptic package manager.

Clone Fork

git clone https://github.com/RfidResearchGroup/proxmark3.git

Change directory into the directory created

cd proxmark3

Get the latest commits

git pull

Make Udev

Iceman has made the udev script which takes care of the blacklist rules. This should take care of the remove modem manager. The make udev command also create's an alias for the pm3 under /dev which you will use to connect to the proxmark.

sudo make udev

if you have any issues:

sudo apt remove modemmanager

Note

If you have any issues connecting or during the flash, follow the steps listed here and use the command sudo apt remove modemmanager

Log out and log back in again. And now we are all set to take the next step.

Enter the proxmark3 folder

cd proxmark3

Clean and Compile

Clean and complete compilation

 make clean && make all

Check Connection

Once this is complete run the following comands to make sure the proxmark is being picked up by your computer.

sudo dmesg | grep -i usb

It should show up as a CDC device:

[10416.555108] usb 2-1.2: Product: PM3
[10416.555111] usb 2-1.2: Manufacturer: proxmark.org
[10416.555871] cdc_acm 2-1.2:1.0: ttyACM0: USB ACM device

Flash the BOOTROM & FULLIMAGE

client/flasher /dev/ttyACM0 -b bootrom/obj/bootrom.elf armsrc/obj/fullimage.elf

Change into the client folder

cd client

Run the client

./proxmark3 /dev/pm #press tab on the keyboard for it to detect the proxmark

or

Run the client

./proxmark3 /dev/ttyACM0

Run a test command

hw tune