Commit Graph
18579 Commits
Author SHA1 Message Date
iceman1001 369db7c9d7 style 2024-05-27 20:29:02 +02:00
iceman1001 8d1e9c1f5d adapt response struct for hitag2 so be large enough to handle 256bytes for cryptostream 2024-05-27 15:19:22 +02:00
iceman1001 d3d701f538 the generation of NrAr is used in the regression tests. I readded the old way and if you call the hitag2_gen_nRaR.py with five params, you get the nice commands instead 2024-05-27 15:08:49 +02:00
IcemanandGitHub 1e6915fcd7 Merge pull request #2393 from uhei/fix-legic-clone
fix: hf_legic_clone.lua script
2024-05-25 16:41:59 +02:00
Uli Heilmeier 4babe8f012 fix: hf_legic_clone.lua script
Fixes: #2236
2024-05-25 16:14:01 +02:00
IcemanandGitHub 2b8ae4079c Merge pull request #2391 from ry4000/master
Added Jett's 24 Hour Fitness
2024-05-22 17:44:56 +02:00
ry4000andGitHub 5a133e39bd Added Jett's 24 Hour Fitness
Updated gym list; made some minor spelling corrections.

Jett's 24 Hour Fitness might also access Zap Fitness gym tags; however, I am unable to test that just yet as I have been unable to buy any of their cancelled credentials on second-hand marketplaces.

Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com>
2024-05-22 10:05:43 +10:00
IcemanandGitHub 36d93395e5 Merge pull request #2390 from kormax/new-aid-ecp
Add new AID & ECP definitions
2024-05-21 21:57:57 +02:00
kormax 7570f4a87c add new AID & ECP definitions 2024-05-21 22:49:06 +03:00
iceman1001 b9a583cdb5 swapped out to use bigbuff memory allocation and also show an empty message 2024-05-21 18:31:51 +02:00
iceman1001 1b387ae90e some simple identification tests, will need to expand on the idea later 2024-05-20 21:26:12 +02:00
iceman1001 968bfcd591 added "lf hitag reader" command 2024-05-20 17:47:44 +02:00
iceman1001 00407383fe hitag2 crack1,2 fixes. The error response I never seen, the fct to hex2bin prone to overflows. This should make both attack vectors more stable 2024-05-20 14:22:55 +02:00
IcemanandGitHub d2003b7b65 Merge pull request #2387 from shoganaich/master
Inside Wash Membership Card in Portugal
2024-05-18 10:50:13 +02:00
Victor CardosoandGitHub 9787821a53 Inside Wash Membership Card in Portugal
Just one key is used. The rest of the card is blank.

I tested on 3 different cards and got through a hardnested attack.

Signed-off-by: Victor Cardoso <shoganaich@tutanota.com>
2024-05-17 14:57:37 +01:00
Philippe Teuwen 676c91baaf pk st25tn 2024-05-16 23:50:35 +02:00
iceman1001 7dfcc47975 Merge branch 'master' of github.com:RfidResearchGroup/proxmark3 2024-05-16 22:51:06 +02:00
iceman1001 d9ec99f903 found the bug in a call to hex2binarray() fct which overwrote first 16 bytes of keystream. Fixed loops. Crack2 now generates same data as RFIDLer impl. 2024-05-16 22:49:24 +02:00
IcemanandGitHub a0eeb00132 Merge pull request #2386 from mifa-om/master
fixed em4x50_sim_read_bit
2024-05-15 12:09:35 +02:00
mifa-om 12f9ac5275 fixed em4x50_sim_read_bit 2024-05-15 11:34:44 +02:00
IcemanandGitHub 3d4b5fc413 Merge pull request #2369 from jlitewski/loud-nightingale
Another fix to the Buffer SaveStates
2024-05-15 09:41:56 +02:00
IcemanandGitHub 184393ee41 Merge branch 'master' into loud-nightingale
Signed-off-by: Iceman <iceman@iuse.se>
2024-05-15 09:41:50 +02:00
iceman1001 e5d5510b61 text 2024-05-15 09:37:44 +02:00
iceman1001 498af46fbf fix #2384 the use of free() is completely wrong as we use bigbuff allocations. Converted the old style to new and removed the dynamic allocation. 2024-05-15 09:36:31 +02:00
IcemanandGitHub 2b276cae1a Merge pull request #2385 from henrygab/em4x70_add_tests
add `lf em 4x70 calc` and self-tests
2024-05-15 09:19:41 +02:00
Henry GabryjelskiandGitHub f9dbe3fb6e Update CHANGELOG.md
Signed-off-by: Henry Gabryjelski <henrygab@users.noreply.github.com>
2024-05-14 21:34:43 -07:00
Henry Gabryjelski 20711e7037 Add em4x70 tests 2024-05-14 21:06:35 -07:00
Henry Gabryjelski f58992922d limit freen color to calculated values 2024-05-14 20:35:27 -07:00
Henry Gabryjelski 2757881945 functions should be static where possible 2024-05-14 20:22:30 -07:00
Henry Gabryjelski 2952d55904 Add lf em 4x70 calc 2024-05-14 20:21:42 -07:00
Henry Gabryjelski b7fff95b7c Improve editor folding (some editors use indentation as cue) 2024-05-14 19:16:37 -07:00
Henry Gabryjelski d27c084819 Internal code cleanup.
Reduce ambiguity in function and parameter names.
2024-05-14 19:16:05 -07:00
iceman1001 cacc1c1445 unused 2024-05-14 16:12:42 +02:00
iceman1001 cd1f935846 fix missing 2024-05-14 15:20:01 +02:00
iceman1001 b696c498b7 scope, const 2024-05-14 14:37:08 +02:00
iceman1001 5fd4d7e774 fix const param, bitwiseboolean 2024-05-14 14:29:30 +02:00
iceman1001 4bbfc944f3 fix const params, logic, casting 2024-05-14 14:13:13 +02:00
iceman1001 2d3e71d556 fix fct names, const params 2024-05-14 12:52:44 +02:00
iceman1001 bae6f5196f fix fct name mismatch 2024-05-14 12:42:08 +02:00
iceman1001 9535bd5a11 fix fct name mismatch 2024-05-14 12:41:22 +02:00
iceman1001 6f23b7f3eb fix fct name mismatch, const params, 2024-05-14 12:40:26 +02:00
iceman1001 f63ba3f31a fix fct name mismatch 2024-05-14 12:32:57 +02:00
iceman1001 5107b7ce04 fix fct names mismatch, const params, 2024-05-14 12:29:33 +02:00
iceman1001 2e2fa850bb const params, vars, scope, bad if statements 2024-05-14 12:25:00 +02:00
iceman1001 f3f647e6af fix const params, unused set vars 2024-05-14 12:04:03 +02:00
iceman1001 4aa8645a33 fixed order of checking 2024-05-14 12:00:19 +02:00
iceman1001 0096672d38 fix fct names and consts and bad if statement 2024-05-14 11:57:47 +02:00
iceman1001 a9a3c0bea9 const params 2024-05-14 11:45:36 +02:00
iceman1001 480d5a3241 array init 2024-05-14 11:26:16 +02:00
iceman1001 bf24c2b01f const params and init arrays 2024-05-14 11:23:33 +02:00