/NFCMark3

Primary LanguagePythonOtherNOASSERTION

🐬 Proxmark3 to NFC Converter

Proxmark3 to NFC Converter

Python Version License Version

📝 Description

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.

✨ Features

  • 🛠 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 Information

  • Version: 1.0.1

🌐 SITE

To make life easier for those who are away from their PC but want to convert quickly and effortlessly!

NFCMark3 Site

📥 Installation

Prerequisites

Ensure you have the following prerequisites installed:

  • Python 3.x
  • Tkinter (built-in VSCODE)

Installing

  1. Clone the repository:

    git clone https://github.com/xOryus/NFCMark3
    cd NFCMark3
  2. Run the application:

    python NFCMark3.py

📖 Usage

  1. Open the application by running the script:

    python NFCMark3.py
  2. Use the "Load JSON File" button to select the input Proxmark3 JSON dump file.

  3. Wait for the conversion to happen in seconds

  4. Use the "Save Output to File" button to save the already configured .nfc file

  5. Check the log area for progress and any error messages.

📸 Example

Here's an example of the application in use:

Application Screenshot

🤝 Contributing

  1. Fork the repository.

  2. Create your feature branch:

    git checkout -b feature/AmazingFeature
  3. Commit your changes:

    git commit -m 'Add some AmazingFeature'
  4. Push to the branch:

    git push origin feature/AmazingFeature
  5. Open a pull request.

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.

📞 Contact

For any questions or feedback, feel free to reach out:

  • Creator: Strix
  • Discord: strixmosh

🙏 Acknowledgements

Special thanks to the developers and community of Proxmark3 and Momentum Firmware for their tools and support.