Commit graph

83 commits

Author SHA1 Message Date
Marlin Sööse e1f26fbbe2 Update and rename didump.lua to hf_mfm_dumpdecrypt.lua 2020-09-20 17:42:41 +02:00
Marlin Sööse 313f17fe3a Update and rename calypso.lua to hf_14b_calypso.lua 2020-09-20 17:42:41 +02:00
Marlin Sööse e2e34b7e90 Update and rename hf_mfu_uidkeycalc.lua to hf_mfu_uidkeycalc-italy.lua 2020-09-20 17:42:41 +02:00
Marlin Sööse 97ac8dbb16 Update and rename calc_mizip.lua to hf_mf_uidkeycalc-mizip.lua 2020-09-20 17:42:41 +02:00
Marlin Sööse a4249d027c Update and rename calc_ev1_it.lua to hf_mfu_uidkeycalc.lua 2020-09-20 17:42:41 +02:00
Marlin Sööse e57c55dc01 Update and rename calc_di.lua to hf_mf_uidkeycalc.lua 2020-09-20 17:42:41 +02:00
Marlin Sööse ada687e043 Update and rename brutesim.lua to hf_lf_multi_bruteforce.lua 2020-09-20 17:42:41 +02:00
Marlin Sööse 2aa197d816 Update and rename 14araw.lua to hf_14a_raw.lua 2020-09-20 17:42:41 +02:00
Philippe Teuwen a785d7ea77 typo 2020-09-09 17:38:15 +02:00
iceman1001 4d665f6a22 test_t55x7.lua, reindex psk3 test, remove invalid combos 2020-09-08 10:48:51 +02:00
iceman1001 bdae1bc2a3 updated PSK lua test script 2020-09-08 08:57:28 +02:00
iceman1001 5d357a6039 style 2020-09-07 10:39:15 +02:00
Winds ea6dbec750 Now it's working both with WIN and UNX 2020-09-03 23:24:40 +02:00
Winds c46d22d38f Moving mfc_gen3_writer.lua to a branch till it becomes useable 2020-09-03 23:24:28 +02:00
Philippe Teuwen 224cb2ffd7 make style 2020-06-08 03:15:10 +02:00
iceman1001 966bcc0d28 chg: adding execute/home/current working directory functions to lua 2020-05-19 09:13:31 +02:00
iceman1001 43b5ba4ae2 chg: enabled param to swap modulation to test 2020-05-15 17:05:33 +02:00
iceman1001 36cad6f51a textual 2020-05-08 18:12:39 +02:00
Philippe Teuwen 02d83c2ebf Moving mfc_gen3_writer.lua to a branch till it becomes useable 2020-04-23 20:26:07 +02:00
unknown d041f3fc82 Fixed a block key check 2020-04-22 18:59:02 +03:00
Philippe Teuwen 3235468e05 make style 2020-04-21 23:24:01 +02:00
Philippe Teuwen 31d3f519c7 rename scritp accordingly to its own help 2020-04-21 22:51:36 +02:00
unknown aae1f3c881 A lot of improvements 2020-04-20 20:29:32 +03:00
Philippe Teuwen 94192d0976 make style 2020-04-16 09:01:14 +02:00
Uli Heilmeier 43b5ee5918 legic.lua: updated to work again
Fixed/changed things:

* added info that virtual tag is always MIM1024
* changed reading files to read binary files (as written by 'hf legic dump')
* changed extension for writing files (*.bin and *.eml) to be on par with 'hf legic dump'
* CRC was calculated wrong when data was not padded with 0 for one char hex strings
* readTag (rt) can now be called multiple times without using the wrong filename
* tag length was calculated wrong as segment header length field includes the header itself
* bytes are XORed before writing them to a tag
* default name for file contains now the tag id
2020-04-09 10:24:58 +02:00
iceman1001 aa642d5d1e ax 2020-04-05 18:27:54 +02:00
iceman1001 0029f6fceb minor fixes. wrong params, helptext 2020-04-05 17:02:41 +02:00
iceman1001 0263273ec3 fix: wrong paramname 2020-04-05 17:00:16 +02:00
iceman1001 3a2723ac63 style 2020-04-05 14:53:32 +02:00
iceman1001 acfe18e7e9 rename to lower 2020-04-05 14:18:07 +02:00
Iceman 7e585eab6c
Merge pull request #647 from uhei/legic-clone
Legic_clone.lua: Refactor to work with current command set
2020-04-05 14:14:41 +02:00
Uli Heilmeier eac19be414 Legic_clone.lua: Adopt last command changes 2020-04-05 13:16:14 +02:00
Uli Heilmeier 16b14aa0e6 Legic_clone.lua: Refactor to work with current command set
Refactored to work with current command set and MIM256 and MIM1024 tags
2020-04-05 13:07:30 +02:00
iceman1001 175a5718b0 colors 2020-04-05 12:56:35 +02:00
iceman1001 2474385ab0 colors 2020-04-05 12:49:25 +02:00
iceman1001 95bc1230d7 colors 2020-04-05 12:41:38 +02:00
iceman1001 2010f8db03 colors 2020-04-05 12:28:49 +02:00
iceman1001 3464dc2ebe helptext colors 2020-04-05 10:05:14 +02:00
iceman1001 33f94612eb color 2020-04-05 08:50:31 +02:00
Winds 9356549bc6
textual
Correcting a script name
2020-03-28 18:23:05 +03:00
iceman1001 fc1c133c46 fix: script hf_bruteforce - ensure zeropadding 2020-03-21 23:13:41 +01:00
iceman1001 64e027faf7 chg: unify dump file template used in this repo. hf-mf-(uid)-dump.(bin/eml/json) is the prefeered style. 2020-03-21 20:58:20 +01:00
iceman1001 9a2fc52a92 closing files are use... 2020-03-21 12:40:16 +01:00
iceman1001 80f79b1066 swap to live execution 2020-03-21 12:37:40 +01:00
iceman1001 e80eb37b5e more rework 2020-03-21 12:34:58 +01:00
iceman1001 4443ae5500 rework script 2020-03-21 10:04:03 +01:00
Winds 4bbe0827f5 Update hf-writer.lua
Add the possibility for a -h helptext param
2020-03-19 12:29:39 +03:00
Winds 6b30e1ab00 Update hf-writer.lua
Adapted your script to the coding standards
2020-03-18 13:39:10 +03:00
Winds 9ff3ed2933 Create hf-writer.lua 2020-03-17 13:37:38 +03:00
Daniel Underhay fa1103bbc3 Add Mifare Ultralight bruteforce support to hf_bruteforce lua script 2020-03-11 18:23:37 +11:00