Skip to content

Commit f7f453f

Browse files
committed
1.1.0 - Text changes, nothing new
1 parent e3651bd commit f7f453f

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ A: Check TODO.md.
5454

5555
Q: 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...

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
1. Better (faster) detection of delay in a nested attack
44
2. Fix infinite calibration on static encrypted nonce tags
5+
3. HardNested attack
56

67
## Thinking about:
78

89
1. 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

application.fam

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ App(
66
requires=[
77
"storage",
88
"gui",
9+
"nfc"
910
],
1011
stack_size=4 * 1024,
1112
order=30,
@@ -23,4 +24,8 @@ App(
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
)

0 commit comments

Comments
 (0)