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

In the [wishlist](https://github.com/RfidResearchGroup/proxmark3/wiki/Wishlist), a user friendly build script is wanted. I thought I'd take this on TODO: - [ ] Check for and install dependencies if needed (in progress) -...

I've just made some sniff with my Apple Magsafe Devices. It seems that Apple have used some private APDU commands? Need some further investigation __Apple Magsafe Wallet With Find My__...

enhancement
Request

hello, I bought a RDV4 around 25 of june. it worked fine until middle a July especially for a 14b tag. after this date, my proxmark was unable to detect...

# Checklist - [x] `make style` - [x] `make miscchecks` - [ ] `make clean; make client CC=clang CXX=clang++ LD=clang++` on recent Debian or Ubuntu - [ ] `mymanualchecks.sh` -...

Release

I was confused why `hf mf dump` wasn't showing any errors but the dump file was all zeros: ``` [usb|script] pm3 --> hf mf dump [+] time: 0 seconds [+]...

**Describe the bug** The `hf emrtd dump` commands `--dir` argument does not accept absolute paths, which leads to broken paths. Instead of relative paths it would be good that the...

**Is your feature request related to a problem? Please describe.** This is related to https://bugzilla.redhat.com/show_bug.cgi?id=2236868 In my case, using a "PM3GENERIC" device, the distro-provided package only included "RDV4" firmware by...

enhancement
Request
idea

***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...

Hi! To my understanding the read block command `hf 15 rdbl` will always set the ISO15693 "custom flag" in its request. I think it does this, because some tag manufacturers...

Refactor of PR #1926 I added function `mfc_read_tag()`, which is called in dump and view. I tested on a MFC 1k card with MAD, however I don't have data to...