Commit graph

19746 commits

Author SHA1 Message Date
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
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
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
Jakub Kramarz
dd30781608 extract PACS-parsing routines to wiegand_formats.c 2025-01-07 00:15:41 +01:00
Jakub Kramarz
508b63fd2e sam_seos: switch to samCommandGetContentElement2
As PLT-03273 OMNIKEY 5023 Software Developer Guide (https://www.hidglobal.com/documents/omnikey-5023-software-developer-guide) describes a command that returns additional information about SIO object containing PACS data, switching to more verbose one.
2025-01-07 00:15:35 +01:00
Jakub Kramarz
0f7574c982 sam_seos: add option to send arbitrary requests 2025-01-07 00:05:41 +01:00
Jakub Kramarz
dfb5fa3de4 armsrc/sam_seos.c: add SoRootOID in sam_request_pacs
As described in 5326-903 OMNIKEY 5326 Software Developer Guide (https://www.hidglobal.com/documents/omnikey-5326-dfr-developers-guide). Seems like it should be here since the beginning, but worked fine without.
2025-01-07 00:05:41 +01:00
Jakub Kramarz
c28ddd1d56 armsrc/sam_common.c: type cleanup 2025-01-07 00:05:41 +01:00
Jakub Kramarz
d8ebec6baa armsrc/sam_seos.c: cleanup in sam_seos_copy_payload_nfc2sam 2025-01-07 00:05:41 +01:00
Jakub Kramarz
7b5ce7fbef armsrc/sam_seos.c: added support for cards with uid of length != 4 2025-01-07 00:05:41 +01:00
Jakub Kramarz
472d2e9330 armsrc/sam_common.c: fix sam_append_asn1_node 2025-01-07 00:05:41 +01:00
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
Jakub Kramarz
661b7bad22 armsrc/sam_picopass.c: extract common routines to sam_common.c 2025-01-07 00:04:48 +01:00
Jakub Kramarz
032619c1f3 armsrc/ticks.c: disable TC2 on StopTicks (may be enabled by StartCountSspClk) 2025-01-07 00:04:48 +01:00
Iceman
405c48424f
Merge pull request #2707 from evildaemond/master
Added SEOS Support
2025-01-06 23:23:44 +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
Iceman
aa84e5ca8f
Merge pull request #2706 from csBlueChip/rf08s_full_v1-4
Revise "full" recovery script
2025-01-05 20:38:11 +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
Philippe Teuwen
c07b9f740d Add SLIX2 sample to recover_pk.py 2025-01-05 14:25:31 +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
Iceman
73b3b4d3be
Merge pull request #2703 from zxkmm/custom_write_file_name_tail
Add custom suffix for hf mf autopwn to -o argument
2025-01-04 16:01:17 +01:00
zxkmm
b997a91cd5 remove long name from sheet 2025-01-04 23:00:18 +08: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
964d011b22 edit changelog per iceman request 2025-01-04 22:49:25 +08:00
zxkmm
be766fbe3b changelog 2025-01-04 21:24:10 +08:00
zxkmm
8f724b1f41 document - textual 2025-01-04 21:16:35 +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
Iceman
4b2414f1d5
Merge pull request #2700 from piotrva/extend-spiffs-partition-last-page
Extend SPIFFS partition to last SPI FLASH page
2024-12-31 21:39:31 +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
e3486e57b1 Extend spiffs area to full FLASH array except last two sectors (signature and reserve one for future use) 2024-12-29 22:20:49 +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
Piotr Rzeszut
b1ba5b3ea6 Merge branch 'master' into extend-spiffs-partition-last-page 2024-12-29 22:03:21 +01:00
Nya0
6bce80f520 fixed comments 2024-12-29 14:01:30 +03:00
Iceman
2c72db9b54
Merge pull request #2697 from piotrva/move-keys-library-to-spiffs
Move keys library to spiffs
2024-12-28 19:21:35 +01: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