Nfcgate Versions Save

An NFC research toolkit application for Android

v2.3.0

7 months ago
  • Confirmed Android 13 support ๐ŸŽ‰.
  • Added offset memory scanning for broader device compatibility :detective:.
  • Extended compatibility matrix with new devices :phone:.
  • Limit listening to the emulated technology type :ear:.
  • Improved chip detection on status page (ST chipsets, Samsung, OPPO/OnePlus) ๐Ÿ™Œ.
  • Code cleanup ๐Ÿงน.

Full Changelog: https://github.com/nfcgate/nfcgate/compare/v2.2.0...v2.3.0

v2.3.0-rc

8 months ago
  • Confirmed Android 13 support ๐ŸŽ‰.
  • Added offset memory scanning for broader device compatibility :detective:.
  • Limit listening to the emulated technology type :ear:.
  • Improved chip detection on status page (ST chipsets, Samsung, OPPO/OnePlus) ๐Ÿ™Œ.
  • Code cleanup ๐Ÿงน.

Full Changelog: https://github.com/nfcgate/nfcgate/compare/v2.2.0...v2.3.0-rc

v2.2.0

1 year ago
  • Confirmed Android 11 support ๐ŸŽ‰.
  • Compatibility with LSPosed supporting Zygisk and Riru โœ”.
  • Improved native hooking for broader device compatibility :raised_hands:.
  • Improved error handling and user feedback :memo:.
  • Code cleanup :broom:.
  • Small bug fixes :bug:.

v2.1.1

3 years ago
  • Android 10 support ๐ŸŽ‰.
  • Compatibility with EdXposed and original Xposed framework โœ”.
  • Note: Passing SafetyNet is now possible, but depends on your EdXposed configuration ๐Ÿค–.
  • Note: The signing keys have changed. Upgrades require a full reinstall including data loss. Sorry about that ๐Ÿ˜….

v2.0.0

5 years ago

2.0 version of NFCGate, with significant rewrites by @kleest and @roussosalex. Changes include:

New Features

  • New interface: The interface got a facelift
  • Replay Mode: Record a relayed NFC transaction, then replay one side of it later to fool a reader or card.
  • Capture Mode: Capture NFC traffic generated by other apps, then analyze or replay it later. (Note: XPosed will make SafetyNet checks fail, so most payment apps will probably not work with XPosed installed. We cannot do anything about this.)
  • PCAP Import/Export: Export recorded traffic as .pcapng files, and import it again for replays
  • Modified relay / replay: Modify data on the fly during replay / relay. This functionality is enabled in the NFCGate server, check that repository for details.

Internal changes

  • New package name and internal data format - you will likely loose existing data when updating
  • New server version with updated protocol - update existing installs of the NFCGate server to stay compatible
  • Reduced complexity of the codebase
  • Remove dead code

v1.3.2

7 years ago

Version 1.3.2 of NFCGate

  • Stop polling for new UIDs if in clone mode and "fix UID" is checked.

Caution: The signing keys have been changed since release 1.2.1. Upgrades will require a full reinstall including data loss. Sorry about that.

v1.3.1

7 years ago

Version 1.3.1 of NFCGate

  • Add "Fix UID" toggle to clone mode (ensures that the cloned UID is maintained and not replaced by newly scanned UIDs)

Caution: The signing keys have been changed since release 1.2.1. Upgrades will require a full reinstall including data loss. Sorry about that.

v1.3

7 years ago

Version 1.3

  • Compatibility with more recent Android Studio and NDK
  • Should run on recent versions of Android, although Android 7 has not been tested yet

v1.2.1

8 years ago

Hotfix 1.2.1:

  • Fix bug with debug output window

v1.2

8 years ago

Version 1.2

  • Compatibility with Android 5!
  • Added "Clone mode" - Clone a UID and emulate it to bypass UID-based systems
  • New dependency: XPosed Framework
  • Dependency removed: Cydia Substrate