mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
update text
This commit is contained in:
parent
82d4b31942
commit
d1aa57ac5d
1 changed files with 4 additions and 4 deletions
|
@ -6,20 +6,20 @@ local ansicolors = require('ansicolors')
|
|||
|
||||
copyright = ''
|
||||
author = "Iceman"
|
||||
version = 'v1.0.1'
|
||||
version = 'v1.0.2'
|
||||
desc = [[
|
||||
This script calculates mifare Ultralight-EV1 pwd based on uid diversification for an Italian ticketsystem
|
||||
Algo not found by me.
|
||||
]]
|
||||
example =[[
|
||||
-- if called without, it reads tag uid
|
||||
script run hf_mfu_uidkeycalc-italy
|
||||
script run hf_mfu_uidkeycalc_italy
|
||||
|
||||
--
|
||||
script run hf_mfu_uidkeycalc-italy -u 11223344556677
|
||||
script run hf_mfu_uidkeycalc_italy -u 11223344556677
|
||||
]]
|
||||
usage = [[
|
||||
script run hf_mfu_uidkeycalc-italy -h -u <uid> "
|
||||
script run hf_mfu_uidkeycalc_italy -h -u <uid> "
|
||||
]]
|
||||
arguments = [[
|
||||
-h : this help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue