mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
style
This commit is contained in:
parent
b135413995
commit
4df743c2a0
18 changed files with 1080 additions and 1006 deletions
|
@ -10,8 +10,8 @@ copyright = ''
|
|||
author = "Adam Foster (evildaemond)"
|
||||
version = 'v0.0.1'
|
||||
desc = [[
|
||||
Convert a facility code and card number to a Mifare Classic UID, which can be used as part of a downgrade attack.
|
||||
This abuses the fact that some controllers interpret the UID for Mifare Classic cards as a CN and FN, it requires the controller to interpret the wiegand payload in this way.
|
||||
Convert a facility code and card number to a Mifare Classic UID, which can be used as part of a downgrade attack.
|
||||
This abuses the fact that some controllers interpret the UID for Mifare Classic cards as a CN and FN, it requires the controller to interpret the wiegand payload in this way.
|
||||
|
||||
The example of FC 146 CN 5 would be read by the reader and send as a payload like 0920005, where 9200 is dec 146 and 05 is interpreted as 5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue