In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article will explain in detail how to compile and use Proxmark3 in Linux. The content of the article is of high quality, so the editor shares it for you as a reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.
1 pre-preparation (essential software for installing PM3) sudo apt-get install git build-essential libreadline5 libreadline-dev gcc-arm-none-eabi libusb-0.1-4 libusb-dev libqt4-dev ncurses-dev perl pkg-config
Git Clone the latest version of the Proxmark project:
Git clone https://github.com/Proxmark/proxmark3.git
Parrot OS's partners can clone iceman's projects:
Git clone https://github.com/iceman1001/proxmark3.git
Open the Proxmark3 repository you just cloned:
Cd proxmark3
Now compile bootrom,OS and the software.
Make clean & & make2 identifies PM3 devices
Connect Proxmark3 to an empty USB port, open the terminal and run:
Dmesg | grep-I usb
If the returned result is the HID device shown below, then we first need to upgrade the Proxmark3 to CDC Bootloader
[5414.961137] usb2-2.2: new full speed USB device number 11 using uhci_hcdMay 3 15:53:43 proxtest mtp-probe: checking bus 2, device 11: "/ sys/devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb2/2-2 generic-usb 0003:9AC4:4B8F.0008 2-2.2" [5422.297626] generic-usb 0003:9AC4:4B8F.0008: hiddev0,hidraw2:USB HID v1.00 Device [ProxMark-3 RFID Instrument] on usb-0000:02:00.0-2.2/input0
If it appears as a CDC device as shown below, skip directly to the upgrade Proxmark3 firmware section.
[10416.461687] usb 2-1.2: new full-speed USB device number 12 using ehci_hcd [10416.555093] usb 2-1.2: New USB device found, idVendor=2d2d, idProduct=504d [10416.555105] usb 2-1.2: New USB device strings: Mfr=1, Product=0, SerialNumber=0 [10416.555111] usb 2-1.2: Manufacturer: proxmark.org [10416.555814] cdc_acm 2-1.2 usb 1.0: This device cannot do calls on its own. It is not a modem. [10416.555871] cdc_acm 2-1.2 ttyACM0 1.0: ttyACM0: USB ACM device3 upgrade Proxmark3 to CDC Bootloader
First unplug the PM3 device, make sure the current command line is in the proxmark3 folder, and type the following command:
Cd clientmake
Press and hold the button on the Proxmark3 and plug it into the USB port.
Next, type bootloader:
. / flasher / dev/ttyACM0-b.. / bootrom/obj/bootrom.elf
Release the button when you see OK. Then return to the Proxmark3 home directory:
Cd.. / Note: you may not be able to connect when using the Kali Linux virtual machine, so you need to upgrade Proxmark3 to CDC Bootloader boot before connecting. But I still recommend installing Kali Linux on raspberry pie or booting Kali Linuux from a flash drive.
4 upgrade PM3 firmware
Make sure the current command line is in the proxmark3 directory:
Cd client./flasher / dev/ttyACM0.. / armsrc/obj/fullimage.elfcd..
Flasher will detect the Proxmark3 device and restart it, after which Flasher will start brushing the firmware. You may have to run dmesg and check which serial port Proxmark3 is connected to, and replace ttyACM0 if you encounter problems. If not, reseat the USB cable and run the command again.
Warning! Do not unplug the USB cable or cancel the command when actually upgrading the firmware. It may take a while for Flasher to restart detection of Proxmark3 (usually less than a minute).
5 run the Proxmark3 client
Make sure the current command line is under the proxmark3 directory:
Cd client./proxmark3 / dev/ttyACM0
Now run the command to verify the functionality of PM3:
Proxmark3 > hw status
Proxmark3 > hf 14a info
On how to compile and use Proxmark3 in Linux to share here, I hope the above content can be of some help to you, you can learn more knowledge. If you think the article is good, you can share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.