Commit Graph

19162 Commits

Author SHA1 Message Date
Antiklesys 0ae7e2cd68 Completed hf iclass unhash pre-image generation
Finished the pre-image generation algorithm to take in account edge scenarios based on special values of z0..z7 that return the same modulo values even tho they have different original values.
This allows the generation of more than 8 pre-images when reversing hash0, showing the full set of valid pre-images per each diversified key.
2024-09-30 11:24:32 +08:00
Iceman ce1f17634d Merge pull request #2542 from Antiklesys/master
Added hf iclass unhash
2024-09-29 20:38:45 +03:00
Antiklesys d5469d567f Added hf iclass unhash
Added hf iclass unhash based on the document "Exposing iClass Key Diversification"
The command works but only handles the "main" scenarios, retrieving only 8/512 potential hash0 pre-images.
Handling of the additional pre-images is still work in progress.
2024-09-29 21:38:20 +08:00
Philippe Teuwen 7be8ee0c69 hf 14a raw --crypto1 special auth command now returns auth result as 0x0A/0x04 2024-09-27 11:03:27 +02:00
Philippe Teuwen 2eac5419f0 Add crypto1 support to hf 14a raw 2024-09-26 23:47:09 +02:00
Philippe Teuwen 9a6f6132bc doc 2024-09-26 23:39:53 +02:00
Iceman 2dc0946dc5 Merge pull request #2522 from douniwan5788/logtrace
fix: Hitag S logtrace time
2024-09-25 22:37:07 +03:00
douniwan5788 35c8dfc4e0 fix: Hitag S logtrace time 2024-09-26 01:39:04 +08:00
Iceman 55ef252a5d Merge pull request #2539 from Sanduuz/master
Fixed typo in standard name
2024-09-25 12:09:34 +03:00
Iceman c855994a45 Merge pull request #2540 from jakkpotts/fix-hf_young-simulate
Fixed argument count for SimulateIso14443aTag() in hf_young.c
2024-09-25 12:08:48 +03:00
jakkpotts 886db6978b Add entry to CHANGELOG.md for SimulateIso14443aTag in hf_young.c fix 2024-09-25 01:38:09 -07:00
jakkpotts e32ab8d1d0 Fix incorrect number of arguments for SimulateIso14443aTag() in hf_young.c 2024-09-25 01:28:39 -07:00
Sanduuz 4979bb2043 Fixed typo in standard name 2024-09-25 10:42:53 +03:00
Iceman 14dcc9dab8 Merge pull request #2536 from douniwan5788/resp_init
refactor: cleanup PacketResponseNG init
2024-09-24 16:16:08 +03:00
douniwan5788 ef0bae7bc6 refactor: cleanup PacketResponseNG init 2024-09-24 21:06:42 +08:00
Iceman 9129cd6442 Merge pull request #2538 from sillygir1/sniffing-fix
Fix hf 14a sniff ignoring reader commands
2024-09-24 12:36:39 +03:00
Iceman abd671bb3b Merge pull request #2535 from douniwan5788/hitags_tearoff
add: Hitag S tearoff support
2024-09-24 11:53:49 +03:00
sillygir1 78150d8191 fix: hf 14a sniff ignoring reader commands 2024-09-24 06:05:13 +04:00
douniwan5788 142f2e6075 add: Hitag S tearoff support 2024-09-23 18:48:41 +08:00
Iceman 350ed787e1 Merge pull request #2534 from evildaemond/master
Adding hf 14a simaid
2024-09-23 12:04:00 +03:00
Iceman 425c44ff5b Merge pull request #2533 from ry4000/master
R&Y: Added UMO and MONECARTE AIDs to aid_desfire.json
2024-09-23 12:01:52 +03:00
Iceman 4f0e062f21 Merge pull request #2532 from douniwan5788/hitag_common
refactor: process Hitag S common args
2024-09-23 12:01:31 +03:00
Adam Jon Foster 03fcc1d8d6 Update pm3_cmd.h
Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-09-23 15:31:46 +08:00
Adam Jon Foster f42e2f76b9 Update CHANGELOG.md
Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-09-23 15:07:52 +08:00
Adam Jon Foster 03b291e173 Update CHANGELOG.md
Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-09-23 15:07:35 +08:00
Adam Jon Foster 953bfdb4f9 Update iso14443a.c
Fixed Names

Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-09-23 15:03:32 +08:00
Adam Jon Foster b7aadc6d66 Update iso14443a.h
Added custom RATS via iRATS to regular iso14443a tag emulation

Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-09-23 14:54:11 +08:00
Adam Jon Foster 089da16ffa Update iso14443a.c
Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-09-23 14:53:34 +08:00
Adam Jon Foster fd678ae1c7 Update appmain.c
Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-09-23 14:49:25 +08:00
Adam Jon Foster 56324b16b2 Update iso14443a.h
Added custom RATS option

Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-09-23 14:46:52 +08:00
Adam Jon Foster 2d3cff720b Update iso14443a.c
Added custom RATS option

Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-09-23 14:46:31 +08:00
Adam Jon Foster d48d69b3e2 Update pm3_cmd.h
Added Header File

Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-09-23 14:42:22 +08:00
Adam Jon Foster 5be8f92cff Update iso14443a.h
Added SimulateIso14443aTagAID

Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-09-23 14:38:59 +08:00
Adam Jon Foster 95a8829f20 Update iso14443a.c
Added SimulateIso14443aTagAID

Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-09-23 14:38:30 +08:00
Adam Jon Foster 4ff0726eb6 Update appmain.c
Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-09-23 14:34:56 +08:00
Adam Jon Foster 92767a685f Update pm3_cmd.h
Added RATS_IN_DATA as a definition

Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-09-23 14:33:30 +08:00
Adam Jon Foster 92ce2cb780 Update cmdhf14a.h
Added HF 14a AID Sim

Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-09-23 14:32:14 +08:00
Adam Jon Foster 4b4afc623f Update cmdhf14a.c
Added HF 14a AID Sim

