iceman1001
aceed281e8
Release v4.18589 - Aurora
v4.18589
2024-05-28 10:36:32 +02:00
iceman1001
efcfd3e126
text
2024-05-28 10:36:23 +02:00
iceman1001
4a4e7bc27f
wrong lib
2024-05-28 10:32:50 +02:00
iceman1001
d6356bd3f4
wrong file
2024-05-28 10:30:40 +02:00
iceman1001
9cc8f6a10b
Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
2024-05-28 10:27:33 +02:00
iceman1001
54644c6113
update cmakefile with changes from client cmake
2024-05-28 10:27:23 +02:00
iceman1001
adfbcbc193
miscchecks white space
2024-05-28 10:14:02 +02:00
iceman1001
6bdfe11c1a
minor fixes
2024-05-28 10:00:11 +02:00
iceman1001
98acac3fc2
fix unused warning
2024-05-28 09:52:27 +02:00
Iceman
0562ff6723
Merge pull request #2394 from ikarus23/master
...
add keys from MCT project
2024-05-27 21:23:32 +02:00
ikarus
897643f4cc
add keys from MCT project
2024-05-27 21:19:13 +02:00
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
Iceman
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
Iceman
2b8ae4079c
Merge pull request #2391 from ry4000/master
...
Added Jett's 24 Hour Fitness
2024-05-22 17:44:56 +02:00
ry4000
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
Iceman
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
Iceman
d2003b7b65
Merge pull request #2387 from shoganaich/master
...
Inside Wash Membership Card in Portugal
2024-05-18 10:50:13 +02:00
Victor Cardoso
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
Iceman
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
Iceman
3d4b5fc413
Merge pull request #2369 from jlitewski/loud-nightingale
...
Another fix to the Buffer SaveStates
2024-05-15 09:41:56 +02:00
Iceman
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
Iceman
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 Gabryjelski
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