Commit Graph
19338 Commits
Author SHA1 Message Date
Ember 'n0emis' Keske 843bb46705 hitagS sim: fix timing of receive
probably a regression from timer changes in 911766b
2024-10-27 13:17:42 +01:00
Philippe Teuwen 7fa1a204f4 Add examples to fetch prefs from Lua & Python scripts 2024-10-27 11:20:27 +01:00
Iceman 57d3de2af6 Merge pull request #2589 from douniwan5788/style
style
2024-10-24 13:25:02 +02:00
Iceman 617ae0c42c Merge pull request #2586 from solletichino999/feature/staticnested
Static nested auto distance measurement for nonces
2024-10-24 13:24:03 +02:00
Simone Spadino a1ca2fefa2 Merge branch 'RfidResearchGroup:master' into feature/staticnested 2024-10-23 18:18:31 +02:00
Iceman d2e29b2417 Merge pull request #2581 from Antiklesys/master
iclass updates
2024-10-23 18:00:18 +02:00
Iceman 49ac2339b5 Merge branch 'master' into master
Signed-off-by: Iceman <iceman@iuse.se>
2024-10-23 17:59:52 +02:00
Iceman 6de21ed0c3 Merge pull request #2588 from douniwan5788/hts_read_page
fix: Hitag S Read page failed
2024-10-23 17:58:40 +02:00
Simone Spadino f1614b4c77 Merge branch 'RfidResearchGroup:master' into feature/staticnested 2024-10-23 17:57:52 +02:00
Iceman 9e8a5ab839 Merge pull request #2587 from douniwan5788/hts_resp_protocol
add: support for all Hitag S response protocol mode
2024-10-23 17:55:12 +02:00
Iceman a2b18ddd22 Merge branch 'master' into hts_resp_protocol
Signed-off-by: Iceman <iceman@iuse.se>
2024-10-23 17:44:07 +02:00
Iceman bbea76fb2c Merge pull request #2583 from evildaemond/master
Update cmdhfgallagher.c
2024-10-23 17:37:05 +02:00
Iceman 3aeefde14d Merge pull request #2582 from jakkpotts/fix-hf_young_syntax
Fixed syntax error in flags declaration in hf_young.c
2024-10-23 17:36:24 +02:00
douniwan5788 f049b568c5 style 2024-10-23 22:25:30 +08:00
douniwan5788 046488664b fix: Hitag S Read page failed 2024-10-23 22:24:53 +08:00
douniwan5788 911766b212 add: support for all Hitag S response protocol mode 2024-10-23 22:08:52 +08:00
Simone Spadino 212f108a91 Auto distance measurement 2024-10-23 11:53:49 +02:00
Philippe Teuwen 3f5266b19a Merge pull request #2585 from solletichino999/feature/ultimatemagic
Shadow mode support for 06a0 ultimate magic tags
2024-10-23 00:56:29 +02:00
Philippe Teuwen 6e3febdf38 Merge pull request #2584 from solletichino999/feature/staticnested
Static Nested for cards with offset 0
2024-10-23 00:55:22 +02:00
Philippe Teuwen 6034f113ed fm11rf08s_recovery: add support for supply-chain (now shorter json) 2024-10-23 00:43:18 +02:00
Simone Spadino e22fd8580d Shadow mode support for 06a0 2024-10-23 00:34:58 +02:00
Simone Spadino c81ef777e3 Merge branch 'RfidResearchGroup:master' into feature/staticnested 2024-10-23 00:25:01 +02:00
Simone Spadino 846937a684 Support for static nonces card with offset 0 2024-10-23 00:24:07 +02:00
Philippe Teuwen 5ff157cb4c fm11rf08s_recovery: add support for supply-chain 2024-10-23 00:10:22 +02:00
Philippe Teuwen 284f0fe9b9 Fix compilation warning on some compilation environments 2024-10-22 15:50:46 +02:00
Adam Jon Foster 70cc7765f3 Update cmdhfgallagher.c
Added CmdGallagherEncode to allow someone to encode their own credentials into a raw and bitwise format without having it go onto a specific technology type.

Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-10-21 23:16:05 +08:00
jakkpotts 177be842bd Added changelog entry for fixing syntax on hf_young 2024-10-20 02:51:53 -07:00
jakkpotts 0cd6e950b0 Fixed syntax error in flags declaration in hf_young.c 2024-10-20 02:47:55 -07:00
Antiklesys 4f85def6b0 Check for silicon version in iclass info
Updated hf iclass info to check whether the card's chipset is old silicon (supporting 14b) or new silicon (without the 14b support)
2024-10-20 12:33:25 +08:00
Antiklesys 3c3041cdee Update CHANGELOG.md
Signed-off-by: Antiklesys <syselkitna@gmail.com>
2024-10-20 11:25:34 +08:00
Antiklesys aa2ddcdee3 Merge branch 'master' of https://github.com/Antiklesys/proxmark3 2024-10-20 11:24:10 +08:00
Antiklesys 53dfcc2569 Update CHANGELOG.md 2024-10-20 11:23:12 +08:00
Antiklesys 88364f6a48 Update iclass.c
Signed-off-by: Antiklesys <syselkitna@gmail.com>
2024-10-20 11:18:50 +08:00
Antiklesys d6f8f9db4a Updated hf iclass legrec arm side and added custom key to dictionary
Updated hf iclass legrec arm functionality
Added new custom standard key to the repository

