Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rfidtool/ESP-RFID-Tool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.4
Choose a base ref
...
head repository: rfidtool/ESP-RFID-Tool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 13 files changed
  • 2 contributors

Commits on Mar 14, 2018

  1. Release v1.1.5 - Add Denial of Service Mode and Update Fuzzing Control

    * Add Denial of Service Mode
    * Update Fuzzing Control
      * Allow terminating transmission
    * Update TX Interface
    exploitagency committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    7805576 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    exploitagency authored Mar 14, 2018
    Configuration menu
    Copy the full SHA
    fd12869 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. Create JSON API v1.0.0

    exploitagency committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    a67d0dd View commit details
    Browse the repository at this point in the history
  2. Release v1.1.6 - Add Json API

    API V1.0.0
    exploitagency committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    e502b7c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2018

  1. Add (F1) and (F2) keys to PIN related functions

    Available in both RX and TX mode
    exploitagency committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    84da90f View commit details
    Browse the repository at this point in the history
  2. Release 1.1.7 - Add (F1) and (F2) keys to PIN related functions

    Available in both RX and TX mode
    exploitagency committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    bef10bc View commit details
    Browse the repository at this point in the history
  3. Add remaining keys to keypad(F3&F4) and add A-F to 4bit and 8bit RX/TX

    This commit represents the remaining hex C, D, E, and F, for both 4bit and 8bit keypads in RX and TX mode.
    ```
    * = A
    # = B
    F1 = C
    F2 = D
    F3 = E
    F4 = F
    ```
    exploitagency committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    ca7f384 View commit details
    Browse the repository at this point in the history
  4. Update PIN RX Output

    exploitagency committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    5877fe9 View commit details
    Browse the repository at this point in the history
  5. Release 1.1.8 - Update keypad output and add more keys to RX/TX mode

    This release adds the remaining hex C, D, E, and F, for both 4bit and 8bit keypads in RX and TX mode.
    
    Also now pinpad entries have an automatic HEX output in the log file.
    
    ```
    * = A
    # = B
    F1 = C
    F2 = D
    F3 = E
    F4 = F
    ```
    exploitagency committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    a5f04cb View commit details
    Browse the repository at this point in the history
  6. Update API v1.0.1

    to....fix bad typo
    exploitagency committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    f940dbc View commit details
    Browse the repository at this point in the history
  7. Update Readme

    exploitagency committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    8b23cf7 View commit details
    Browse the repository at this point in the history
  8. Release 1.1.9 - Update Dependencies

    Recompiled with updated dependencies
    exploitagency committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    c43494c View commit details
    Browse the repository at this point in the history
  9. Release 1.2.0 - Update Wiegand-NG Library

    * Update jpliew Wiegand-NG Library to commit 67d53aef12c10ef20c883bf49faf2cb902bfc306
    exploitagency committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    85ceabe View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. API 1.0.2

    * Add Binary TX to JSON API
    exploitagency committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    2458b33 View commit details
    Browse the repository at this point in the history
  2. API 1.0.3

    * Add the ability to TX multiple "packets"
      * NOTE: Processing multiple packets is limited by the devices RAM
    exploitagency committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    c17c795 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. Release 1.2.1 - Add TX Mode to API 1.0.4

    * Add TX mode to API
      * Fine tune TX data interval now that setting is in microseconds(via API only)
      * TX multiple packets(limited by devices RAM)
    * TX directly from log file view
    exploitagency committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    7050176 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    exploitagency authored Mar 25, 2018
    Configuration menu
    Copy the full SHA
    b5efc16 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Lower voltage rating

    Corey-Harding committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    b0bb4cc View commit details
    Browse the repository at this point in the history
Loading