Philippe Teuwen
90c8fa03e3
hf mf info: fingerprint fm11rf08s **98
2024-10-07 00:18:12 +02:00
Philippe Teuwen
92e46a1b8a
fm11rf08s_recovery.py: test other keys as well
2024-10-06 23:14:30 +02:00
Philippe Teuwen
080ddc1595
fm11rf08s_nonces_with_data: save in JSON file
2024-10-06 23:14:30 +02:00
iceman1001
5a7e6643c7
added a new command to set UID on magic 14B
2024-10-05 22:18:27 +02:00
iceman1001
05231cdd64
text
2024-10-05 18:31:44 +02:00
iceman1001
3e1c4c9eac
modified hf 14b info to detect tiananxin card
2024-10-05 18:21:03 +02:00
Iceman
f00fac8b59
Merge pull request #2557 from douniwan5788/82xx_config
...
add: 82xx config parse
2024-10-04 19:39:48 +03:00
douniwan5788
9a50e608e0
add PM3_REASON_UNKNOWN
2024-10-04 23:25:15 +08:00
douniwan5788
d361cd863c
add: 82xx config parse
2024-10-04 23:00:24 +08:00
douniwan5788
680f16573d
fix: lf hitag hts rdbl read by page
2024-10-04 22:30:28 +08:00
douniwan5788
274756686a
add: Hitag S error reason
2024-10-04 21:56:22 +08:00
iceman1001
5f580e34ca
better filehandling and memory handling in "lf em 410x brute"
2024-10-04 10:41:15 +02:00
Iceman
e431d33fd5
Merge branch 'master' into reason
...
Signed-off-by: Iceman <iceman@iuse.se >
2024-10-04 11:12:49 +03:00
iceman1001
88a46a289e
Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
2024-10-04 10:01:56 +02:00
iceman1001
ff765f569f
change out some non-breaking wait for response from some command which shouldnt have it. Sniff / simulate / bruteforce should have it. and some minor text / style
2024-10-04 10:01:50 +02:00
Iceman
b124d11c09
Merge pull request #2554 from Antiklesys/master
...
Fixed config cards segmentation fault
2024-10-04 10:51:26 +03:00
iceman1001
4584c92fc4
added more waiting time for 14a apdu commands
2024-10-04 09:21:17 +02:00
iceman1001
27f5941395
add waiting time out for hf mfp info
2024-10-04 09:18:39 +02:00
iceman1001
f36e7a59a1
wait a bit longer when selecting a MFU tag
2024-10-04 09:16:04 +02:00
Antiklesys
dfa5d0c341
Fixed config cards segmentation fault
...
Fixed segmentation fault error from commit 6264b1df9a when trying to generate config cards.
2024-10-04 12:14:23 +08:00
Philippe Teuwen
ffc185cc9e
Should fix clang-19 warning
2024-10-03 19:34:52 +02:00
ANTodorov
f0862c9ee2
add a helper script to decode SPI flash JEDEC data
...
Signed-off-by: ANTodorov <ANTodorov@users.noreply.github.com >
2024-10-02 19:33:27 +03:00
Antiklesys
992dfdad48
hf iclass unhash improvements
...
Added more detailed instructions for next steps after unhashing
2024-10-02 00:16:03 +08:00
Antiklesys
190a88c61f
Update cmdhficlass.c
...
Signed-off-by: Antiklesys <syselkitna@gmail.com >
2024-10-01 23:33:35 +08:00
Antiklesys
091b76b163
unhash hints for next steps
...
Added hints for next steps
2024-10-01 23:32:00 +08:00
iceman1001
5c5bfe59d6
style
2024-10-01 13:53:33 +02:00
Philippe Teuwen
06d63a8c0e
Unify Py/Lua versions in hw version
2024-10-01 13:46:31 +02:00
Oleg Moiseenko
6b1d034701
cipurse file read fix
2024-10-01 13:55:54 +03:00
iceman1001
e162cc3953
style and text. Might need some hint for the next step when/how unhash output is used
2024-10-01 10:15:44 +02:00
iceman1001
f4d2d2e5db
simplify logic and continue to check use_elite even in default mode key
2024-10-01 09:57:38 +02:00
iceman1001
01a191f385
style
2024-10-01 09:52:46 +02:00
Iceman
daa2fe1646
Merge pull request #2546 from jmichelp/patch-3
...
Fix missing line return when viewing dumps
2024-10-01 10:44:21 +03:00
Jean-Michel Picod
eb0d92ea98
Fix deleted line return
...
For some reason, `isprint()` claims that `0xff` is printable. But it's used by print functions as a magic value to suppress the line return.
So when viewing a dump where the last byte of a block/sector is `0xff`, it was suppressing the new line between blocks/sectors.
Signed-off-by: Jean-Michel Picod <jmichel.p@gmail.com >
2024-10-01 08:29:27 +02:00
Antiklesys
6264b1df9a
Updated iclass config card generation
...
Improved config card generation to support using a different key than the default k0 for the card's key
2024-10-01 11:35:17 +08:00
Iceman
a03cde3db5
Merge branch 'master' into reason
...
Signed-off-by: Iceman <iceman@iuse.se >
2024-09-30 19:00:22 +03:00
iceman1001
50bdec092d
fix #2541 som more keys which will need to be verified one of these days. Thanks @TestowyTest456!
2024-09-30 17:58:17 +02:00
Anton Todorov
26fe583a80
hf mfu pwdgen with 4byte uid should adapt to 7 byte
...
Signed-off-by: Anton Todorov <ANTodorov@users.noreply.github.com >
2024-09-30 16:56:14 +03:00
Anton Todorov
0733754968
fix hf mfu pwdgen for 7 byte uid
...
The last 3 bytes of the 7 byte uid are zeroed out
Tested with the example from the forum http://www.proxmark.org/forum/viewtopic.php?pid=44238#p44238
Signed-off-by: Anton Todorov <ANTodorov@users.noreply.github.com >
2024-09-30 16:25:00 +03:00
iceman1001
71c86f4b21
style
2024-09-30 10:36:29 +02:00
Antiklesys
f5d8ba3225
Update ikeys.c
...
Fixed comments and removed commented lines
Signed-off-by: Antiklesys <syselkitna@gmail.com >
2024-09-30 15:08:58 +08:00
Antiklesys
946ae5d3d6
Update ikeys.c
...
Removed commented lines
2024-09-30 11:39:53 +08:00
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
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
2eac5419f0
Add crypto1 support to hf 14a raw
2024-09-26 23:47:09 +02:00
Sanduuz
4979bb2043
Fixed typo in standard name
2024-09-25 10:42:53 +03:00
douniwan5788
ef0bae7bc6
refactor: cleanup PacketResponseNG init
2024-09-24 21:06:42 +08:00
douniwan5788
96d462acee
add: split PacketResponseNG status to status and reason
2024-09-24 03:10:53 +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
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