proxmark3 icon indicating copy to clipboard operation
proxmark3 copied to clipboard

Iceman Fork - Proxmark3

Results 131 proxmark3 issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When you press ctrl-c to exit / interupt the client (it happens) the command history isn't saved. So you loose the commands you tried. **To Reproduce** 1....

low-hanging fruit

This issue is intended to be a meta progress tracker and discussion space for the `hf emrtd` commands. # Checklist - [x] ISO 14a/14b support - [x] Non-BAC passport support...

enhancement
help wanted

In cmdhfmfhard.c ```c if (!initialize) { uint16_t num_sampled_nonces = resp.oldarg[2]; uint8_t *bufp = resp.data.asBytes; for (uint16_t i = 0; i < num_sampled_nonces; i += 2) { ``` ![image](https://user-images.githubusercontent.com/60773/132072523-c5245b28-bfaf-43c4-91b0-fb7ec3c9d1b4.png) Indeed resp...

Hello there! I started to work on the FeliCa Standard card support and I will work on this for a couple of weeks. To keep you up to date with...

enhancement
Request
public roadmap

**Describe the bug** `hf mf autopwn` failed to dump with key B: ``` [=] fast dump reported back failure w KEY B [=] Dump file is PARTIAL complete ``` `hf...

**Describe the problems** @doegox and me has spent some time in making lf t55xx commands better. Especially when it comes to demodulation of the different clockspeeds. In order to make...

help wanted
bugfix

The current implementation only allows for one tag to be found and selected. If two or more tags is on the RF field then it doesn't work. 1. support multiple...

- recovering from sniffed data - super magic2 read & break - super magic2 mode emulated in pm3? => `hf mf sim x`

https://www.nxp.com/docs/en/application-note/AN10834.pdf p7

enhancement
Request

One way to ease the remaining old/mix frames is to enlarge max capacity of NG frame so we can directly accommodate an OLD frame (with args + data) into a...