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

e.g. hf search / lf search are isAlwaysAvailable because they can work offline somehow. make sure they exit properly when used offline with some online usages

No sure what this attempt to log is doing, adds some extra to the logtrace, and sends with each logtrace call over usb. Don't see any client side which can...

MF_DBGLEVEL can only be set by `hf mf dbg N` but it's used across many other technos. * iso14443b * iso15693 * iclass * felica * lfops * i2c *...

New concept. Before we always try to read card and figure out what kind of tech it uses. We lack today a way of presenting the pm3 to a reader,...

use case scenario, 1. hook up device on usb, run 'hf mf sim u 11223344' device is now simulating 1k mifare. 2. turn on battery 3. unconnect usb device still...

Eg ``` ti = GetTickCount(); [...] ti = GetTickCount() - ti; ``` doesn't take into account when RTTC_RTVR wraps around. Better to have some GetTickDelta(uint32_t start_tick) that does the job...

Just writing down an idea while seeing discussions on IRC: ChameleonMini has LEFT_INCREMENT/LEFT_DECREMENT to scan related UID (this makes sense only for 7b UID). We could make it somehow automatic....

The ever wait introduced for some commands is kind of disturbing the flow of taking the pm3 with bt add-on offline from client, go away , do simulating and come...

2 pm3, 2 BT add-ons , a new standalone mode to do relay-attacks. Maybe 14a based?