Commit graph

19785 commits

Author SHA1 Message Date
Henry Gabryjelski
91be146ecb CodeQL fixes for "Comparison between A of type TypeA and B of wider type TypeB" 2025-01-14 17:54:58 -08:00
Henry Gabryjelski
20c4756f2a no-op 2025-01-14 17:52:51 -08:00
Henry Gabryjelski
4d67f56656 Mismatched format string specifier (need to deref size pointer) 2025-01-14 17:52:51 -08:00
iceman1001
f0bdcf3838 viewing a MFC ev1 now prints the two special sectors 2025-01-15 00:01:44 +01:00
iceman1001
16a776e79f fix hf mf view to load MFC ev1 sized dumps 2025-01-14 23:22:55 +01:00
iceman1001
16c3433bfe fix hf mf mad to read mfc ev1 dumps 2025-01-14 23:20:18 +01:00
Philippe Teuwen
70389e55b1 quick fix for nfc decode to handle ev1 dumps, untested 2025-01-14 23:17:11 +01:00
iceman1001
f13c0740ec Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2025-01-14 23:01:39 +01:00
iceman1001
e59385a44b added -1k+ param to allow for gdm and the extra sectors dump to be loaded 2025-01-14 23:01:17 +01:00
Philippe Teuwen
cd2f9ced83 pm3_load_dump: honor maxdumplen, this fixes hf mf cload on EV1 dump 2025-01-14 22:58:21 +01:00
iceman1001
00f9403537 guard the smarttonfc command 2025-01-14 21:48:26 +01:00
iceman1001
fc06cafc2f moving emvsim.c since it needs smartcard functions 2025-01-14 21:40:14 +01:00
iceman1001
91f816a641 fix codeQL warning #309 2025-01-14 19:26:05 +01:00
iceman1001
c32ef83812 style 2025-01-14 18:20:55 +01:00
iceman1001
560f0f106b add a possible early detection of a unknown 75pF UL Ev1 AES 2025-01-14 18:19:49 +01:00
iceman1001
bff0df5dcf looking if thinfilm sim works better now 2025-01-14 18:19:10 +01:00
iceman1001
1040fa8a86 style 2025-01-14 18:18:07 +01:00
iceman1001
6af2df51bf style 2025-01-14 16:40:22 +01:00
iceman1001
9ecd3dc3ce text 2025-01-14 16:40:01 +01:00
iceman1001
1cc9254f69 fix #2714 hf mfu info now identifies 50 pF UL Ev1 AES properly. Thanks @pc-coholic 2025-01-14 16:39:07 +01:00
Iceman
6367b2dcd9
Merge pull request #2717 from Eltrick/ev1-autopwn-dump
Possible fix for MFC EV1 signature dumping in 'hf mf autopwn'
2025-01-14 16:28:43 +01:00
Iceman
d5e80c1caf
Merge pull request #2652 from n-hutton/cherry_pick_emv
Cherry pick POC of emv simulation
2025-01-14 16:27:16 +01:00
Iceman
76ad5a5b51
Merge branch 'master' into cherry_pick_emv
Signed-off-by: Iceman <iceman@iuse.se>
2025-01-14 16:26:35 +01:00
Iceman
d100dcc847
Merge pull request #2711 from emilyastranova/master
Fix incorrect header length
2025-01-14 16:24:36 +01:00
Iceman
e505365a30
Merge branch 'master' into master
Signed-off-by: Iceman <iceman@iuse.se>
2025-01-14 16:24:23 +01:00
Iceman
87bdc25a30
Merge pull request #2716 from nvx/zuid_detection
Changed `hf mf info` - now differentiates between full USCUID and cut…
2025-01-14 13:45:05 +01:00
Iceman
9b68dc1fec
Merge pull request #2715 from nvx/fix_uscuid_csetuid
fix hf mf csetuid --gdm
2025-01-14 13:44:05 +01:00
nvx
29e0c51393 Changed hf mf info - now differentiates between full USCUID and cut down ZUID chips 2025-01-14 22:36:59 +10:00
nvx
97953d1ef3 fix hf mf csetuid --gdm 2025-01-14 22:00:17 +10:00
Iceman
766a91d865
Merge pull request #2713 from henrygab/codeQL_fixes
Allow manual initiation of CodeQL
2025-01-13 23:27:29 +01:00
Lucifer Voeltner
7fcbeac417
Test fix for MFC EV1 signature dumping in 'hf mf autopwn' 2025-01-13 11:06:24 +07:00
Philippe Teuwen
52b2c73139 trying to fix Proxspace compilation, might need some more trials... 2025-01-12 19:19:00 +01:00
Philippe Teuwen
d481a21e54 Update manufacturer list with 2024 info 2025-01-12 18:50:16 +01:00
Philippe Teuwen
ab96b74110 ref 2025-01-12 18:26:47 +01:00
Philippe Teuwen
c4b24d48b9 Update manufacturer list with 2022 info 2025-01-12 18:09:03 +01:00
iceman1001
65b9348ad9 modified lf hitag chk to show progress, added user side abort, and a minor delay since I noticed proxmark timeouts if running unlimited 2025-01-11 19:18:33 +01:00
Henry Gabryjelski
4c6ccfedc1 See if this avoids changelist warnings when building in a fork 2025-01-10 12:20:17 -08:00
Henry Gabryjelski
7eefd358d3 Allow manual initiation of CodeQL 2025-01-10 12:06:49 -08:00
Philippe Teuwen
7637fa0150 fix offline hf mf ginfo 2025-01-10 09:36:37 +01:00
Philippe Teuwen
d668da08bf Fix 'hf mf ginfo': allow offline parsing and fix parsing when ATS len!=16 2025-01-10 09:21:52 +01:00
Emily Astranova
776b1afe57
Update CHANGELOG.md
Signed-off-by: Emily Astranova <emily@astralabs.dev>
2025-01-09 16:05:22 -05:00
Emily Astranova
ac3c1bbf9f
Fix incorrect header length
Signed-off-by: Emily Astranova <emily@astralabs.dev>
2025-01-09 11:17:14 -05:00
Iceman
6b26afe853
Merge pull request #2709 from ry4000/master
R&Y: Updated DEL Delhi Metro AIDs in `aid_desfire.json`
2025-01-08 23:15:09 +01:00
ry4000
b1b12d0e2c
Merge branch 'RfidResearchGroup:master' into master 2025-01-09 07:43:50 +11:00
ry4000
fe7ba0c7f1
R&Y: Updated DEL Delhi Metro AIDs in aid_desfire.json
**Added**
- DEL Delhi Metro AIDs

**Updated**
- Designated existing DEL Delhi Metro AIDs as `Alternative Endian`

Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com>
2025-01-09 07:43:38 +11:00
Iceman
f0e92af96a
Merge pull request #2708 from awesomelyawesomes/master
add some keys from pastebin
2025-01-08 14:54:32 +01:00
g.p
72d170b7b6 add some keys from pastebin 2025-01-07 18:06:46 +03:00
Iceman
a531870717
Merge pull request #2704 from jkramarz/feature/sam_seos
support for HID SAM communication with SEOS cards
2025-01-07 00:41:53 +01:00
Jakub Kramarz
15a37ef9df seos_sam: ran make style 2025-01-07 00:30:49 +01:00
Jakub Kramarz
13e390ad3b added sam_seos to changelog 2025-01-07 00:15:41 +01:00