Slowmin
Technology and Tinkering
Search
  • Home
  • Technology Tutorials
    • Single Board Computer
    • SDR
    • IoT
  • Contact
Chinese Proxmark3 Easy
08 04 2019

Install the Proxmark3 on Kali Linux

Minty RFID, Technology Tutorials

Install prerequisites

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 libpcsclite-dev pcscd

Get the latest revision of the official project or the Iceman fork with additional features:

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

Or:

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

Change directory to the recently cloned Proxmark3 repository

cd proxmark3

Compile the bootrom, OS and software.

make clean && make all

Kali users currently need to kill the Modem Manager:

killall ModemManager

Flash the boot ROM

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

Flash the image

./client/proxmark3 /dev/ttyACM0 armsrc/obj/fullimage.elf

Start Proxmark

./client/proxmark3 /dev/ttyACM0

(Note: If the proxmark is not found it can be that it is on ttyACM1)

Fake GPS with a HackRF One

Related Posts

HackRF GPS

SDR, Technology Tutorials

Fake GPS with a HackRF One

Gqrx Bookmarks

SDR, Technology Tutorials

Build an automatic frequency scanner with RTL-SDR and Gqrx

Nodemcu weather station

IoT, Technology Tutorials

Make a network weather station with NodeMcu for under 20$

Search

Recent Posts

  • Install the Proxmark3 on Kali Linux
  • Fake GPS with a HackRF One
  • Build an automatic frequency scanner with RTL-SDR and Gqrx
  • Make a network weather station with NodeMcu for under 20$
  • How I built my own Linux tablet with the Pine A64 and Armbian

Archives

  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • October 2018

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Slowmin
© Slowmin 2021