rfidtool / ESP-RFID-Tool

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.
MIT License
492 stars 93 forks source link

Questions about replay attacks #2

Closed moliata closed 6 years ago

moliata commented 6 years ago

Hello, Is ESP RFID Tool able to replay or clone 13.56 MHz and 125 kHz RFID cards/tokens? Or it's used for different things. I am interested into buying one if so. Best regards, Ben.

exploitagency commented 6 years ago

It depends on the configuration.

When rfid tool is setup inside a battery operated standalone rfid reader it logs card data that may be cloned later to a physical tag using an additional device.

When rfid tool is implanted inside a rfid reader that is part of an actual facility(as in the rfid reader is connected to a wiegand controller) then yes you can both capture and replay card values through the wiegand interface without the aid of additional hardware.

moliata commented 6 years ago

Okay, thanks for letting know.