]> git.zerfleddert.de Git - proxmark3-svn/commit
contrib: LF Programming script 281/head
authorBrian 'Redbeard' Harrington <redbeard@dead-city.org>
Tue, 18 Apr 2017 15:24:42 +0000 (08:24 -0700)
committerBrian 'Redbeard' Harrington <redbeard@dead-city.org>
Tue, 18 Apr 2017 18:56:21 +0000 (11:56 -0700)
commit79b19c5f90e819d6589fb61e49a712c1e302ba45
tree19b93f6e45f96fd801c7fadc3ab063b96f6cc168
parentbb4e6dbd62423f5e6907ee44de86b5a57a408d1e
contrib: LF Programming script

Submitting a well documented Lua script whose purpose is to do
bulk, repeated, sequential programming of RFID tags.  Could be useful
for users of the ACCX Open Access 4.0 or other simple RFID systems.

Tags programmed with this would potentially be vulnerabile to bisection
attacks, etc... But honestly, they likely would have been anyway.

To use run from within the proxmark3 client:

```
proxmark3> script run lf_bulk_program.lua  -b 1000 -c 5 -f 23
--- Executing: lf_bulk_program.lua, args '-b 1000 -c 5 -f 23'
Press enter to program card 1000:23 (hex: 0020042e07d1)

Cloning tag with ID 20042e07d1
Press enter to program card 1001:23 (hex: 0020042e07d2)

Cloning tag with ID 20042e07d2
Press enter to program card 1002:23 (hex: 0020042e07d4)

Cloning tag with ID 20042e07d4
Press enter to program card 1003:23 (hex: 0020042e07d7)

Cloning tag with ID 20042e07d7
Press enter to program card 1004:23 (hex: 0020042e07d8)

Cloning tag with ID 20042e07d8

-----Finished
```
client/scripts/lf_bulk_program.lua [new file with mode: 0644]
Impressum, Datenschutz