Skip to content

Commit 3d56fb2

Browse files
committed
Add sample file
1 parent 692fac8 commit 3d56fb2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# magspoof_flipper
2-
WIP of MagSpoof for the Flipper Zero. Currently rewriting from the ground up; basic TX of saved files should now work over both RFID (using the Flipper's internal coil) and GPIO (pins A6 and A7: such that one can connect an H-bridge and external coil). Using this README as coarse notes of what remains to be done; anyone is welcome to contribute!
2+
WIP of MagSpoof for the Flipper Zero. Currently rewriting from the ground up; basic TX of saved files should now work over both RFID (using the Flipper's internal coil) and GPIO (pins A6 and A7: such that one can connect an H-bridge and external coil). A sample file with test data is included in `assets`, for anyone wishing to experiment. Using this README as coarse notes of what remains to be done; anyone is welcome to contribute!
33

44
Disclaimer: use responsibly, and at your own risk. While in my testing, I've seen no reason to believe this could damage the RFID hardware, this is inherently driving the coil in ways it was not designed or intended for; I take no responsibility for fried/bricked Flippers. Similarly, please only use this with magstripe cards and mag readers you own — this is solely meant as a proof of concept for educational purposes, and I neither condone nor am sympathetic to malicious uses of my code.
55

66
## TODO
77
Emulation:
88
- Clean up old testing scenes, remove deprecated helpers
99
- Reverse track precomputation
10-
- Implement/integrate better bitmap than hacky first pass? antirez's better approach (from ProtoView) included at bottom of mag_helpers
10+
- Implement/integrate better bitmap than hacky first pass? antirez's better approach (from ProtoView) included at bottom of `helpers/mag_helpers.c`
1111
- Pursue skunkworks TX improvement ideas listed below
1212

1313
Scenes:

assets/TestMagstripe.mag

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Filetype: Flipper Mag device
2+
Version: 1
3+
# Mag device track data
4+
Track 1: %B123456781234567^LASTNAME/FIRST^YYMMSSSDDDDDDDDDDDDDDDDDDDDDDDDD?
5+
Track 2: ;123456781234567=YYMMSSSDDDDDDDDDDDDDD?
6+
Track 3:

0 commit comments

Comments
 (0)