LinuxCommandLibrary

mfterm

TLDR

Start interactive terminal

$ mfterm
copy
Load dump file
$ mfterm -l [dump.mfd]
copy
Load keys
$ mfterm -k [keys.txt]
copy
Read card
$ mfterm -r
copy
Write to card
$ mfterm -w [dump.mfd]
copy

SYNOPSIS

mfterm [options]

DESCRIPTION

mfterm is an interactive MIFARE terminal. It reads, writes, and manipulates MIFARE Classic cards.
The tool provides commands for sector operations, key management, and data analysis.
mfterm manages MIFARE cards.

PARAMETERS

-l FILE

Load dump file.
-k FILE
Load key file.
-r
Read card.
-w FILE
Write dump to card.
--help
Display help information.

CAVEATS

Security research tool. Requires NFC reader. Legal use only.

HISTORY

mfterm provides interactive MIFARE Classic card manipulation for security research purposes.

SEE ALSO

mfoc(1), nfc-list(1), libnfc(1)

Copied to clipboard