Philippe Teuwen
5e2b093b3e
python script: start making changes as discussed in the MR, wip
2024-11-07 14:35:46 +01:00
Philippe Teuwen
d0bd3266f2
python script: making Fluke8 pleased
2024-11-07 14:01:24 +01:00
Iceman
cf7431c98d
Merge pull request #2613 from csBlueChip/master
...
Fudan FM11R08* full-card recovery script; with Bambu tag support
2024-11-07 01:38:16 +01:00
BlueChip
f85fbe7120
update licence for proxmark submission
2024-11-06 22:16:19 +00:00
BlueChip
55f8e6ed4b
refactor console flushing; make indentation consistent; change the word 'hash' for 'sig'nature
2024-11-06 21:31:58 +00:00
Philippe Teuwen
2c2d1d0c1b
fix compiler warning
2024-11-06 18:49:29 +01:00
Antiklesys
a8204187ab
Fixed elite configcard generation
...
Fixed elite configcard generation. From nfc-iclass and other resources block 13 generation was completely missing.
This resulted in configcards for legacy readers to be working on Rev.A readers but not Rev.C readers when it came to setting elite keys or enabling keyrolling.
2024-11-06 16:38:32 +08:00
Philippe Teuwen
86b8549d2b
hf mf ecfill: show dump time
2024-11-06 00:27:33 +01:00
iceman1001
73e5045bcd
fix loading nfc files
2024-11-05 22:28:00 +01:00
Philippe Teuwen
46813e0e50
hf mf isen: rewrite counters, add specific NONCE_SUPERSTATIC case (when first nt == nested nt)
2024-11-05 17:07:54 +01:00
Einstein2150
0d28545fb5
Update mfc_default_keys.dic
...
added Hotel cards from Austria
AB287B3B4903
7B0DEDA7E162
Signed-off-by: Einstein2150 <Einstein2150@users.noreply.github.com >
2024-11-04 15:47:42 +01:00
Iceman
b6c493e7b7
Merge pull request #2615 from jmichelp/legic
...
Start fixing legic script to work with lu5.4
2024-11-04 13:27:07 +01:00
Iceman
e1da024481
Merge pull request #2616 from jmichelp/fix14b
...
Fix potential overflow in readblock
2024-11-04 13:25:26 +01:00
Jean-Michel Picod
43f6d0bcfd
Fix potential overflow in readblock
2024-11-04 12:22:50 +01:00
Jean-Michel Picod
ae1de2c6c8
Start fixing legic script to work with lu5.4
2024-11-04 12:18:37 +01:00
Jean-Michel Picod
68734f4191
Fix some PRI* macro usage.
2024-11-04 11:31:30 +01:00
Jean-Michel Picod
a0214f12d4
Move all integer printing to use PRI* macros
...
Hopefully will make CodeQL happy this time.
2024-11-04 11:21:53 +01:00
Jean-Michel Picod
b02c6ece26
Fix confusion between base10 and base16 identifiers
2024-11-04 10:00:29 +01:00
Jean-Michel Picod
bb30b9dc8b
Make CodeQL happy
2024-11-04 09:52:44 +01:00
Jean-Michel Picod
1dbfb7b3a3
Correctly parse extended length (MistialDev's card)
2024-11-04 09:52:44 +01:00
BlueChip
3e1c21ac83
Fudan FM11R08* full-card recovery script; with Bambu tag support
2024-11-04 02:02:31 +00:00
iceman1001
706f1248dd
...if I only actually make sure that the keys are unique before I merge peoples PR...
2024-11-03 22:31:30 +01:00
iceman1001
411f777197
maur
2024-11-03 19:45:19 +01:00
nvx
690864e970
clear the prompt using ANSI "clear entire line" escape
...
this replaces the old behaviour of using a fixed length of spaces
which can sometimes fail to clear the entire line if it's too long
2024-11-03 10:57:11 +10:00
iceman1001
3317175a82
style
2024-11-02 15:14:55 +01:00
iceman1001
b3285cce8a
style
2024-11-02 15:13:40 +01:00
iceman1001
81d795e56f
fix styles
2024-11-02 14:52:59 +01:00
iceman1001
9ddd833cba
fix string handling and styles
2024-11-02 14:50:31 +01:00
nvx
ef0cf93a5d
fix typos and regenerate command list
2024-11-02 23:34:38 +10:00
nvx
6d7fcc642a
add gdm flag to hf mf c* commands
...
this enables the use of hf mf c* commands with gdm/uscuid cards when the alt wake up mode 20(7)/23 is enabled rather than gen1 wake up
2024-11-02 22:22:13 +10:00
shellster
a45f4f02bd
upper case
2024-11-01 19:43:27 -06:00
shellster
d0d7bbc5fd
remove extra line return
2024-11-01 19:42:50 -06:00
shellster
224ac2fed9
Add JAKCOM R5 smart ring t55x default passwords
2024-11-01 19:39:42 -06:00
stuiterveer
08c22a0a5e
Show correct example for lf data num --hex
2024-11-01 10:38:51 +01:00
Philippe Teuwen
0b35762b15
fix static enc nonce detection in hf mf info
2024-11-01 00:57:03 +01:00
Iceman
c4c9ce2878
Merge pull request #2604 from stuiterveer/envelope
...
Fix typo from envelop to envelope
2024-10-31 14:58:18 +01:00
Benjamin DELPY
b96637b167
Update intertic.py to support Avignon / Orizo
...
Signed-off-by: Benjamin DELPY <benjamin@gentilkiwi.com >
2024-10-31 13:20:53 +01:00
stuiterveer
a370673028
Fix typo from envelop to envelope
2024-10-31 13:15:53 +01:00
Benjamin DELPY
d4890d73b4
Update intertic.py to support Bourg-en-Bresse
...
Signed-off-by: Benjamin DELPY <benjamin@gentilkiwi.com >
2024-10-31 11:03:45 +01:00
Philippe Teuwen
59b6c0353d
fm11rf08s_recovery: now usable as main or imported
2024-10-29 23:10:31 +01:00
Iceman
37e6f2dea7
Merge pull request #2602 from stuiterveer/seijsener
...
Add shower card keys used by Seijsener
2024-10-29 21:20:41 +01:00
Philippe Teuwen
de96479d80
pm3_console() in Python/Lua/C: replace passthru by capture and quiet
2024-10-29 21:13:38 +01:00
stuiterveer
a24c051a28
Add shower card keys used by Seijsener
2024-10-29 14:13:47 +01:00
Antonin Deniau
8f0c84300f
Handle other typo
2024-10-29 10:40:30 +00:00
Antonin Deniau
fe9819e9e5
Fix missing comma in aid_desfire.json
...
Signed-off-by: Antonin Deniau <Antonin-Deniau@users.noreply.github.com >
2024-10-29 11:33:26 +01:00
iceman1001
4ca4af16e3
fixed the crc annotations for iclass list. They were a bit too positive
2024-10-28 20:14:33 +01:00
stuiterveer
064b4897f2
Add key used by Eurest
2024-10-28 17:43:35 +01:00
ry4000
f0815ef3a7
R&Y: Added Various Student AIDs to aid_desfire.json
...
- Various Student AIDs added from various Servers with the help of their respective Members.
- Missing information will be added where possible as a future commit.
-R&Y.
Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com >
2024-10-28 18:13:12 +11:00
Iceman
8148f50f76
Merge pull request #2597 from Eltrick/master
...
hf mfu info - specify reason for failing read
2024-10-28 04:07:14 +01:00
iceman1001
5867026b14
text and minor fix
2024-10-28 03:39:48 +01:00