Todo: Improve keygen algorithm efficiency
2024-10-20 11:16:46 +08:00
Philippe Teuwen 41a43bc85c hf mf sim: add option to allow key b to be used even if readable 2024-10-19 20:34:40 +02:00
Philippe Teuwen 838e0adfa7 rework Mifare simulation flags 2024-10-19 20:34:40 +02:00
iceman1001 e1fa9374d0 text and style. Suspect string formatter used "%*.*s" , we normally use "%.*s" 2024-10-19 11:16:22 +02:00
iceman1001 375b1439a1 data num now also properly pad hex converted to binary string operations 02 -> 00000010 -> 11111101 -> 01000000 2024-10-19 06:46:16 +02:00
iceman1001 8c04d9d0c8 data num didnt properly zero pad binary string outputs. It was cutting starting zeros. Those are now handled. Hex output still doesnt handle zero padding 2024-10-19 06:39:43 +02:00
iceman1001 2932fefd82 style define 2024-10-19 06:36:52 +02:00
Philippe Teuwen 5848b31ee1 trace list: don't mix 02x and 02X 2024-10-18 19:44:38 +02:00
Philippe Teuwen e6876f4b73 mfkey32v2 typo 2024-10-18 19:44:38 +02:00
iceman1001 c8fe7205b4 enhanced the hf iclass info command to try legacy aa1 and if found read out and decode 2024-10-18 19:24:02 +02:00
iceman1001 70581e3bfa modified iclass chk to load the default dictionary file. hf iclass chk -> use iclass_default_keys and hf iclass chk --elite -> use iclass_elite_keys`.. a bit simple 2024-10-18 18:20:43 +02:00
iceman1001 0c2ef9d3a8 style 2024-10-18 17:37:52 +02:00
Philippe Teuwen 91004aa2f1 hf mf sim: remove mention of non-existing option 2024-10-18 17:03:54 +02:00
Iceman 37e8812dfb Merge pull request #2579 from douniwan5788/82xx_print
improve Hitag S output
2024-10-18 11:49:21 +02:00
douniwan5788 2ac74e01db improve Hitag S output 2024-10-17 21:31:24 +08:00
Iceman 81a8bed9b4 Merge pull request #2578 from douniwan5788/doc
doc: update 82xx
2024-10-17 14:22:41 +02:00
douniwan5788 592b0ba75b doc: update 82xx 2024-10-17 19:16:57 +08:00