Philippe Teuwen
e01ff6022a
Changed : added option to skip loading the usual ~61 hardcoded keys
2024-08-09 09:42:26 +02:00
Philippe Teuwen
4c811fab0a
fix hf mf wipe: detect properly write fails
2024-08-08 20:12:46 +02:00
Philippe Teuwen
1656f1f8ce
shame on me
2024-08-08 10:30:44 +02:00
Philippe Teuwen
e0e43e728c
Fixed which was leaving the RF field on when interrupted by keyboard
2024-08-08 08:51:41 +02:00
Philippe Teuwen
9853fc1744
fm11rf08s_recovery: fchk can bey kbd-interrupted so deal with it
2024-08-08 08:27:25 +02:00
Philippe Teuwen
62735e4440
hf mf isen: longer RF reset
2024-08-07 17:01:59 +02:00
Philippe Teuwen
099a37af91
add --hardreset to hf mf isen
2024-08-07 16:09:11 +02:00
Philippe Teuwen
5e99d98bf5
fm11rf08s_recovery
2024-08-07 13:56:27 +02:00
Philippe Teuwen
e3fb13de39
Move output_grabber
2024-08-07 13:18:27 +02:00
Philippe Teuwen
11c1c8490c
more robust ouput_grabber
2024-08-05 23:31:00 +02:00
Philippe Teuwen
1e95f70386
fix staticnested_1nt
2024-08-05 20:51:19 +02:00
Iceman
a1c02f8fa8
Merge pull request #2439 from ry4000/master
...
R&Y: Added DOH Travel Pass and JFK OMNY AIDs
2024-08-04 20:40:20 +02:00
Philippe Teuwen
ee8b9ca74b
make style
2024-08-03 21:21:11 +02:00
Philippe Teuwen
44d7c54be7
changelog
2024-08-03 21:20:12 +02:00
Philippe Teuwen
1a20cb3e8a
staticnested_0nt: better threading, should finish a bit faster
2024-08-03 21:08:29 +02:00
ry4000
9fb680eb59
Updated DOH Travel Pass AID
...
Updated DOH Travel Pass Aid `Description` by adding a missing semicolon `;` to separate the `Cyclic` and `Linear` File IDs.
Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com >
2024-08-03 14:09:23 +10:00
ry4000
738e29af1c
Updated JFK OMNY AID
...
Updated JFK OMNY AID `Vendor` to include Vendor's accepted abbreviation.
Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com >
2024-08-03 14:06:00 +10:00
ry4000
566fc5ba74
Removed Duplicate dormakaba AID
...
dormakaba mobile access AID was updated and moved to the PACS section
Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com >
2024-08-03 13:57:47 +10:00
ry4000
8204282033
Added DOH Travel Pass and JFK OMNY AIDs
...
**Added Public Transport AIDs**
- DOH Travel Pass
- JFK OMNY
**Updated dormakaba AID**
- Updated dormakaba mobile access `Vendor`, `Name`, and `Description`
- Moved AID from `Transport` to `PACS` section
Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com >
2024-08-03 13:53:00 +10:00
Philippe Teuwen
9842416f30
fix hf mf nested output for extended auths
2024-08-02 23:37:14 +02:00
Philippe Teuwen
02af12723c
hf mf isen: forgot some checks
2024-08-02 23:21:14 +02:00
Philippe Teuwen
f8ed473aec
words
2024-08-02 21:04:23 +02:00
Philippe Teuwen
fd40e18d48
Merge pull request #2438 from nvx/fix_mfc_cardonly_staticnested_0nt_mingw
...
Fix staticnested_0nt on mingw/proxspace
2024-08-02 14:18:40 +02:00
nvx
2432b4282a
Fix staticnested_0nt on mingw/proxspace
...
Fixes keyCount_mutex[0] and keyCounts[0] not being properly initialised
Fixes progress reporting not properly clearing the line
Switch malloc(a*b) style calls to calloc(a, b)
2024-08-02 22:13:04 +10:00
Philippe Teuwen
5ca3013d23
hf mf fchk: fix single key mode
2024-08-02 11:02:41 +02:00
Philippe Teuwen
b63c689cf6
fix proxspace compilation issue with staticnested_0nt
2024-08-02 00:35:47 +02:00
Philippe Teuwen
9057371b2c
pm3_tests: more staticnested* tests
2024-08-02 00:12:07 +02:00
Philippe Teuwen
045a4c7fc6
staticnested_2x1nt_rf08s: fix malloc bug
2024-08-02 00:10:52 +02:00
Philippe Teuwen
c47578c048
sort mfc tools
2024-08-02 00:10:23 +02:00
Philippe Teuwen
4e0d4d3ad4
fix nonce2key example
2024-08-01 15:55:15 +02:00
Philippe Teuwen
18a3d04de1
hf mf isen incblk2 increment to the next sector
2024-08-01 14:28:00 +02:00
Philippe Teuwen
34bfaa7d32
saving files: do not prepend with default path if given path is an absolute path
2024-07-31 15:49:09 +02:00
Philippe Teuwen
3ef3c98a1d
cosmetic
2024-07-31 00:49:13 +02:00
Philippe Teuwen
fb0b448c4f
hf mf isen: add nt indexes
2024-07-31 00:41:50 +02:00
Philippe Teuwen
153064ddfa
Fix a bunch of potential buffer overruns with CLIGetStrWithReturn :
...
Most prominent one was "lf pac clone --cn 123456789" causing garbage on the terminal
Some changed code was valid before but as ppl tend to copy-paste to new code,
better to uniformize and document usages of CLIGetStrWithReturn.
Exceptions left are when filling real buffers (bin, raw,...), not strings.
2024-07-30 22:23:04 +02:00
Philippe Teuwen
78510f33a0
bit of doc...
2024-07-30 17:18:31 +02:00
Philippe Teuwen
7fec0d693c
Added few tools to tackle FM11RF08S cards
2024-07-30 16:41:00 +02:00
Philippe Teuwen
dc287c232f
hf mf isen: support n=0 to just get first auth data
2024-07-30 13:23:08 +02:00
Philippe Teuwen
036fa47703
trace list -t mf: some info about nt
2024-07-29 23:59:20 +02:00
Philippe Teuwen
e7c4ae2b1e
hf mf isen for analyzing some static encrypted nonces MFC
2024-07-29 23:19:18 +02:00
Philippe Teuwen
de326fc772
hf mf rdbl/wrbl/rdsc/nested: support extended AUTH
2024-07-29 22:38:30 +02:00
Philippe Teuwen
98273d00ae
hf mf fchk: allow to crack a single key and show progress info
2024-07-29 22:24:46 +02:00
Philippe Teuwen
29c180285e
trace list -t mf: add support for extended auths
2024-07-29 22:24:30 +02:00
Philippe Teuwen
9d66c11ac4
Fix output_grabber.py to allow several calls
2024-07-29 22:24:18 +02:00
Philippe Teuwen
bd3e8db852
Faster validate_prng_nonce
2024-07-29 22:24:09 +02:00
Philippe Teuwen
30984174db
document ST25TN512 KeyID
2024-07-29 11:50:04 +02:00
Iceman
1393b55fe3
Merge pull request #2435 from Clement87/master
...
Add key for hotel in Greece
2024-07-28 13:33:36 +02:00
Clement
be7a1ccf5a
Add key for hotel in Greece
...
Signed-off-by: Clement <storck.clement@gmail.com >
2024-07-28 11:49:29 +02:00
Iceman
25f8d7b8f7
Merge pull request #2434 from dhuuthang/patch-1
...
Add script for quick environment initialization every reboot
2024-07-25 21:38:39 +02:00
dhuuthang
9069b27d4e
Add code to hide initial cmd window
...
Signed-off-by: dhuuthang <dhuuthang@gmail.com >
2024-07-25 23:17:12 +07:00