mfterm is a terminal interface for working with Mifare Classic tags. Tab completion on commands is available. Also, commands that have file name arguments provide tab completion on files. There is also a command history, like in most normal shells.
sudo apt install mfterm (106 KB)
Dependências: libc6, libnfc6, libreadline8t64, libssl3t64
Escolha um comando ao lado para ver a descrição e a ajuda completa.
mfterm
The Mifare Terminal
root@kali:~# mfterm -h
A terminal interface for working with Mifare Classic tags.
Usage: mfterm [-v] [-h] [-k keyfile]
Options:
--help (-h) Show this help message.
--version (-v) Display version information.
--tag=tagfile (-t) Load a tag from the specified file.
--keys=keyfile (-k) Load keys from the specified file.
--dict=dictfile (-d) Load dictionary from the specified file.
Report bugs to: anders@4zm.org
mfterm home page: <https://github.com/4zm/mfterm>