The Proxmark3 to NFC Converter is a Python application designed to convert JSON dump files exported from Proxmark3 to NFC files compatible with the Flipper Zero. This tool provides an easy-to-use graphical interface for selecting input and output files, and it performs the conversion seamlessly.
- 🛠 Converts Proxmark3 JSON dump files to NFC files.
- 📇 Supports All Mifare Classic Card dumps.
- 💻 User-friendly graphical interface with Tkinter.
- 📋 Logs conversion progress and errors.
- Version: 1.0.1
To make life easier for those who are away from their PC but want to convert quickly and effortlessly!
Ensure you have the following prerequisites installed:
- Python 3.x
- Tkinter (built-in VSCODE)
-
Clone the repository:
git clone https://github.com/xOryus/NFCMark3 cd NFCMark3
-
Run the application:
python NFCMark3.py
-
Open the application by running the script:
python NFCMark3.py
-
Use the "Load JSON File" button to select the input Proxmark3 JSON dump file.
-
Wait for the conversion to happen in seconds
-
Use the "Save Output to File" button to save the already configured .nfc file
-
Check the log area for progress and any error messages.
Here's an example of the application in use:
-
Fork the repository.
-
Create your feature branch:
git checkout -b feature/AmazingFeature
-
Commit your changes:
git commit -m 'Add some AmazingFeature'
-
Push to the branch:
git push origin feature/AmazingFeature
-
Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or feedback, feel free to reach out:
- Creator: Strix
- Discord: strixmosh
Special thanks to the developers and community of Proxmark3 and Momentum Firmware for their tools and support.