Commit graph

19018 commits

Author SHA1 Message Date
Philippe Teuwen
358130505a hf mf sim: accept RATS no matter the value of PCD FSDI & CID 2024-09-07 11:01:58 +02:00
iceman1001
e50459b2c5 style 2024-09-06 22:59:23 +02:00
iceman1001
72900d1bf9 fix and style 2024-09-06 22:36:44 +02:00
Philippe Teuwen
715f149413 fm11rf08s script: optimize when default keys 2024-09-06 12:26:13 +02:00
iceman1001
ca0c662c22 bad char 2024-09-06 10:51:09 +02:00
iceman1001
b05ccae642 text, string formatter, and something still complains in the GH actions 2024-09-06 10:47:08 +02:00
iceman1001
0509755e3c fix warning 2024-09-06 10:20:36 +02:00
iceman1001
abb8a72bb6 fixes 2024-09-06 10:13:19 +02:00
iceman1001
996429fa9e fix some const params 2024-09-06 10:13:02 +02:00
iceman1001
7549f53b63 we use calloc 2024-09-06 10:07:06 +02:00
iceman1001
0b2081ff32 fix bad string formatters, we use calloc 2024-09-06 10:04:48 +02:00
iceman1001
d5015c8ba0 fix bad string formatters and pointer is always NULL no need to check 2024-09-06 10:01:32 +02:00
iceman1001
53c64858ef fix wrong string formatters 2024-09-06 09:58:25 +02:00
iceman1001
b0dd246d94 const and bad OR 2024-09-06 09:52:30 +02:00
iceman1001
183b078969 text 2024-09-06 09:40:37 +02:00
iceman1001
713b6f80c4 fix consts 2024-09-06 09:35:30 +02:00
iceman1001
e7e836e33f fix memleak 2024-09-06 09:33:40 +02:00
iceman1001
076bfb2ec5 fix consts 2024-09-06 09:31:07 +02:00
iceman1001
cfd218dd6f fix bad return value 2024-09-06 09:22:38 +02:00
Iceman
b77099e195
Merge pull request #2490 from douniwan5788/fix_exit
fix: exit status
2024-09-06 08:53:46 +02:00
iceman1001
68693ae187 adapt test 2024-09-05 22:41:32 +02:00
iceman1001
686ee3138e made a multi threaded version of ht2crack2search since the file lookups should benefit from it. In the friendly competition with @mwalker33 where I think his version beats mine 2024-09-05 22:29:55 +02:00
iceman1001
431a5d585e fix one too small 2024-09-05 19:51:10 +02:00
iceman1001
7a4bd03cc0 added bounds checking for when the proxmark3 is simulating a ISO14443a tag 2024-09-05 18:38:17 +02:00
iceman1001
129d6f1e6d a bit untested, I am sure all standalone modes fails now. lets see if this is enough of bounds checking 2024-09-05 17:59:34 +02:00
iceman1001
9c181dd83d step one of bounds checking all responses when receiving ISO14443A frames... because @doegox find a missbehaving IC clone..... 2024-09-05 17:52:10 +02:00
Philippe Teuwen
46a8bea230 hf mf info: FM11RF32 detection 2024-09-05 15:32:52 +02:00
douniwan5788
9b879b0dc0 fix: exit status 2024-09-05 19:31:37 +08:00
Iceman
66a3992677
Merge pull request #2489 from marcelbarbulescu/master
fix help on `lf hitag hts read` and `lf hitag hts write` commands
2024-09-05 08:15:50 +02:00
Marcel Barbulescu
1d5dec3ed3 fix help on lf hitag hts read and lf hitag hts write commands 2024-09-04 20:51:59 -04:00
Iceman
2317c6b282
Merge pull request #2487 from douniwan5788/makefile
refactor: Renamed WITH_NO_COMPRESSION to WITH_COMPRESSION
2024-09-04 23:32:06 +02:00
Iceman
4a26096006
Merge pull request #2486 from douniwan5788/fix_darkside
Fix darkside
2024-09-04 23:31:01 +02:00
douniwan5788
740ab6bb33 fix: mfDarkside hangs 2024-09-04 23:28:13 +08:00
douniwan5788
5e9533a792 refactor: mfDarkside error code 2024-09-04 23:28:13 +08:00
douniwan5788
970c2d0999 refactor: remove positive error codes 2024-09-04 22:50:26 +08:00
douniwan5788
80b9f6bb4d refactor: Renamed WITH_NO_COMPRESSION to WITH_COMPRESSION for consistent style 2024-09-04 22:48:55 +08:00
Philippe Teuwen
28076af96d Add : recovering partial nested authentication with known nT 2024-09-03 23:43:28 +02:00
Philippe Teuwen
17ddc2db82 trying to please codeQL 2024-09-03 23:00:50 +02:00
Philippe Teuwen
e6c427fe21 fix bug in fm11rf08s_recovery list of found keys 2024-09-03 18:28:02 +02:00
Philippe Teuwen
de86cd85d1 Added support for dumping FM11RF08S data at once 2024-09-03 11:43:57 +02:00
Iceman
258e2892ec
Merge pull request #2484 from siowu/master
fm11rf08s_recovery: Specify the encoding as UTF-8 when opening the MFC dictionary file.
2024-09-03 11:37:48 +02:00
Philippe Teuwen
c73e2ea623 Added support for collecting all fm11rf08s nT/{nT}/par_err at once 2024-09-02 23:11:36 +02:00
siowu
08fd383713 Specify the encoding as UTF-8 when opening the MFC dictionary file in the Python script. 2024-09-03 02:43:04 +08:00
Philippe Teuwen
df1c24c42a typo 2024-09-02 14:47:29 +02:00
Philippe Teuwen
a6d0b40fa3 fm11rf08s_recovery: prioritize known keys and estimate total time. Beware options x/y are now inverted:
as running fchk before and after the core script does not make much sense,
now the default is to *not* run fchk. Use -x or -y to reenable the old behavior.
2024-09-02 14:41:08 +02:00
Iceman
be7b0ecf69
Merge pull request #2482 from ry4000/master
R&Y: Added PACS CA RBH Access AID to aid_desfire.json
2024-09-02 12:16:09 +02:00
Iceman
283a4dec3c
Merge pull request #2483 from Antiklesys/master
Update iclass.c legacy recover error logging
2024-09-02 12:15:02 +02:00
Antiklesys
f9970a3048 Update iclass.c
Improved error logging to better understand what's happening
2024-09-02 17:53:22 +08:00
Philippe Teuwen
cce2c8e7ee mf_nonce_brute: allow clear nt. Fix the weird example half working with a clear nt provided as encrypted nt... 2024-09-02 11:38:46 +02:00
Philippe Teuwen
5b6a898fe7 uniformize tools/mfc/card_reader 2024-09-02 11:11:40 +02:00