mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -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 = ''
|
copyright = ''
|
||||||
author = "Iceman"
|
author = "Iceman"
|
||||||
version = 'v1.0.1'
|
version = 'v1.0.2'
|
||||||
desc = [[
|
desc = [[
|
||||||
This script calculates mifare Ultralight-EV1 pwd based on uid diversification for an Italian ticketsystem
|
This script calculates mifare Ultralight-EV1 pwd based on uid diversification for an Italian ticketsystem
|
||||||
Algo not found by me.
|
Algo not found by me.
|
||||||
]]
|
]]
|
||||||
example =[[
|
example =[[
|
||||||
-- if called without, it reads tag uid
|
-- 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 = [[
|
usage = [[
|
||||||
script run hf_mfu_uidkeycalc-italy -h -u <uid> "
|
script run hf_mfu_uidkeycalc_italy -h -u <uid> "
|
||||||
]]
|
]]
|
||||||
arguments = [[
|
arguments = [[
|
||||||
-h : this help
|
-h : this help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue