Commit graph

278 commits

Author SHA1 Message Date
iceman1001 c6cc1b2416 fix the loadfile command and more colors 2023-07-22 14:22:39 +02:00
Philippe Teuwen 1a19640d18 make style 2023-07-21 18:22:46 +02:00
beckerj f54851be09
Fix typo in hf_legic_clone.lua
variable "length" was used parameter in function, but later called as "len"

Signed-off-by: beckerj <beckerj@users.noreply.github.com>
2023-07-21 15:07:07 +02:00
iceman1001 0d682da676 more fixes for hf_legic. missing zero padding, removed tab, more colors 2023-07-19 10:09:18 +02:00
iceman1001 d08c6f404b first cleanup of hf_legic lua script. All io.open calls is problematic.\nfixed some colors in the help texts. makes it a bit easier to read\nfix loading files using the searchfile call\nstill problematic with save file calls since it should honor the user defined preference paths. 2023-07-17 22:54:43 +02:00
iceman1001 d3b6fc6b5a allowing for more keys 2023-07-09 09:43:54 +02:00
iceman1001 2e311a141b misschecks 2023-06-25 22:42:29 +02:00
iceman1001 cdb906cd23 style 2023-06-21 18:45:59 +02:00
Jean-Michel Picod d9ed07c77c Missed one line for LegicCash uid 2023-06-14 16:41:42 +02:00
Jean-Michel Picod fdd85d7e1e Fix LegicCash segment CRC computation 2023-06-14 16:41:42 +02:00
iceman1001 97eb0238b1 style 2023-06-02 10:45:04 +02:00
Alejandro be7ab51df5
update documentation x2 2023-04-09 19:04:36 +02:00
Alejandro c9cab37766
Updated hf_ultimatecard.lua 2023-04-09 15:13:12 +02:00
Augusto Zanellato 7834db8be7 Add CHANGELOG.md entry, bump script version 2023-02-26 15:45:28 +01:00
Augusto Zanellato b05a2d4525 Add mfc signature support to gen4 lua script 2023-02-26 15:45:28 +01:00
Iceman 1ba0715320
Merge pull request #1887 from gtalusan/amiibo-sim
unconditionally recalculate pwd/pack for amiibo simulation
2023-01-27 02:50:26 +01:00
George Talusan 1c3a1a0660
unconditionally recalculate pwd/pack for amiibo simulation 2023-01-25 10:50:20 -05:00
Philippe Teuwen c9984985fd make miscchecks 2023-01-14 22:23:40 +01:00
George Talusan 90b1cb7954
fix off-by-1 when removing header in hf_mfu_amiibo_restore 2023-01-09 10:35:15 -05:00
iceman1001 d1aa57ac5d update text 2023-01-08 19:31:22 +01:00
iceman1001 82d4b31942 renamed to follow name convention 2023-01-08 19:30:55 +01:00
iceman1001 2206271ba3 renamed script to follow name convention 2023-01-08 19:29:02 +01:00
iceman1001 ab3a8f4121 fix helptext 2023-01-08 19:27:41 +01:00
iceman1001 9888eef8dc changed hf mf wrbl and view command to look for strict readonly ACL in the data. 2023-01-06 23:53:25 +01:00
DidierA 2f4167ee74 Consider different behavior of some Gen4 cards. Should fix #1822 2022-12-05 01:02:36 +01:00
DidierA c54db094cd hf_mf_ultimatecard: '-w 0' now formats whole Mifare classic 4k 2022-11-25 10:16:24 +01:00
flamebarke 75ef73dd57
Update hf_i2c_plus_2k_utils.lua
Signed-off-by: flamebarke <39644720+flamebarke@users.noreply.github.com>
2022-11-23 09:09:37 +08:00
Shain Lakin 5458618053 Added new script for modifying user memory in sector 0 and 1 on the NTAG I2C PLUS 2K tag.
Can also be used to dump a sector to disk, and write a file to a sector.
2022-11-23 08:58:03 +08:00
iceman1001 317ddf42bc style 2022-11-20 16:47:49 +01:00
iceman1001 971452f817 renamed luascript 2022-11-16 18:16:39 +01:00
Shain Lakin 789e338c4f Renamed to hf_mfu_ntag
Modified CHANGELOG.md
2022-11-16 14:14:50 +08:00
Shain Lakin 6381a19243 Rename to hf_mfu_next.lua
Add entry to changelog.md
2022-11-16 14:10:45 +08:00
flamebarke dd8110871d Create hf_mfu_next.lua
Add to CHANGELOG.md
Rename to hf_mfu_ntag.lua

Signed-off-by: flamebarke <39644720+flamebarke@users.noreply.github.com>
2022-11-16 14:08:11 +08:00
iceman1001 e18194028b style 2022-08-24 07:25:10 +02:00
Michael Micsen Johannessen Wehus a80680d7a0 Added script to simulate HID mifare credentials
Only supports H10301
2022-08-17 01:24:38 +01:00
George Talusan 76bc54a414 use core.search_file when searching for amiibo resources 2022-08-01 00:12:41 -04:00
George Talusan d89ed735b0 add hf_mfu_amiibo_restore to restore an Amiibo dump to a blank NTAG215 2022-07-28 22:05:49 -04:00
George Talusan 17ee1ba3bb add hf_mfu_amiibo_sim to simulate Amiibo binary dumps 2022-07-26 13:22:32 -04:00
Alex bc339c65e2
Update hf_14a_i2crevive
fixed broken apdus
2022-03-30 12:17:15 +01:00
iceman1001 95d1631bed style 2022-03-23 18:22:03 +01:00
Andy 82227e6690
rename hf_i2c_recovery to hf_14a_i2crevive
changed the name to more specific designation :)
2022-03-20 20:41:07 +00:00
Andy c79cba4bcc
Create hf_i2c_recovery.lua
helps unbrick soft locked i2cs (xsiids)
2022-03-20 18:53:12 +00:00
iceman1001 63bc9b5eb2 added legic view command, and converted OLD -> NG comms 2022-02-14 09:19:35 +01:00
iceman1001 549779d988 textual 2022-02-13 12:19:06 +01:00
Sebastien Copin c0b6d56968 Add Mifare Classic 4K in hf_mf_uidbruteforce script 2022-02-07 13:57:32 +01:00
Sebastien Copin 3d0c8974bc Enhance 4 or 7 bytes UID management in hf_mf_uidbruteforce script 2022-02-07 13:57:32 +01:00
Sebastien Copin b626288a0d Fix typos in help from hf_mf_uidbruteforce script 2022-02-07 13:57:32 +01:00
Sebastien Copin 48c531b927 Fix help() display in hf_mf_uidbruteforce script 2022-02-07 13:57:32 +01:00
nigolas b21ac98d92 Code optimization 2022-02-06 11:19:57 -03:00
nigolas 44e10bad15 Updated script name 2022-02-05 21:15:42 -03:00