-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added 100 more ntag tests, isort and unused imports cleanup
- Loading branch information
doomwastaken
committed
Oct 19, 2023
1 parent
5aeef23
commit e1a5ea5
Showing
4 changed files
with
645 additions
and
338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
import subprocess | ||
import time | ||
from typing import List | ||
|
||
from .command_result import command_result | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
Filetype: Flipper NFC device | ||
Version: 4 | ||
# Device type can be ISO14443-3A, ISO14443-3B, ISO14443-4A, ISO15693-3, FeliCa, NTAG/Ultralight, Mifare Classic, Mifare DESFire, SLIX | ||
Device type: NTAG/Ultralight | ||
# UID is common for all formats | ||
UID: 04 BA FF CA 4D 5D 80 | ||
# ISO14443-3A specific data | ||
ATQA: 00 44 | ||
SAK: 00 | ||
# NTAG/Ultralight specific data | ||
Data format version: 2 | ||
NTAG/Ultralight type: NTAG213 | ||
Signature: 23 E0 18 13 25 67 64 CB 61 22 42 18 42 14 7F 02 9E 62 DB 91 F5 AB B3 92 39 F9 21 8C 2F 74 31 36 | ||
Mifare version: 00 04 04 02 01 00 0F 03 | ||
Counter 0: 0 | ||
Tearing 0: 00 | ||
Counter 1: 0 | ||
Tearing 1: 00 | ||
Counter 2: 0 | ||
Tearing 2: BD | ||
Pages total: 45 | ||
Pages read: 45 | ||
Page 0: 04 BA FF C9 | ||
Page 1: CA 4D 5D 80 | ||
Page 2: 5A 48 00 00 | ||
Page 3: E1 10 12 00 | ||
Page 4: 01 03 A0 0C | ||
Page 5: 34 03 00 FE | ||
Page 6: 00 00 00 00 | ||
Page 7: 00 00 00 00 | ||
Page 8: 00 00 00 00 | ||
Page 9: 00 00 00 00 | ||
Page 10: 00 00 BE AF | ||
Page 11: 00 00 00 00 | ||
Page 12: 00 00 00 00 | ||
Page 13: 00 00 00 00 | ||
Page 14: 00 00 00 00 | ||
Page 15: 00 00 00 00 | ||
Page 16: 00 00 00 00 | ||
Page 17: 00 00 00 00 | ||
Page 18: 00 00 00 00 | ||
Page 19: 00 00 00 00 | ||
Page 20: 00 00 00 00 | ||
Page 21: 00 00 00 00 | ||
Page 22: 00 00 00 00 | ||
Page 23: 00 00 00 00 | ||
Page 24: 00 00 00 00 | ||
Page 25: 00 00 00 00 | ||
Page 26: 00 00 00 00 | ||
Page 27: 00 00 00 00 | ||
Page 28: 00 00 00 00 | ||
Page 29: 00 00 00 00 | ||
Page 30: 00 00 00 00 | ||
Page 31: 00 00 00 00 | ||
Page 32: 00 00 00 00 | ||
Page 33: 00 00 00 00 | ||
Page 34: 00 00 00 00 | ||
Page 35: 00 00 00 00 | ||
Page 36: 00 00 00 00 | ||
Page 37: 00 00 00 00 | ||
Page 38: 00 00 00 00 | ||
Page 39: 00 00 00 00 | ||
Page 40: 00 00 00 BD | ||
Page 41: 04 00 0A FF | ||
Page 42: 00 05 00 00 | ||
Page 43: FF FF FF FF | ||
Page 44: 00 00 00 00 | ||
Failed authentication attempts: 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.