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

I am a total noob still and I have no idea what the AIDs do.

**Describe the bug** Found by `gentilkiwi` on the discord. Clicking in the graph window, outside of the plotting area, has the potential to cause a SEGFAULT due to an overflow...

This fixes an issue that was found by `gentilkiwi`. I added bounds checking to the marker placing code. I also modified it to run only when a left/right mouse click...

**Describe the bug** Some standalone modules are incompatible due to multiple definitions of the same functions, so we get compilation errors. **To Reproduce** Steps to reproduce the behavior: 1. Set...

Hello iceman, regarding the functionality of LTO CM, could you please refer to the following author's code for modification? He directly reads data from the tape drive and analyzes the...

enhancement
Request

I updated the tests for the Buffer SaveStates and noticed another issue with it, and this PR fixes that issue. So with my galaxy sized brain (implied sarcasm, btw), in...

I think it would be useful to have a write with verify command. It would first see if the tag can be read, then writes, then checks the write. This...

enhancement
Request

Testing an unknown RFID/NFC tag shows it is ISO14443-B as reported by pm3 command "hf search". pm3 recommends further use of the "hf 14b" commands. "hf 14b info" does not...

enhancement
Request

**Describe the bug** This is a continuation of #1714 with better reproducibility steps and a patch that fixes the problem, but probably introduces other problems. The bug seems to be...

* Uses official Github action `actions/setup-python` to install python. This avoids the hacks that are otherwise required on MacOS. * Fix the broken hitag self-test