Code Monkey home page Code Monkey logo

nfc-srix-programmer's Introduction

NFC SRIX Programmer

An CLI NFC application for reading, writing, analyzing, NFC ST SRI512 and SRIX4K tags.

Prerequisites

Build

You can use the provided build.sh or follow these simple steps:

mkdir build
cd build
cmake ..
make

Features

  • Read EEPROM content
  • Read NFC Tag information (such UID, Serial number, System bloks etc...)
  • Write EEPROM to a file
  • Read EEPROM from a file
  • Modify block manually
  • Write EEPROM file to NFC tag
  • Reset OTP bits

Screenshots

Main Menu

Read EEPROM Content

Read EEPROM Content

Config

Usage: ./nfc-srix [-v] [-y] [-t x4k|512]

Options:
  -v           enable verbose - print debugging data
  -y           nswer YES to all questions
  -t x4k|512   select SRIX4K or SRI512 tag type [default: x4k]

Supported tags

  • SRI512 - ISO14443B-2 ST SRx Tag IC 13.56MHz with 2 binary counters, 5 OTP blocks and anti-collision with 512-bit EEPROM in 16 Bloks
  • SRIX4 - ISO14443B-2 ST SRx or ISO14443B-3 ST SRxTag IC 13.56MHz with 2 binary counters, 5 OTP blocks and anti-collision with 4096-bit EEPROM in 128 Blocks

Note on writing tags!

Compliant ST SRx tags have some blocks that, once changed,cannot be changed back to their original value.Example Counters Blocks 5 and 6. Before writing a tag, make sure you're aware of this.

nfc-srix-programmer's People

Contributors

hassananayi avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

kaipyroami

nfc-srix-programmer's Issues

Program crashes when reading SRI512 EEPROM. "Error while reading block 16."

Error occurs when reading 4 different SRI cards from different sources. I have verified that the tags are functioning, as I am able to read everything correctly using proxmark3.

[00] FF FF FF FF --- Resettable OTP bits
[01] FF FF FF FF --- Resettable OTP bits
[02] FF FF FF FF --- Resettable OTP bits
[03] FF FF FF FF --- Resettable OTP bits
[04] FF FF FF FF --- Resettable OTP bits
[05] FE FF FF FF --- Count down counter
[06] FF FF FF FF --- Count down counter
[07] FF FF FF FF --- Lockable EEPROM
[08] FF FF FF FF --- Lockable EEPROM
[09] FF FF FF FF --- Lockable EEPROM
[0A] FF FF FF FF --- Lockable EEPROM
[0B] FF FF FF FF --- Lockable EEPROM
[0C] FF FF FF FF --- Lockable EEPROM
[0D] FF FF FF FF --- Lockable EEPROM
[0E] FF FF FF FF --- Lockable EEPROM
[0F] FF FF FF FF --- Lockable EEPROM
ERROR: Error while reading block 16. Exiting...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.