Skip to content

Golang utility to pretty print Mifare dump

License

Notifications You must be signed in to change notification settings

joanbono/gofare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang utility to pretty print Mifare dump, both 1k and 4k.

Based on the mighty mfdread.

Usage

$ gofare -dump MifareDump.bin

To get the color codes:

$ gofare -dump MifareDump.bin -v

To save the keys from a dump:

$ gofare -dump MifareDump.bin -keys

Parse dump from Flipper Zero:

$ gofare -dump MifareDump.bin -keys -flipper