6527 Commits

Author SHA1 Message Date
iceman1001
8dbef2d424 null check and the prefered realloc pattern with a temporary variable 2026-03-29 10:21:15 +07:00
iceman1001
ad82c50158 enforce NULL checks after all malloc, calloc, realloc 2026-03-29 10:20:30 +07:00
iceman1001
94720a4a6c cppcheck really like us to use snprinft.... 2026-03-29 09:42:36 +07:00
iceman1001
000d086d59 text 2026-03-29 09:41:46 +07:00
iceman1001
2b5f7e1d0c add missing free 2026-03-29 09:41:23 +07:00
iceman1001
2028a34d5e if SEOS decideds not to follow protocol themselfs... 2026-03-29 09:40:55 +07:00
iceman1001
ae315d1471 guard for last element 2026-03-29 09:40:23 +07:00
iceman1001
5d89180815 text 2026-03-29 09:39:42 +07:00
iceman1001
b54c06a463 fix a missing free, and out of band reading if called with large index which was guarded at the caller before. 2026-03-29 09:39:02 +07:00
iceman1001
d06b96d800 text 2026-03-29 08:32:05 +07:00
Iceman
83779ead7d Merge pull request #3182 from W0rthlessS0ul/master
Added 'hf mfu countertear'
2026-03-28 15:18:18 +07:00
W0rthlessS0ul
e0cf9eb125 Added countertear 2026-03-28 10:48:58 +03:00
iceman1001
ee63e0bc2d improve text output in hf iclass tear 2026-03-28 12:17:59 +07:00
Antiklesys
480b58685c Added do not stabilize bits to blacktears 2026-03-28 12:34:11 +08:00
Antiklesys
7d8c9f3f6e iClass SIO Parser
Improved SIO Parsing capabilities based on @iceman1001 black hat talk
2026-03-27 20:32:41 +08:00
Antiklesys
0ac7252215 Update cmdhficlass.c 2026-03-27 11:08:16 +08:00
Antiklesys
6b7665ed59 Added live fc/cn update to hf iclass tagsim
Added live fc/cn update to `hf iclass tagsim` refreshing the csn with each update
2026-03-27 11:01:07 +08:00
Antiklesys
8bb001f2fe Update lookup --live
Updated lookup --live to stop looking in other dictionaries once the key is found
2026-03-27 10:56:32 +08:00
Antiklesys
8bff0f12b5 Added --live option to hf iclass lookup
Added `--live` option to `hf iclass lookup` command to perform a live recovery of the reader's key by simulating a tag and running the lookup command against both standard and elite dictionaries
2026-03-27 00:57:13 +08:00
Antiklesys
77613d666f Update name 2026-03-26 22:34:59 +08:00
Antiklesys
252d085e83 Added hf iclass simtag command to quickly simulate an iclass tag based on facility code and card number 2026-03-26 20:12:48 +08:00
kormax
38d0ba12f9 Move '--aidsearch' matching to regex 2026-03-25 17:15:27 +02:00
Antiklesys
a5d014800e Merge branch 'master' of https://github.com/Antiklesys/proxmark3 2026-03-25 18:22:35 +08:00
Antiklesys
9591c0c670 Added -f parameter to hf iclass sam command to use the sam to parse a card dump 2026-03-25 18:21:44 +08:00
team-orangeBlue
4be1967ab0 Add WTX support in ExchangeRaw14A
For whatever reason there was no support for WTX replies from a tag.

If a tag replied with an APDU frame of 0xF[n] instead of 0x0[n], the client would error out when it should not have done that.

There's now support for that.

Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2026-03-25 10:12:56 +03:00
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
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
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
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
achazal
033a734ceb fix(pcsc): remove infinite loop and buffer overflow in smart pcsc 2026-03-24 10:49:59 +01: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
kormax
ea3d6ea39e Remove unused code; add comment names to AID values 2026-03-23 20:24:20 +02: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
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
Mistial Developer
30013fff2b Seos: fix key handling 2026-03-20 12:35:19 -07:00
kormax
48c47d84c2 Fix truncated 'le' value in some 'hf seos' commands 2026-03-20 20:45:19 +02:00
kormax
ced4ce4c6b Add ADF response validation for 'hf seos' commands 2026-03-20 20:41:19 +02:00
kormax
58dcfb1dbc Add '--aid' param to 'hf seos' commands 2026-03-20 20:16:44 +02:00