Commit Graph

21367 Commits

Author SHA1 Message Date
Iceman
a054177949 Merge pull request #3156 from cindersocket/fix-3041
Fixes RfidResearchGroup/proxmark3#3041
2026-03-25 07:40:53 +07:00
Iceman
26acc503e5 Merge pull request #3170 from kormax/14a-explicit-clear-trace-flag
Add ISO14A_CLEARTRACE param to explicitly clear 14a trace
2026-03-25 07:38:02 +07:00
Iceman
65c3cb941f Merge pull request #3169 from kormax/regex-util
Introduce simple regex utils
2026-03-25 07:35:41 +07:00
Iceman
54346de82b Merge pull request #3168 from kormax/aidlist-response-contains
Add support for matching responses with `--aidsearch`
2026-03-25 07:34:43 +07:00
Iceman
f246e431db Merge pull request #3167 from AlxCzl/master
Fix `smart pcsc`: card is never detected and a buffer overflow with 20+ bytes ATRs
2026-03-25 07:32:34 +07:00
kormax
fa08075ded Add ISO14A_CLEARTRACE param to explicitly clear 14a trace 2026-03-24 23:24:22 +02:00
kormax
e44e1f1cbb Introduce simple regex utils 2026-03-24 20:21:51 +02:00
kormax
027ad20510 Add new mobile-wallet-related entries to 'aidlist.json' 2026-03-24 18:33:19 +02:00
kormax
fd9d07506c Add support for 'ResponseContains' app matching for 'aidlist.json' 2026-03-24 18:32:51 +02:00
achazal
232bb1959c fix(pcsc): add comment explaining the use of a 256 bytes buffer 2026-03-24 14:21:00 +01:00
Alexandre CHAZAL
dad40ca5ae Merge branch 'RfidResearchGroup:master' into master 2026-03-24 14:15:21 +01:00
Iceman
7bedde39a7 Merge pull request #3140 from recursivenomad-forks/master
Add `--timeout` to `hf 15 sim`
2026-03-24 19:16:30 +07:00
iceman1001
d1a6ef4704 guard , if someone wanted to break pm3 simulation.... which is very like not to happen 2026-03-24 19:03:13 +07:00
iceman1001
2ccfa06386 added sanity checks 2026-03-24 19:02:04 +07:00
Peter S. Hollander
34a3ae0fed Merge upstream branch 'master' 2026-03-24 10:54:30 +00:00
Peter S. Hollander
422b3b7473 Preserve default flow 2026-03-24 10:53:13 +00:00
iceman1001
bff9b9c37a added sanity check for too large length, and reworked the arrays in "hf 14b raw". It now uses 512b instead of 1024b ram :) Which is better for the stack 2026-03-24 17:33:09 +07:00
achazal
033a734ceb fix(pcsc): remove infinite loop and buffer overflow in smart pcsc 2026-03-24 10:49:59 +01:00
iceman1001
7f09f556d6 limit len correctly now 2026-03-24 14:22:28 +07:00
iceman1001
90b4c8fe6d add gaurd 2026-03-24 14:21:54 +07:00
iceman1001
c62b9e0480 add guard for size_t underflow 2026-03-24 14:21:09 +07:00
iceman1001
0d63e53a77 apply sanity checks for "smart upload" 2026-03-24 13:52:13 +07:00
iceman1001
46ebcb9290 fix a chain of calls, where MifareSendCommand uses a 64 byte array and DesfireAPDU uses a memcpy up to 256 bytes 2026-03-24 13:31:51 +07:00
iceman1001
98552b54dc fix mac_input_idx to possible overflow u8, and some sanity checks that what we got doesnt overflow when we copy it into cmac calcs 2026-03-24 12:56:26 +07:00
iceman1001
0cde6ee075 fix possible overflow copy 2026-03-24 12:55:11 +07:00
iceman1001
f8d3841d3e fix hf 14a simaid on device side, with correct bytes to copy 2026-03-24 11:58:04 +07:00
iceman1001
f1b7ad4a56 add sanity check 2026-03-24 11:44:18 +07:00
iceman1001
8d681fc2aa style 2026-03-24 11:36:36 +07:00
iceman1001
af0659b7ba added extra length checks 2026-03-24 11:13:48 +07:00
iceman1001
7c11ff5330 added extra length checks 2026-03-24 11:13:19 +07:00
Iceman
c23140585d Merge pull request #3160 from mistial-dev/master
Seos: fix key handling
2026-03-24 06:38:27 +07:00
Iceman
cfc2540aac Merge branch 'master' into master
Signed-off-by: Iceman <iceman@iuse.se>
2026-03-24 06:38:16 +07:00
Iceman
9c35131ced Merge pull request #3159 from kormax/seos-improvements
Seos improvements
2026-03-24 06:36:19 +07:00
iceman1001
6cf960e7ae fix changed domain URL. New URL: mqtt.proxdump.com 2026-03-24 06:27:25 +07:00
Iceman
0f5f482cff Merge pull request #3165 from W0rthlessS0ul/master
Added script mfuev1_counter_reset.py
2026-03-24 05:56:37 +07:00
Iceman
fbbc99b341 Merge pull request #3164 from kormax/aidlist-doc
Add a simple doc for 'aidlist.json'
2026-03-24 05:52:27 +07:00
Philippe Teuwen
b7aefdc2bc complete zlib reqs in docs & docker 2026-03-23 22:36:47 +01:00
W0rthlessS0ul
2ca4e91548 Added script mfuev1_counter_reset.py
This script bypasses the Anti-Tearing protection on MIFARE Ultralight EV1 monotonic counters and allows resetting the counter value
2026-03-23 22:09:14 +03:00
kormax
d6331664aa Add a simple doc for 'aidlist.json' 2026-03-23 20:51:49 +02:00
kormax
ea3d6ea39e Remove unused code; add comment names to AID values 2026-03-23 20:24:20 +02:00
iceman1001
d0d7a047eb use a define for iclass key size, even if it is same a block size. 2026-03-23 11:43:18 +07:00
iceman1001
79df9c0245 fix hf iclass info - the block 7 reader failed because logic when detecting AA1 key 2026-03-23 11:42:01 +07:00
iceman1001
5c6f4d5de6 change hf iclass wrbl and hf iclass rdbl to accept the continous mode, this enables us to see tears better 2026-03-23 11:41:05 +07:00
iceman1001
d804cfdbba text 2026-03-23 09:39:52 +07:00
Iceman
186beff3a6 Merge pull request #3158 from NRException/master
fix broken logfile location in Paxton_clone.lua
2026-03-23 08:23:19 +07:00
Iceman
a038c531b3 Merge pull request #3161 from kormax/aliro-exchange-end-session
Add basic implementation of EXCHANGE to 'hf aliro' to end sessions successfully
2026-03-23 08:22:47 +07:00
Iceman
f54e175404 Merge pull request #3162 from kormax/new-aid-values
Add more AID values to 'aidlist.json'
2026-03-23 08:20:26 +07:00
kormax
1f847e803a Add more AID values to 'aidlist.json' 2026-03-22 20:47:39 +02:00
kormax
7a8249ace2 Add basic implementation of EXCHANGE to 'hf aliro' to end sessions successfully 2026-03-21 17:42:36 +02:00
Mistial Developer
a46a4bfa65 Seos: allow plaintext ADF on rebased flow 2026-03-20 12:37:17 -07:00