Commit Graph

21605 Commits

Author SHA1 Message Date
kormax ea10002efc Fix CHANGELOG 2026-04-13 14:14:23 +02:00
Philippe Teuwen 57c75ff678 arraylen 2026-04-13 09:46:50 +02:00
Philippe Teuwen 22dfe15967 update release template 2026-04-13 09:42:59 +02:00
Philippe Teuwen 88d20bd4f2 make style 2026-04-13 09:35:02 +02:00
Philippe Teuwen 06bedd410e ulaes info: align output 2026-04-13 09:30:40 +02:00
Iceman fc3dbe56bd Merge pull request #3208 from R4H33M/iclass-page-support
Add --page flag to hf iclass dump
2026-04-13 08:18:07 +07:00
Iceman 0adf450bc4 Merge pull request #3232 from Antiklesys/master
hf secc crypto bug fixes
2026-04-13 08:12:00 +07:00
Iceman 7b23ddba54 Merge pull request #3233 from kormax/felica-trace-improved-annotation
Annotate more FeliCa commands with 'hf felica list'
2026-04-13 08:11:19 +07:00
Iceman b77b400ab8 Merge pull request #3231 from kormax/felica-more-system-codes
Add more systems to 'felica_system_code_list.json'
2026-04-13 07:56:52 +07:00
kormax b8c2e2531f Annotate more FeliCa commands with 'hf felica list' 2026-04-12 12:40:20 +03:00
Raheem Idowu 8d5779ac00 only pagesel when necessary 2026-04-11 18:20:08 -04:00
Antiklesys d331e57c78 hf secc crypto bug fixes 2026-04-12 03:16:41 +08:00
kormax 9fdfebf3e8 Add more systems to 'felica_system_code_list.json' 2026-04-11 20:24:16 +03:00
Iceman 84bc068652 Merge pull request #3229 from team-orangeBlue/mfp_write_checker
Add ST check to `hf mfp wrbl`, fix ST RO checks for 16-block sectors
2026-04-11 14:24:37 +07:00
Iceman 14824ca680 Merge branch 'master' into mfp_write_checker
Signed-off-by: Iceman <iceman@iuse.se>
2026-04-11 14:24:26 +07:00
iceman1001 6af1a8e432 updated help text for `lf realy 2026-04-11 09:04:55 +07:00
Iceman 652e6fc136 Merge pull request #3228 from kormax/felica-system-annotation
Add FeliCa system code annotation
2026-04-11 08:09:52 +07:00
Iceman 344b3f6fa7 Merge pull request #3227 from kormax/felica-system-code-list
Introduce 'felica_system_code_list.json' resource for FeliCa system codes
2026-04-11 08:08:27 +07:00
iceman1001 c502d2d88d fix cmake 2026-04-11 08:06:48 +07:00
iceman1001 36a5c881d0 proper fix for ip, socket handling for win32 , proxspace env 2026-04-11 08:01:48 +07:00
team-orangeBlue 877e5c6b70 bugfix #2
oops #2

Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2026-04-11 00:57:28 +03:00
team-orangeBlue 38af2eb1c5 bugfix
oops

Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2026-04-11 00:56:59 +03:00
team-orangeBlue 8e1f2d7a8f Update CHANGELOG.md
Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2026-04-11 00:42:33 +03:00
team-orangeBlue 9e52f0701f Correct ACL RO check
See commit 1cb843a22b

Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2026-04-11 00:41:31 +03:00
team-orangeBlue 1cb843a22b Fix bug in ACL block-RO checker
The code as-is would bug out like below:
```
(input) --blk 255 -d ...f0f0f0...
[=] Sector trailer (ST) write detected
[!] ⚠️  Strict ReadOnly Access Conditions on block 240 detected
[!] ⚠️  Strict ReadOnly Access Conditions on block 241 detected
[!] ⚠️  Strict ReadOnly Access Conditions on block 242 detected
```
This is incorrect. in 16-block sectors, ACLs cover chunks of 5 blocks at once.
It should (and now does) look like:
```
[=] Sector trailer (ST) write detected
[!] ⚠️  Strict ReadOnly Access Conditions on blocks 240-244 detected
[!] ⚠️  Strict ReadOnly Access Conditions on blocks 245-249 detected
[!] ⚠️  Strict ReadOnly Access Conditions on blocks 250-254 detected
```

Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2026-04-11 00:38:14 +03:00
team-orangeBlue 2b5ac4ca44 Update CHANGELOG.md
Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2026-04-11 00:16:56 +03:00
team-orangeBlue 394aec40e2 Add ST+ACL check to hf mfp wrbl
Sector trailers are now checked for errors.
Writes should not go through if for whatever reason ACLs provided to write are invalid.

Reminder that ACLs are checked on the 4-byte method of MFP with the encrypted-only exchange byte.

Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2026-04-11 00:14:36 +03:00
team-orangeBlue f8f6216958 Correct a typo in helptext
Mifare Plus ACLs are 4 bytes, not 3... oops
Fixed typo in `hf mfp acl`

Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2026-04-11 00:11:41 +03:00
kormax 3eecb97a88 Add system code annotation for 'hf felica info' and 'hf felica rqsyscode' 2026-04-10 20:36:50 +03:00
kormax 6b315af2bb Introduce 'felica_system_code_list.json' resource for FeliCa system codes 2026-04-10 20:18:24 +03:00
iceman1001 a5140dd666 add win32 headers, will need to refactor the lf relay using win32 aswell 2026-04-10 17:05:12 +07:00
iceman1001 f070d8a06e lf relay - relays between two pm3 devices over internet. Defaults to port 8000, Thanks to Moreno for original source 2026-04-10 14:03:50 +07:00
iceman1001 1b80129132 text 2026-04-10 13:50:41 +07:00
Iceman 89bcec22b2 Merge pull request #3225 from team-orangeBlue/mf_acl_polish
Polish the `hf mf acl` command
2026-04-10 13:06:23 +07:00
Iceman 557a8cc399 Merge pull request #3224 from team-orangeBlue/mfp_acl
Add the `hf mfp acl` command
2026-04-10 13:04:42 +07:00
Iceman 0c610b229f Merge pull request #3223 from kormax/aidlist-legic-extra-sources
Add LEGIC & extra sources to `aidlist.json`
2026-04-10 13:01:41 +07:00
team-orangeBlue 12ef132a42 Update CHANGELOG.md
Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2026-04-09 23:45:30 +03:00
team-orangeBlue b4da189aa7 Polish hf mf acl
Just cause...

Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2026-04-09 23:43:47 +03:00
team-orangeBlue 5217a6537b Update CHANGELOG.md
Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2026-04-09 23:25:36 +03:00
team-orangeBlue 9cf2f49d10 Add ACL command
Mifare Plus has an extra byte for ACL payloads.
That byte controls if data exchange can be plaintext or must be encrypted.

Support for decoding is added in this commit.

Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
2026-04-09 23:17:44 +03:00
kormax c85115036a Add 'LEGIC Connect' entries to 'aidlist.json' 2026-04-09 20:50:20 +03:00
kormax e9801d1e9c Add extra 'Sources' to 'aidlist.json' 2026-04-09 20:42:53 +03:00
iceman1001 92426a26a4 update test to match new param name 2026-04-09 12:36:55 +07:00
iceman1001 a64d115fa8 changed filed name to match prefered style 2026-04-09 12:22:10 +07:00
iceman1001 9e09e6c5cc changed file name to match prefered style 2026-04-09 12:21:38 +07:00
iceman1001 e199f3dd11 thanks to Claude, this script actually has become the way I wanted it to be. It is alpha-num sorted, column width adapted, and alternative rows are now in yellow. There is also a -s parameter if you have a known value you are looking for. If found it will be marked in green text. Marvelous changes! 2026-04-09 12:18:38 +07:00
Iceman 651d60cf11 Merge pull request #3222 from kormax/mfdes-brute-damslot
Implement 'hf mfdes brutedamslot' command
2026-04-09 05:22:31 +07:00
kormax ad27ccae5c Remove use of printf in mfdes module 2026-04-09 00:20:31 +03:00
kormax 63a9a46b2d Replace space padding with dotted padding in 'hf mfdes getdelegateappinfo' 2026-04-09 00:16:52 +03:00
kormax f5d659235b Re-auth after failed response in 'hf mfdes brutedamslot' 2026-04-08 21:15:30 +03:00