Signed-off-by: Adam Jon Foster <me@evildaemond.com>
2024-09-23 14:31:52 +08:00
ry4000 7ab9de3aab R&Y: Added UMO and MONECARTE AIDs to aid_desfire.json
Added UMO Mobility transport AIDs.
Added European Student Card student AIDs.

Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com>
2024-09-23 14:11:22 +10:00
douniwan5788 f03eb1156a refactor: process Hitag S common args 2024-09-22 20:16:49 +08:00
Iceman d2783214e3 Merge pull request #2531 from douniwan5788/hitag_enum
refactor: Merge enum hitag_function
2024-09-22 15:14:38 +03:00
douniwan5788 8b7f34b4d9 refactor: Merge enum hitag_function. read/write has already been differentiated by command 2024-09-22 20:05:25 +08:00
Iceman 495759d6bd Merge pull request #2530 from nemanjan00/avx512f
Patch for hardnested attack, for avx512f, by @xianglin1998
2024-09-22 10:33:20 +03:00
Iceman 0331b66e78 Merge pull request #2529 from douniwan5788/move_to_hts
Move to hts
2024-09-22 10:32:13 +03:00
Iceman 73711f7862 Merge pull request #2528 from douniwan5788/bigbuf
refactor: change BigBuf to const
2024-09-22 10:31:32 +03:00
Iceman 5f44f23b92 Merge pull request #2527 from douniwan5788/82xx_page
fix: bypass some limits for 82xx
2024-09-22 10:30:57 +03:00
Iceman 0476596524 Merge pull request #2526 from douniwan5788/lfsearch_hangs
fix: `lf search` hangs
2024-09-22 10:29:14 +03:00
Iceman a3871cdd1e Merge pull request #2525 from jmichelp/dev
Print LUA and Python interpreter versions
2024-09-22 10:28:11 +03:00
Iceman d68bddaf0e Merge branch 'master' into dev
Signed-off-by: Iceman <iceman@iuse.se>
2024-09-22 10:28:04 +03:00
Iceman 2b1a71b391 Merge pull request #2524 from jmichelp/lua54
Update LUA from v5.2 to v5.4
2024-09-22 10:26:51 +03:00