File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,6 @@ A: Check TODO.md.
5454
5555Q: When darkside/hardnested attacks?
5656
57- A: Hardnested attack requires active connection to PC so I'm not going to do it.
57+ A: Hardnested attack is planned, I recovered keys successfully. I can't tell exact time when it will be finished, probably end of April.
5858
59- Darkside is easier but I don 't have time for that (nested took me extra ~~ month ~~ two months ). I would be happy to accept PR if you implement it .
59+ Darkside requires accurate PRNG prediction that we can 't implement yet (Nested way probably won't work ). Maybe I missed something.. .
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ Ported nested attacks from proxmark3 (Iceman fork)
66
77[ ![ FAP Factory] ( https://flipc.org/api/v1/AloneLiberty/FlipperNested/badge )] ( https://flipc.org/AloneLiberty/FlipperNested )
88
9- ## Currently supported attacks:
9+ ## Currently supported attacks
1010
11- - static nested attack
1211 - nested attack
12+ - static nested attack
1313
1414## Warning
1515
Original file line number Diff line number Diff line change 22
331 . Better (faster) detection of delay in a nested attack
442 . Fix infinite calibration on static encrypted nonce tags
5+ 3 . HardNested attack
56
67## Thinking about:
78
891 . Files (.nonces and .keys) in Flipper file format (why?)
9- 2 . Collect nonces without turning off the tag (no idea how PRNG will react to this and what speed increase will it give?) HALT=0x50
Original file line number Diff line number Diff line change 66 requires=[
77 "storage",
88 "gui",
9+ "nfc"
910 ],
1011 stack_size=4 * 1024,
1112 order=30,
2324 )
2425 ],
2526 fap_icon_assets="assets",
27+ fap_author="AloneLiberty",
28+ fap_description="Recover Mifare Classic keys",
29+ fap_weburl="https://github.com/AloneLiberty/FlipperNested",
30+ fap_version=(1,1)
2631)
You can’t perform that action at this time.
0 commit comments