Update and rename tnp3dump.lua to hf_mf_dump-tnp3.lua

This commit is contained in:
Marlin Sööse 2020-08-13 10:46:02 -06:00 committed by Philippe Teuwen
parent d003b0135c
commit 6b853411f7

View file

@ -16,18 +16,18 @@ This script will try to dump the contents of a Mifare TNP3xxx card.
It will need a valid KeyA in order to find the other keys and decode the card. It will need a valid KeyA in order to find the other keys and decode the card.
]] ]]
example = [[ example = [[
script run tnp3dump script run hf_mf_dump-tnp3
script run tnp3dump -n script run hf_mf_dump-tnp3 -n
script run tnp3dump -p script run hf_mf_dump-tnp3 -p
script run tnp3dump -k aabbccddeeff script run hf_mf_dump-tnp3 -k aabbccddeeff
script run tnp3dump -k aabbccddeeff -n script run hf_mf_dump-tnp3 -k aabbccddeeff -n
script run tnp3dump -o myfile script run hf_mf_dump-tnp3 -o myfile
script run tnp3dump -n -o myfile script run hf_mf_dump-tnp3 -n -o myfile
script run tnp3dump -p -o myfile script run hf_mf_dump-tnp3 -p -o myfile
script run tnp3dump -k aabbccddeeff -n -o myfile script run hf_mf_dump-tnp3 -k aabbccddeeff -n -o myfile
]] ]]
usage = [[ usage = [[
script run tnp3dump [-h] [-k <key>] [-n] [-p] [-o <filename>] script run hf_mf_dump-tnp3 [-h] [-k <key>] [-n] [-p] [-o <filename>]
]] ]]
arguments = [[ arguments = [[
-h : this help -h : this help