ESP RFID Tool Versions Save

A tool for logging data/testing devices with a Wiegand Interface. Can be used to create a portable RFID reader or installed directly into an existing installation. Provides access to a web based interface using WiFi in AP or Client mode. Will work with nearly all devices that contain a standard 5V Wiegand interface. Primary target group is 26-37bit HID Cards. Similar to the Tastic RFID Thief, Blekey, and ESPKey.

1.2.1

6 years ago
  • Release v1.2.1
    • TX directly from log file view
  • API 1.0.4
    • Add TX mode to API
    • Fine tune TX data interval now that setting is in microseconds(us in API only, ms in rest of software)
    • TX multiple packets via API separating binary with commas(limited by devices RAM)

1.2.0

6 years ago
  • Update jpliew Wiegand-NG Library to commit 67d53aef12c10ef20c883bf49faf2cb902bfc30
    • Improves read accuracy, ESP bug fixes
  • Add setting to control timing of RX packets

1.1.9

6 years ago
  • Recompiled with latest dependencies / bug fixes

1.1.8_1.0.1

6 years ago
  • Correct Typo

1.1.8

6 years ago

This release adds the remaining hexadecimal number C, D, E, and F, for both 4bit and 8bit keypads in RX and TX mode.

Also now keypad entries have an automatic HEX output in the log file.

* = A
# = B
F1 = C
F2 = D
F3 = E
F4 = F

1.1.7

6 years ago
  • Add (F1) and (F2) keys to PIN related functions
    • Available in both RX and TX mode

1.1.6

6 years ago
  • Create a JSON API *V1.0.0

1.1.5

6 years ago
  • Add Denial of Service Mode
  • Update Fuzzing Control
    • Allow terminating long transmissions
  • Update TX Interface

1.1.4

6 years ago
  • Improve Stability
  • Safe Mode Disabled by Default
  • Add Hex2Bin on Data Conversion Tools Page

1.1.3

6 years ago

PIN brute force mode ADD advanced delay options

  • Delay between entering complete PINs
  • Number of failed PIN attempts(X) before a delay
  • Delay in seconds(Y) after [X] failed PINs
  • Multiply delay [Y] by [a] after every [b] failed pin attempts