iceman1001
|
30d658ab68
|
textual
|
2026-03-31 19:01:23 +07:00 |
|
iceman1001
|
e5385103dc
|
fix mistake
|
2026-03-31 18:43:37 +07:00 |
|
Iceman
|
bdb05a8037
|
Merge pull request #3190 from Antiklesys/master
SECC Part 2 (fixed)
|
2026-03-31 10:47:03 +07:00 |
|
Iceman
|
efee783949
|
Merge pull request #3191 from kormax/aidlist-protocol-field
Add 'Protocol' field to 'aidlist.json' entries
|
2026-03-31 10:21:14 +07:00 |
|
Antiklesys
|
59ae6fa458
|
Fix ATQA flag check for correct condition
Signed-off-by: Antiklesys <syselkitna@gmail.com>
|
2026-03-31 09:38:53 +08:00 |
|
kormax
|
6fa8a255e7
|
Add 'Protocol' field to 'aidlist.json' entries
|
2026-03-30 23:03:58 +03:00 |
|
Antiklesys
|
fd5a058674
|
Fixed menu spacing
Signed-off-by: Antiklesys <syselkitna@gmail.com>
|
2026-03-31 03:04:39 +08:00 |
|
Antiklesys
|
3f9d34769e
|
Merge branch 'master' of https://github.com/Antiklesys/proxmark3
|
2026-03-31 00:59:08 +08:00 |
|
Antiklesys
|
c01f3cdbc6
|
Update iso14443a.c
|
2026-03-31 00:58:40 +08:00 |
|
Antiklesys
|
f37e04a58f
|
Fixed typo
Signed-off-by: Antiklesys <syselkitna@gmail.com>
|
2026-03-31 00:58:24 +08:00 |
|
Antiklesys
|
abc0b2ee2a
|
Update iso14443a.c
|
2026-03-31 00:08:32 +08:00 |
|
Antiklesys
|
cce48aa6e9
|
Update cmdhf.c
|
2026-03-30 23:52:56 +08:00 |
|
Antiklesys
|
7b3c60bbea
|
Update iso14443a.h
|
2026-03-30 23:52:20 +08:00 |
|
Antiklesys
|
5236a13066
|
SECC Part 2 (fixed)
|
2026-03-30 23:50:58 +08:00 |
|
Iceman
|
0764c1e215
|
Merge pull request #3188 from Antiklesys/master
SE Conf Card Sim Base
|
2026-03-30 22:04:38 +07:00 |
|
Antiklesys
|
128e4006bf
|
SE Conf Card Sim Base
Added `hf secc` to build a base for simulating basic function of iclass SE config cards
|
2026-03-30 22:58:52 +08:00 |
|
Iceman
|
603511e40a
|
Merge pull request #3187 from Antiklesys/master
Removed duplicate include
|
2026-03-30 20:02:27 +07:00 |
|
Antiklesys
|
8b7916445a
|
Removed duplicate include
|
2026-03-30 18:01:43 +08:00 |
|
iceman1001
|
b0d365872f
|
sanity check for calloc
|
2026-03-30 10:33:47 +07:00 |
|
iceman1001
|
474ad6e926
|
fix potential memory leaks when you start the hardnested and failed to allocate memory. it was all silently handled before, it should now nice and clear end the hardnested attack if it happens. We never had any one run out of available ram running hardnested before.....
|
2026-03-30 09:40:37 +07:00 |
|
iceman1001
|
77fba863dd
|
text
|
2026-03-30 09:33:13 +07:00 |
|
iceman1001
|
e6db327485
|
text
|
2026-03-30 09:29:52 +07:00 |
|
iceman1001
|
42c8699abc
|
simplify
|
2026-03-30 08:30:31 +07:00 |
|
Iceman
|
1888e2f7ac
|
Merge pull request #3186 from aaronjamt/patch-fix-ulaes
[hf mfu] Fix ULAES
|
2026-03-30 08:20:55 +07:00 |
|
Aaron Tulino (Aaronjamt)
|
a511ab3bd8
|
[hf mfu] Fix ULAES
|
2026-03-29 15:59:10 -07:00 |
|
Iceman
|
61160db86a
|
Merge pull request #3184 from kormax/aidlist-even-more-mobile-credentials
Add more mobile credential AID values to `aidlist.json`
|
2026-03-29 18:24:13 +07:00 |
|
kormax
|
eb9ccf7f2d
|
Refine 'Sources' for existing AID entries in 'aidlist.json'
|
2026-03-29 13:46:03 +03:00 |
|
kormax
|
e7e49baf44
|
Add 'Protege Mobile Credential' AID to aidlist.json
|
2026-03-29 13:37:08 +03:00 |
|
kormax
|
c68d73e283
|
Add 'Kastle Presence' AID to 'aidlist.json'
|
2026-03-29 13:01:09 +03:00 |
|
kormax
|
f342fe5af3
|
Add 'Gallagher Mobile Connect' AID to 'aidlist.json'
|
2026-03-29 12:58:29 +03:00 |
|
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
|
a7fb43dd80
|
style
|
2026-03-29 09:38:09 +07:00 |
|
iceman1001
|
d06b96d800
|
text
|
2026-03-29 08:32:05 +07:00 |
|
Iceman
|
8f4baa4653
|
Merge pull request #3183 from kormax/aidlist-more-mobile-credentials
Add more mobile credential AID values to `aidlist.json`
|
2026-03-29 08:06:29 +07:00 |
|
kormax
|
1e53feff16
|
Add 'Schlage Mobile Access' AID to 'aidlist.json'
|
2026-03-28 21:47:01 +02:00 |
|
kormax
|
b47d268b86
|
Add 'Virtual Octopus for Android' AID to 'aidlist.json'
|
2026-03-28 21:14:20 +02:00 |
|
kormax
|
2a01d0672c
|
Add 'Sources' to UniFi AID entries in 'aidlist.json'
|
2026-03-28 21:03:28 +02:00 |
|
kormax
|
1348a1280f
|
Add 'Suprema Mobile Credential' AID values to 'aidlist.json'
|
2026-03-28 21:00:29 +02:00 |
|
iceman1001
|
3bcaba6964
|
don't trust AI suggested fixes blindly
|
2026-03-28 18:10:32 +07:00 |
|
nffq
|
bc1b560add
|
Allow debug prints when isNested == AUTH_NESTED and ntencptr == NULL
|
2026-03-28 09:40:08 +01: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 |
|