Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joanbono/gofare
Golang utility to pretty print Mifare dump
https://github.com/joanbono/gofare
go golang mifare mifare1k mifare4k nfc
Last synced: 4 days ago
JSON representation
Golang utility to pretty print Mifare dump
- Host: GitHub
- URL: https://github.com/joanbono/gofare
- Owner: joanbono
- License: apache-2.0
- Created: 2021-02-03T07:11:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T07:32:55.000Z (9 months ago)
- Last Synced: 2024-06-20T12:52:28.799Z (7 months ago)
- Topics: go, golang, mifare, mifare1k, mifare4k, nfc
- Language: Go
- Homepage:
- Size: 552 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![](img/Gofare_banner.png)
Golang utility to pretty print Mifare dump, both `1k` and `4k`.Based on the mighty [`mfdread`](https://github.com/zhovner/mfdread).
## Usage
```sh
$ gofare -dump MifareDump.bin
```![](img/img0001.png)
To get the color codes:
```sh
$ gofare -dump MifareDump.bin -v
```![](img/img0002.png)
To save the keys from a dump:
```sh
$ gofare -dump MifareDump.bin -keys
```![](img/img0003.png)
Parse dump from Flipper Zero:
```sh
$ gofare -dump MifareDump.bin -keys -flipper
```