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

Hello, I have problem with my brand new Proxmark3 RDV4 and pm3 client **Describe the bug** After running `hf mf autopwn` command proxmark always stuck on the same lines on...

Vigik Source: https://pastebin.com/JRBfjvsi Tracked to https://play.google.com/store/apps/details?id=fr.badgevigik.scanbadge Website of Vigik included in commit above Blackhat Source: Flipper Community The only info provided was an MFC key used for badge hacking (might...

**Describe the bug** Proxmark stops responding to any commands after trying to read Russian international passport using command `hf emrtd info` (and getting timeout during it). Reconnecting (and thus rebooting...

***Things to try before submitting bug report*** read the [troubleshooting guide](https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/md/Installation_Instructions/Troubleshooting.md) ***Compilation problems*** Try compiling with verbose. `make VERBOSE=1` with main makefile or `make V=1` with cmake. ***flashing problems*** Have...

# Checklist - [ ] CHANGELOG.md: add title: `## [Radium][YYYY-MM-DD]` - [x] `make style` - [ ] `make miscchecks` - [x] `make clean; make client CC=clang CXX=clang++ LD=clang++` on recent...

Release

Hi, I'm trying to modify the `HF_LEGIC` standalone module which saves scanned cards to SPIFFS for later use. However, when saving them those dumps, it just checks the filename and...

CC: @AxisRay **Describe the bug** After loading the .bin dump file for mifare 1k classic into the flash memory, when the user starts standalone mode, the wrong UUID is generated....

**Describe the bug** The `hf 14b sim` feature does not seem to work properly: readers do not detect the simulated tag. **To Reproduce** 1. Run `hf 14b sim -u 11AA33BB`...

Added support for CryptoRF tag simulation. Crypto engine implementation is from the topic below. http://www.proxmark.org/forum/viewtopic.php?id=4855 Tested the implementation for a cryptoRF tag (AT88SC6416CRF). Tag memory is generated as a header...

It looks like `hf 14a sim t 9 u 0a000000` could simulate FM11RF005SH but this is flawed. Actually FM11RF005SH does not support anticollision, only WUPA/REQA. High level: ``` [usb] pm3...