Jakub Kramarz
c08e6c47c8
sam_seos: add suppport for HID SAM communication with SEOS cards, based on bettse/seader project
2025-01-07 00:05:33 +01:00
Adam Jon Foster
df2cf0a948
Added SEOS Support
...
Added generic SEOS Support with the following commands;
- `hf seos info` (slightly improved from the original
- `hf seos pacs` (return the SIO value from the default ADF and default tag)
- `hf seos adf ` (send a get data request to an ADF with a custom tag list)
- `hf seos gdf` (make a request for a GDF based upon a command found in their docs)
- `hf seos managekeys` (manage your own keys used for SEOS commands)
You still need keys to use this commandset, this does not have any keys and is theoretical at this stage until someone tests it with the keys.
Signed-off-by: Adam Jon Foster <me@evildaemond.com >
2025-01-07 06:17:37 +08:00
iceman1001
5b5f1722b0
minor changes with init and doubleing the EMRTD_MAX_FILE_SIZE to 70 000 bytes. Which might help for some files
2025-01-06 17:56:01 +01:00
BlueChip
86a7f8b495
Revise 'RF08S_full' script to NOT attempt to recover a card it does not support (v1.4)
2025-01-05 16:18:06 +00:00
Philippe Teuwen
917be92afc
typos
2025-01-05 14:27:14 +01:00
iceman1001
2585a77403
fixed buffer overflow and swapped parameter to "suffix" since its not a output file name
2025-01-05 13:12:34 +01:00
iceman1001
45b3929b20
maur
2025-01-04 22:57:53 +01:00
zxkmm
4f6bcb2198
not use long argument
2025-01-04 22:56:11 +08:00
zxkmm
4b5913cc7c
check len instead of the actual buffer as per iceman request
2025-01-04 22:52:05 +08:00
zxkmm
8f2b48a778
add -o argument for hf mf autopwn
2025-01-04 21:14:20 +08:00
iceman1001
17338e2a5f
style
2024-12-31 23:35:16 +01:00
Iceman
7843de1988
Merge pull request #2699 from Nya0/hts-restore
...
lf hitag hts restore & 82xx improvements
2024-12-31 21:40:58 +01:00
Piotr Rzeszut
adadfb7fad
Corrected documentation on SPI FLASH memory usage after SPIFFS area extension.
2024-12-29 22:45:50 +01:00
Piotr Rzeszut
2ccfa187ab
Remove unused definitions related to fixed-size SPI flash, improve comments for documentation
2024-12-29 22:19:32 +01:00
Nya0
6bce80f520
fixed comments
2024-12-29 14:01:30 +03:00
Iceman
7eaab824f5
Merge branch 'master' into move-keys-library-to-spiffs
...
Signed-off-by: Iceman <iceman@iuse.se >
2024-12-28 19:21:22 +01:00
Iceman
9e21f1b070
Merge branch 'master' into lf-em-410x-sim-default-help-imp
...
Signed-off-by: Iceman <iceman@iuse.se >
2024-12-28 19:19:46 +01:00
iceman1001
afcd57b1a1
identify MIFARE Duox
2024-12-28 19:18:27 +01:00
Nya0
86dc2e427c
added to command files
2024-12-28 00:20:36 +03:00
Nya0
6b46a91896
tiny oopsie
2024-12-28 00:09:04 +03:00
Nya0
e72b51e1f7
lf hitag hts restore
2024-12-27 19:15:45 +03:00
Piotr Rzeszut
69606aeb07
Changed lf em 410x sim to use default gap value of 0 and extended help, addressing #2197
2024-12-27 00:28:07 +01:00
Iceman
59751900f5
Merge branch 'master' into move-keys-library-to-spiffs
...
Signed-off-by: Iceman <iceman@iuse.se >
2024-12-26 21:16:51 +01:00
Iceman
f36d8152c8
Merge branch 'master' into master
...
Signed-off-by: Iceman <iceman@iuse.se >
2024-12-26 21:15:14 +01:00
Piotr Rzeszut
4b5d532c9a
Revert to strcpy instead of strcpy_s for compatibility.
2024-12-26 04:13:03 +01:00
Piotr Rzeszut
5ed4804044
Fix missing header file for strcpy_s
2024-12-26 04:10:10 +01:00
Piotr Rzeszut
470536f0fd
Upload also iClass and T55XX keys to spiffs files
2024-12-26 02:10:49 +01:00
Piotr Rzeszut
d9a3e4f050
Refactor keys in flash statistics to check for files
2024-12-26 01:11:46 +01:00
Piotr Rzeszut
3b9ba0ffe5
Increase timeout to about 1400s in hf mf fchk to be able to run much more than 2100 keys check
2024-12-26 00:16:21 +01:00
Piotr Rzeszut
9242d2f956
Increase timeout to about 1400s in hf mf fchk to be able to run much more than 2100 keys check
2024-12-25 23:51:54 +01:00
Piotr Rzeszut
5af815f271
Mifare dictionary uploaded to spiffs using legacy function
2024-12-25 21:08:44 +01:00
Philippe Teuwen
825dea27a0
hf mf isen: fix timeout when used over slow link (tcp/bt)
2024-12-24 23:56:13 +01:00
ry4000
b275895e21
R&Y: Added DAY RTA Tapp Card and Additional BKK BEM Stored Value Card AIDs to aid_desfire.json
...
Added to `aid_desfire.json`
- DAY RTA Tapp Card AID
- Additional BKK BEM Stored Value Card AIDs
Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com >
2024-12-21 11:41:04 +11:00
klks
df3916c7b6
Add annotations for FMCOS2.0 CPU Card
...
Adding annotations for the FMCOS 2.0 CPU Card that is used/sold in China.
2024-12-20 22:50:20 +08:00
Jonathan Lassoff
cab81f4c91
Fix hf 15 view command examples
2024-12-18 11:26:53 +00:00
Philippe Teuwen
59ae5d2285
hf 15 info: show all type matches and check ST25TVxC signature
2024-12-15 20:54:28 +01:00
Philippe Teuwen
be79654eb9
Add initial support for ST25TN and its signature verification
2024-12-15 17:14:41 +01:00
Philippe Teuwen
67ee460137
limit hf st suggstion to st25ta, if STA
2024-12-15 15:16:07 +01:00
Philippe Teuwen
a4b595c79b
got DESFire Light with that pk...
2024-12-15 15:14:17 +01:00
Philippe Teuwen
571ac28229
st25ta02kb getsignature: handle locked tags
2024-12-15 14:02:52 +01:00
Philippe Teuwen
c9f2c17841
relax ecdsa_publickey_ng_t, should help MacOS compilation
2024-12-14 14:53:08 +01:00
Philippe Teuwen
f26727eb28
Refactor originality checks. Notes:
...
- removed pk "NTAG424DNA, NTAG424DNATT, DESFire Light Ev2", "04B304...3B" which is a typo of "DESFire Ev2", "04B3...3A"},
- MIKRON pk currently not used because I don't know if it's for MFC, MFUL or sth else
- ST25TN pk added but currently not used, need to be implemented/tested
- ST25TV pk currently not used, need to be implemented/tested
2024-12-14 14:29:50 +01:00
Philippe Teuwen
0e819f75a4
UL AES alt pk
2024-12-13 10:32:07 +01:00
Antiklesys
de01578c4b
Update cmdhficlass.c
...
Signed-off-by: Antiklesys <syselkitna@gmail.com >
2024-12-13 16:03:45 +08:00
Antiklesys
afed67ca2c
Added hf iclass trbl
2024-12-12 18:54:56 +08:00
Nathan N
d965d5064e
Remove duplicated condition
...
Signed-off-by: Nathan N <noproto@users.noreply.github.com >
2024-12-12 00:25:44 -05:00
WillyJL
11848a521e
Remove duplicate keys
...
Signed-off-by: WillyJL <49810075+Willy-JL@users.noreply.github.com >
2024-12-10 05:20:26 +01:00
Philippe Teuwen
a13b1db49f
make style
2024-12-09 15:16:46 +01:00
Philippe Teuwen
09b31b5978
hf mfp info: fix support for real 4b cards
2024-12-09 14:41:51 +01:00
ry4000
6de7bd2cba
R&Y: Added BDL Go CT and CMH COTA Smartcard AIDs to aid_desfire.json
...
Added with thanks to TheDingo8MyBaby:
- BDL Go CT AID
- CMH COTA Smartcard AID
Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com >
2024-12-08 15:14:05 +11:00