Commit Graph

5224 Commits

Author SHA1 Message Date
iceman1001 51d59f1b4b more emojis 2024-03-19 12:37:18 +01:00
iceman1001 aee02cd523 style 2024-03-19 11:16:02 +01:00
iceman1001 d1d9d00d99 minor parsing issue 2024-03-19 11:11:33 +01:00
iceman1001 59bc927698 style 2024-03-16 19:56:27 +01:00
iceman1001 555fe1566f changes to hf mf info for some more detections 2024-03-16 19:04:31 +01:00
iceman1001 7c987ac636 fix - lf em 4x70 recover memset the wrong struct type 2024-03-16 18:44:11 +01:00
iceman1001 7a98427aa1 skip localization on windows 2024-03-14 14:24:20 +01:00
iceman1001 049c5f400d text 2024-03-14 13:41:20 +01:00
iceman1001 21d019ff21 language quotes 2024-03-14 13:36:58 +01:00
iceman1001 94c3bdd91c style 2024-03-14 11:26:06 +01:00
iceman1001 d99a58517d added a hf mfu wipe command. Its not doing UL-C or UL-AES key wiping. And the success for setting cfg1,cfg2,pwd,pack depends if you called the command with the current pwd that the card has. It also skips the first four blocks. UID0,1,LOCK, OTP since we dont wanna fiddle with those. This command is NOT adapted for magic card functionality 2024-03-14 10:57:25 +01:00
Henry Gabryjelski cc2bae2f4d lf em 4x70 writekey --> lf em 4x70 setkey 2024-03-13 09:38:35 -07:00
Henry Gabryjelski ba83ac065e lf em 4x70 writepin --> lf em 4x70 setpin 2024-03-13 09:25:43 -07:00
Henry Gabryjelski 7fbc6b2e47 fix formatting error 2024-03-11 18:28:47 -07:00
Henry Gabryjelski 0a598b254c make style changes 2024-03-11 17:28:05 -07:00
Henry Gabryjelski 160d61682b Add lf em 4x70 autorecover
Also:
* common.h: Increase safety of some of the macros.
  Parenthesizing the macro parameters ... a best practice.
* firmware: partially-tracked source of "extra bits" messages.
  Add a TODO comment for further study.
* Improve reliability of `lf em 4x70 writekey`
  Authenticate w/new key after it is written.
  Particularly important for glass modules,
  or other tags with weaker coupling.
2024-03-11 17:14:03 -07:00
iceman1001 99983d4dff text 2024-03-11 18:25:32 +01:00
iceman1001 d0b3b8d6b6 stricker checks for unprintable characters 2024-03-11 12:06:57 +01:00
iceman1001 9de6f59136 modified standalone mode hf_unisniff. It now also sniffs iclass. Another option added was for hw standalone -b, which allows you to trigger a particular sniff from client. Good for debugging w/o need to recompile or upload a config file. 2024-03-06 21:07:42 +01:00
iceman1001 6a933555df mem spiffs dump now honors the -d filename and save to file when used together with the -t param 2024-03-05 14:55:30 +01:00
iceman1001 189262cff7 text 2024-03-05 09:08:45 +01:00
Iceman a0b26257db Merge branch 'master' into id48
Signed-off-by: Iceman <iceman@iuse.se>
2024-03-03 22:06:54 +01:00
iceman1001 2d6cd1a875 added support to show EG.DG7, and some textual changes for info 2024-03-03 21:56:28 +01:00
Henry Gabryjelski b4cfeca9fa Use INFO instead of NORMAL for PrintAndLogEx() 2024-03-03 12:17:02 -08:00
Henry Gabryjelski 6c1aa10c91 bugfix: random alt nonce wasn't.
also improve output of multiple potential keys (remove extra `\n`)
2024-03-03 12:17:02 -08:00
Henry Gabryjelski 4ebd6d4bff Add id48lib and second half of key recovery. 2024-03-03 12:16:16 -08:00
Henry Gabryjelski d3ae908b5f mark additional function as static 2024-03-03 12:16:16 -08:00
iceman1001 1045392c73 missing header 2024-03-03 19:20:25 +01:00
iceman1001 9524ce5a27 text 2024-03-03 19:15:07 +01:00
iceman1001 fff5da32c5 hf mf dump print blocks, Thanks to @francesco-scar for making me aware of it being missing 2024-03-03 18:41:05 +01:00
iceman1001 259e19e87d modified hf mf dump to also print the dumped memory. It now acts like most other dump commands in the pm3 client 2024-03-03 18:35:39 +01:00
iceman1001 46fcde7db8 parse and show ndef message with mime image 2024-03-01 07:45:32 +01:00
iceman1001 309e88ca65 the handle plot was showing the plot window when running hf search etc. now it will be downloaded the plot but plot window is hidden. if you show the plot window before running you will see it 2024-02-25 17:39:28 +01:00
iceman1001 1133122681 text 2024-02-25 14:06:15 +01:00
iceman1001 490111ee47 fixed the magic detection , and improved the hints reporting MF Classic tags 2024-02-21 23:23:54 +01:00
iceman1001 26fda45837 style 2024-02-21 22:49:59 +01:00
Iceman c2738b1efc Merge pull request #2300 from Sonic803/master
Added 14b restore, modified 14b reader,wrbl
2024-02-21 20:30:13 +01:00
Sonic803 87a85766ed Don't stop on break plot error 2024-02-21 17:26:55 +01:00
iceman1001 c4bb26b1ef make style 2024-02-21 17:14:54 +01:00
iceman1001 bf8fdbb070 hw tune output reworked 2024-02-21 17:05:31 +01:00
Sonic803 b80cc92c39 Use ST25TB_SR_BLOCK_SIZE instead of 4 2024-02-21 15:41:31 +01:00
iceman1001 61b8d628c2 move the hw tune command from cmddata.c into cmdhw.c where it should have been. This also removes the data tune command. 2024-02-21 13:20:51 +01:00
Sonic803 f6ae161fd5 Free in case of write error 2024-02-21 12:42:54 +01:00
Sonic803 4bf3cb928b Added 14b restore, modified 14b reader,wrbl 2024-02-21 12:36:27 +01:00
iceman1001 1fe3477bfc t55xx dump - print header 2024-02-20 11:13:31 +01:00
iceman1001 392c251c81 fix lf search when running it without any tag on it. In short hitag get uid loop on device side just sits an waits 2024-02-20 00:42:35 +01:00
iceman1001 96a68a1ddc fuzzing seems to believe we would actually write more than 50 bytes of ATR... 2024-02-19 18:21:19 +01:00
iceman1001 a6af4df5ed forgot command line parsing 2024-02-18 09:06:00 +01:00
Francesco S 377cf2a54d 🐛 Fixed bug autopwn static nested cmdhfmf.c
Signed-off-by: Francesco S. <36336996+francesco-scar@users.noreply.github.com>
2024-02-18 00:27:33 +00:00
Iceman a2bbc25101 Merge pull request #2291 from gsingh93/mf-dump-errors
Properly handle "hf mf dump" errors
2024-02-17 23:12:27 +01:00