Proxmark 3
Setup & Requirements
For OSX XQuartz must be installed: https://www.xquartz.org/
Again for OSX install Brew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"brew tap proxmark/proxmark3 && brew install proxmark3sudo apt 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 libstdc++-arm-none-eabi-newlib libpcsclite-dev pcscd
git clone https://github.com/proxmark/proxmark3.git
cd proxmark3 && git pull
sudo cp -rf driver/77-mm-usb-device-blacklist.rules /etc/udev/rules.d/77-mm-usb-device-blacklist.rules
sudo udevadm control --reload-rules
make clean && make allRead read an exiting tag
proxmark3> lf hid fskdemod
#db# TAG ID: 2400a724c4 (47212)Write to a new T5577/T5567/T5557 tag:
proxmark3> lf hid clone 2400a724c4
Cloning tag with ID 2400a724c4
#db# DONE!Last updated