Vita Chumakova
Vita Chumakova
@iceman1001 I can still reproduce this issue using the latest pm3 client and firmware
I’ve implemented MagSafe emulation for proxmark: https://github.com/ezhevita/proxmark3/tree/magsafe However iPhone can’t read the emulation and my guess is that magnets in the case enable the NFC field and thus emulation will...
> What am I doing wrong? @ihrapsa I have no idea, I couldn’t make it work as well. I hope someone can take it from here since I am kinda...
While I was testing with Russian international passport, no data from EF_DG1 were extracted I will look into it and maybe send you a patch to fix it
Log fragment: ``` 66841725 [D][Mrtd] Read and parse COM (011E) 66841728 [D][Mrtd] Send select EF: COM (0x011E) DES add: *** DES buf: *** DES add: *** DES buf: *** MAC:...
The current workaround is disabling OpenMetrics support, which effectively disables exemplars: ```csharp endpoints.MapMetrics(settings => settings.EnableOpenMetrics = false); ``` or ```csharp app.UseMetricServer(settings => settings.EnableOpenMetrics = false); ```
I can indeed confirm that it doesn't work on the latest stable ASF version but works using the latest pre-release.
As for global config property descriptions, it was fixed as per https://github.com/JustArchiNET/ASF-ui/issues/1661 and is not included yet in any ASF release.