Commit Graph

  • 2dbe5ad720 Fix for uneven octet error when no data is received Federico Cerutti 2018-02-14 15:48:28 +01:00
  • e09d5385bf chg: clearing some mem.. iceman1001 2018-02-14 15:27:39 +01:00
  • 97803733ce fix: 'hf 15 raw' - wrong length when using -c param https://github.com/iceman1001/proxmark3/issues/174 iceman1001 2018-02-14 15:24:45 +01:00
  • d0da96bf8a remove warning "missleading-indentation" flashmen spi 9bits? iceman1001 2018-02-13 16:13:37 +01:00
  • 46d540490f chg: add response ack. iceman1001 2018-02-13 15:45:15 +01:00
  • 1709c1ce1a chg: flash_mem - hooked up client - device comms iceman1001 2018-02-13 15:36:20 +01:00
  • 0495e93b6d add: flash memory support iceman1001 2018-02-13 14:12:28 +01:00
  • ad73af95c2 ADD: beginning to add SPI to access flash memory. iceman1001 2018-02-13 11:41:23 +01:00
  • 85b2533435 chg: 'hw tune' device side should be unsigned and only 1024 (10b ADC) iceman1001 2018-02-13 11:40:05 +01:00
  • 8f9c81ae81 Rename prnlog() to PrintfAndLog() Brian Pow 2018-02-13 00:12:50 +08:00
  • c5f03093df updates iceman1001 2018-02-12 14:09:18 +01:00
  • d98324c964 updates iceman1001 2018-02-11 17:58:36 +01:00
  • 1b8ff6c45c syntax iceman1001 2018-02-11 17:46:14 +01:00
  • 9af8d0e7ac
    Merge pull request #164 from brianpow/master Iceman 2018-02-11 17:42:40 +01:00
  • 442ad9f481
    Merge pull request #172 from n0ncetonic/patch-2 Iceman 2018-02-11 14:10:57 +01:00
  • b3c6103f92
    Adds key noncetonic 2018-02-09 11:24:25 -08:00
  • fb05042b71
    Adds default PicoPass 2k Exchange Key noncetonic 2018-02-09 10:12:40 -08:00
  • 8b00d6c121 FIX: remove ISO14A_NO_DISCONNECT when reading the UID from mifare card Brian Pow 2018-02-10 00:01:50 +08:00
  • b1d414c680 CHG: replace 'samples:' with 'Examples:', unify some usage text Brian Pow 2018-02-09 21:18:54 +08:00
  • a02ec72f50 CHG: 'hf mf hardnested r' now read the corresponding bin file if tag presents, otherwise read nonces.bin Brian Pow 2018-02-09 20:53:11 +08:00
  • e1bc58692d Improved error detection and message if missing paramters for 'hf mf hardnested' Brian Pow 2018-02-09 00:44:17 +08:00
  • 35e62e7d1f CHG: 'hf mf hardnested' now use hf-mf-<UID>-nonces.bin by default, with parameter 'u' or 'f' to override. Brian Pow 2018-02-08 23:01:05 +08:00
  • d9882c9167 ADD: help in 'hf mf ice'. Save to hf-mf-<UID>-nonces.bin by default, with 'f' switch to override the default name Brian Pow 2018-02-08 22:52:53 +08:00
  • 53540fe206 ADD: 'hf mf restore' now allow user to specify the filename to restore Brian Pow 2018-02-08 00:17:19 +08:00
  • 756378e3c7 CHG: Added two switches for 'hf mf dump'. 'k' for key filename and 'f' for data filename, FIX: Stop dumping/restoreing a tag if failed to generate filename using uid Brian Pow 2018-02-07 22:33:32 +08:00
  • 19fc90fa71 FIX: Stop dumping/restoreing a tag if failed to generate filename using uid Brian Pow 2018-02-07 22:10:59 +08:00
  • 8e04df77ba FIX: GenerateFilename() return broken filename if no tag is detected. Brian Pow 2018-02-07 22:00:25 +08:00
  • 45c20d62b8 FIX: wrongly assume the max size of UID to 8 bytes. Max size should be 10 bytes. Brian Pow 2018-02-05 22:36:30 +08:00
  • 551cc5539b Updated header file for better consistency of parameter name Brian Pow 2018-02-05 22:30:56 +08:00
  • 39d2a92ead CHG: use FillFileNameByUID() for filename generation for 'hf 15 dump' Brian Pow 2018-02-05 19:18:16 +08:00
  • d050e473b7 CHG: use FillFileNameByUID() for filename generation for 'hf mf dump' and 'hf mf chk * ? d' Brian Pow 2018-02-05 18:59:24 +08:00
  • 314253c359 CHG: 'hf mf dump' now use hf-mf-UID-key.bin and hf-mf-UID-data.bin instead of dumpkey.bin and dumpdata.bin as default name Brian Pow 2018-02-05 00:30:40 +08:00
  • f1dcdaef27 fix: 'hf mf fchk' wrong number of vars to format string iceman1001 2018-02-09 13:40:28 +01:00
  • 5b596f8e82 chg: 'hw tune' - only show plotwindow if LF antenna is connected (ie we get lf values) iceman1001 2018-02-09 13:39:32 +01:00
  • ff598db839 textual iceman1001 2018-02-09 00:28:30 +01:00
  • 76e6683ac4 text iceman1001 2018-02-09 00:27:30 +01:00
  • dc66765306 chg: 'lf cmdread' - adjusting loop iceman1001 2018-02-09 00:27:02 +01:00
  • 5adb9af78f chg: 'hw tune' - compensating the 3% error marginal. iceman1001 2018-02-09 00:25:45 +01:00
  • fe34cac012 FIX: 'hf mf darkside' - no more WDT crashes. plus positive sideeffects (@pwpiwi) https://github.com/Proxmark/proxmark3/pull/569 iceman1001 2018-02-08 19:11:35 +01:00
  • dc94fe0c58
    Merge pull request #171 from n0ncetonic/patch-2 Iceman 2018-02-08 15:44:52 +01:00
  • 20af8e78ad
    Adds PicoPass 2k Kd noncetonic 2018-02-08 06:05:31 -08:00
  • 39de74cb78 fix: wrong block iceman1001 2018-02-08 12:39:35 +01:00
  • 357cf59f1b textual iceman1001 2018-02-08 12:35:59 +01:00
  • 220614ca10 fix: 'hf iclass reader' - drop field when finished. iceman1001 2018-02-08 12:34:13 +01:00
  • b31afcfc31 fix: 'hf iclass reader' - missing CC iceman1001 2018-02-08 12:18:40 +01:00
  • 2847a147b5 fix: 'hf iclass dump', missing CC iceman1001 2018-02-08 12:15:47 +01:00
  • f6d314d09e chg: iclass dump textual.. iceman1001 2018-02-08 11:03:11 +01:00
  • 28e73824e1 chg: 'hf iclass dump' - more texts iceman1001 2018-02-08 10:49:44 +01:00
  • 30e9395590 fix: 'hf iclass lookup' - exit when failed to load dictionary file iceman1001 2018-02-08 10:32:14 +01:00
  • de631c32ac textual iceman1001 2018-02-08 10:31:23 +01:00
  • ff07af84bf fix: StandAloneMode samyrun, proxbrute, - id values are unsigned iceman1001 2018-02-08 09:55:23 +01:00
  • 7bf6e0d089 fix: 'hf iclass chk' - checking keys outside the first chunk of 128. iceman1001 2018-02-08 09:30:34 +01:00
  • fb4b3502ef fix: 'script run mifare_autopwn.lua' - wrong bool comparision iceman1001 2018-02-07 23:54:11 +01:00
  • c808eb0e87 chg: 'hf mf nested' - adjusted the candidate loop to handle all keys, not only max 85 keys. iceman1001 2018-02-07 23:13:54 +01:00
  • c9479276dc textu iceman1001 2018-02-07 22:02:04 +01:00
  • 134d04cb7a FIX: 'hf mf darkside' - correct behaviour is to copy the key candidates to the list, not only to first position. This solves slow execution of command, since before attack had to repeat until correct key was in pos 1. iceman1001 2018-02-07 21:51:45 +01:00
  • 374571046d remove debug.. iceman1001 2018-02-07 20:12:16 +01:00
  • aee5fcb24a debugs iceman1001 2018-02-07 17:22:23 +01:00
  • 094b5db9c5 fix: configure mux at startup iceman1001 2018-02-07 17:21:51 +01:00
  • 120abf10bc chg: tests with ansi-colors iceman1001 2018-02-07 14:08:57 +01:00
  • a2ac368fdb fix.. wrong switch iceman1001 2018-02-07 13:14:04 +01:00
  • 75d04307a1 chg: adapting some HF voltage readings. iceman1001 2018-02-07 13:11:10 +01:00
  • 3d2fd2e3a1 FIX: start up,MUXSEL_HIPKD(PA19),MUXSEL_LOPKD(PA20) are floating state. Should adapt FPGA image aswell. iceman1001 2018-02-07 12:08:50 +01:00
  • 6371dfc5b6 chg: made DropField function a compiler macro instead. iceman1001 2018-02-06 22:32:08 +01:00
  • 2820ba5580 chg: 'hf mf nested' chg: 'hf mf dump' change retries to 10 times iceman1001 2018-02-06 20:08:42 +01:00
  • 09b2a079ba chg: enable ansi-colors for OSX iceman1001 2018-02-06 19:21:47 +01:00
  • 88becf8b09 chg: missed a spot.. showBanner should not be shown on apple iceman1001 2018-02-06 12:45:38 +01:00
  • 843f453491 fix: saveFileEML() does not follow blocksize. Thanks to @brainpow ref 271dface40 iceman1001 2018-02-06 12:43:58 +01:00
  • 124ce7efc6 chg: from loclass demo file iceman1001 2018-02-06 12:33:27 +01:00
  • 304a59f710 chg: 'hf mf darkside' - .... nothing special... zero parity attack works, doesnt crash, but takes kind of long time iceman1001 2018-02-05 23:16:09 +01:00
  • 13bb29a386 fix: 'hf mf fchk' - releasing memory when finished is a good thing iceman1001 2018-02-05 22:59:49 +01:00
  • 9e8c1d81a4 chg: 'hf mf darkside' - better output for zero-parity attack. chg: 'hf mf darkside' - now also honor keyboard interupt attack.. iceman1001 2018-02-05 21:05:29 +01:00
  • b8e7f20945 chg: textual.. and moved a helptext iceman1001 2018-02-05 21:03:51 +01:00
  • 3464fbe1df fix 'hf mf darkside' - adapted solution from @pwpivi iceman1001 2018-02-05 20:46:14 +01:00
  • 09d8744b84 testual iceman1001 2018-02-05 16:57:29 +01:00
  • c02ee39029 practising byte splitting and a startpattern detection for FeliCa... iceman1001 2018-02-05 16:51:46 +01:00
  • b90c3db96b rename: 'hf mf mifare' -> 'hf mf darkside' Finally renamed this,... adjusted the help-texts adjusted command tables, to have separators in order to make it easier to read. commands now grouped according to relevance. iceman1001 2018-02-05 16:50:06 +01:00
  • 274370554f textual and only allow escape sequences on linux iceman1001 2018-02-05 16:47:57 +01:00
  • fca1c9b7cf chg: 'hf mf mifare' - (deviceside) reset cycles when negative or too large iceman1001 2018-02-05 16:47:10 +01:00
  • c72548562e chg: remove double exit text chg: escape chars didn't work on apple iceman1001 2018-02-05 16:38:00 +01:00
  • 9ba8655953 chg: lesser error message flooding iceman1001 2018-02-05 15:58:18 +01:00
  • 90dcd8665a
    Merge pull request #167 from jpclair/bugfix/mac-os-process Iceman 2018-02-05 15:32:16 +01:00
  • c0af3f580e spelling error Jean-Pierre Clair 2018-02-05 15:28:51 +01:00
  • a1f8254339 Bootloader command fixed Jean-Pierre Clair 2018-02-05 14:42:09 +01:00
  • 6a710ef632
    Merge pull request #166 from jpclair/bugfix/dbg-string-correction-desfire Iceman 2018-02-05 14:14:01 +01:00
  • 847656c613 spelling error authetication instead of authentication Jean-Pierre Clair 2018-02-05 14:09:38 +01:00
  • debf4e3327 chg: 'analyse hid' moved to 'hf iclass permute' un/permute function is moved. iceman1001 2018-02-04 17:19:08 +01:00
  • 7c89a191ef textual iceman1001 2018-02-04 16:58:48 +01:00
  • 5dc17ae22b clean up iceman1001 2018-02-04 16:38:55 +01:00
  • 9fa1b6e81b
    Merge pull request #163 from brianpow/master Iceman 2018-02-04 15:25:34 +01:00
  • 05f4a81782 FIX: craptev1-v1.1.tar.xz and crapto1-v3.3.tar.xz will be redownloaded even it exists Brian Pow 2018-02-04 22:00:24 +08:00
  • d412240760 added 'make mfkey' and 'make nonce2key', 'make all' now builds mfkey and nonce2key Brian Pow 2018-02-04 21:54:35 +08:00
  • 6605d92fbb chg: tried making the reselect more stable. chg: 'hf iclass readblk' chg: 'hf iclass writeblk' chg: 'hf iclass dump' chg: 'hf iclass clone' all commands now has 'v' verbose parameter for more detailed output. iceman1001 2018-02-04 12:25:55 +01:00
  • 6a9ddf6e69 chg 'hf iclass chk' - increased timeout, switch off antenna before each run in order to reset card, three retires. all this make it more stable. iceman1001 2018-02-04 10:20:38 +01:00
  • dc25f9212f FIX: 'hf iclass sim 2' FIX: 'hf iclass sim 4' FIX: 'hf iclass loclass' - this fixes the bug where loclass assumes the epurse value is all zeros, while it now should save the epurse value during the simulation if it is updated/read. iceman1001 2018-02-04 00:52:29 +01:00
  • 7c8de64c57 textual iceman1001 2018-02-03 23:15:14 +01:00
  • 1ab498001e fix: 'reveng -g' stack crash by too small array iceman1001 2018-02-03 23:05:01 +01:00
  • e95313cc22 fix: reveng needs a macro to compile. iceman1001 2018-02-03 22:58:43 +01:00
  • 7de458486f adjustments, still breaks on ubuntu, iceman1001 2018-02-03 22:47:17 +01:00
  • 0234ca5654 scripting, remove free iceman1001 2018-02-03 22:33:51 +01:00