Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Redo magic cards notes #2003

Closed
Closed
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b669761
Completely remove the magic cards doc for repurposing
team-orangeBlue May 31, 2023
f20326a
New magic cards docs
team-orangeBlue Jun 1, 2023
21e42d7
Add table of contents to country-specific magic tags
team-orangeBlue Jun 1, 2023
3b4040d
Add UL2
team-orangeBlue Jun 1, 2023
9bce826
Formatting fix
team-orangeBlue Jun 1, 2023
08d94c2
Merge branch 'RfidResearchGroup:master' into master
team-orangeBlue Jun 6, 2023
78ebb80
Critical styling fix
team-orangeBlue Jun 6, 2023
510dec2
Merge branch 'RfidResearchGroup:master' into master
team-orangeBlue Jul 17, 2023
31e337e
Big chinese update
team-orangeBlue Jul 17, 2023
0e4814b
USCUID/magic85 rewrite
team-orangeBlue Aug 7, 2023
9cf63f6
Explain functionality of Magic85 config
team-orangeBlue Aug 9, 2023
2c8fc61
Quick fill-up commit
team-orangeBlue Sep 3, 2023
d14fd8e
Update for copykey tags
team-orangeBlue Sep 5, 2023
4303065
EM ID discovery added
team-orangeBlue Sep 13, 2023
9521ac3
Add names, add SID
team-orangeBlue Oct 14, 2023
488f374
GTU->UMC, TCOS, corrections
team-orangeBlue Oct 16, 2023
fb4688a
QL88 update
team-orangeBlue Oct 16, 2023
c46f7f6
Correction 0: remove akas
team-orangeBlue Nov 6, 2023
9d7e407
Correction 1: add low frequency chips.
team-orangeBlue Nov 6, 2023
b8bcd72
Correction 2: 14b magic
team-orangeBlue Nov 6, 2023
991eaf8
Correction 2 followup
team-orangeBlue Nov 6, 2023
229287f
Correction 3: add data to classic chips
team-orangeBlue Nov 6, 2023
b30b7e5
Correction 4: ultralight updated, CN
team-orangeBlue Nov 7, 2023
b79956b
Correction 5: russian ultralight chips added
team-orangeBlue Nov 8, 2023
53a5c40
Correction 5 followup
team-orangeBlue Nov 8, 2023
1768a47
Correction 3 followup
team-orangeBlue Nov 8, 2023
ae6c62e
Correction 6: smartcards
team-orangeBlue Nov 8, 2023
c5f3656
Merge branch 'RfidResearchGroup:master' into NotesRevised
team-orangeBlue Nov 8, 2023
0dd4f7a
Merge branch 'master' into NotesRevised
team-orangeBlue Nov 8, 2023
ca3ca1f
Revert "Completely remove the magic cards doc for repurposing"
team-orangeBlue Nov 8, 2023
e1d36a5
Merge pull request #1 from team-orangeBlue/NotesRevised
team-orangeBlue Nov 8, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/magic_cards_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ There are two ways to program this card.

***OR***

2. Use the hf_mf_ultimatecard.lua script commands designated but the `script run hf_mf_ultimatecard` examples.
2. Use the hf_mf_ultimatecard.lua script commands designated but the `script run hf_mf_ulimatecard` examples.


script run hf_mf_ultimatecard.lua -h
Expand Down Expand Up @@ -1289,7 +1289,7 @@ CF <passwd> 69 <00-01> // (De)Activate Ultralight mode
CF <passwd> 6A <00-03> // Select Ultralight mode
CF <passwd> 6B <1b> // Set Ultralight and M1 maximum read/write sectors
CF <passwd> C6 // Dump configuration
CF <passwd> CC // Factory test, returns 6666 for generic card, 02AA for limited functionality card and 06A0 for broken functionality card
CF <passwd> CC // Factory test, returns 6666
CF <passwd> CD <1b block number><16b block data> // Backdoor write 16b block
CF <passwd> CE <1b block number> // Backdoor read 16b block
CF <passwd> CF <1b param> // (De)Activate direct write to block 0
Expand Down
Loading