]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
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)
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
```


No differences found
Impressum, Datenschutz