- Notifications
You must be signed in to change notification settings - Fork5
A Python-based CLI for PN532 and PN532Killer under HSU mode.
License
whywilson/pn532-python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is the Python-based CLI for PN532 and PN532Killer working on HSU (Hight Speed UART) mode. If you're using the PN532 development board, remember to switch the mode to HSU.
- PN532 with USB Serial Chip on HSU Mode
- All-in-one PN532
- PN532Killer
Install Python 3.9+ then run the following command:
cd scriptpip install -r requirements.txt
Run the main script with the following command:
cd scriptpython pn532_cli_main.py
Run with debug mode enabled, every raw data will be printed out:
# Python script in Terminalpython pn532_cli_main.py --debug# Windows executable in Terminalpn532_cli_main.exe --debug# Linux or MacOS executable in Terminal./pn532_cli_main --debug
- Read and write Mifare Classic Mini, 1K, 4K
- Read and write MiFare Ultralight
- Magic commands for Gen1a, Gen3, Gen4 UMC
- Send ISO14443A raw commands
- NTAG Emulate
- Tag Reader (MF1, Icode, EM4100)
- Tag Emulator
- MFkey32v2
- MFkey64
- Staticnested attack
libnfc
Proxmark3
Chameleon Ultra
The MIT License (MIT)Copyright (c) 2016 Manuel Fernando Galindo
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
About
A Python-based CLI for PN532 and PN532Killer under HSU mode.