Commit Graph

  • ea6136456c chg: 'hf mf nack' - use faster iso select iceman1001 2017-12-05 10:52:53 +01:00
  • 66e0e18a35
    Update Makefile Iceman 2017-12-05 07:29:53 +01:00
  • 7b01acd6cc fix: ref to <ctype.h> for isxdigit() iceman1001 2017-12-04 21:18:08 +01:00
  • 614255fd75 revert... iceman1001 2017-12-04 20:35:51 +01:00
  • 7044cf8fdf chg: double defines.. iceman1001 2017-12-04 20:30:03 +01:00
  • e02e145fae draft for a Mifare classic NACK bug detection. iceman1001 2017-12-04 19:36:26 +01:00
  • 07bf77e155 fix: 'hf mfu restore' - printed too many bytes. 8 -> 4 iceman1001 2017-12-03 15:58:37 +01:00
  • c4b73c8737 chg: better debugging functions. iceman1001 2017-12-03 15:24:24 +01:00
  • 73a5e3b23d chg: 'hf mfu eload' - instead of showing a error, it now tells a warning that we only loaded N blocks of data to emulator memory. It always loads the existing blocks into emulator memory. iceman1001 2017-12-03 15:23:24 +01:00
  • b89b3399dc FIX: if receiving array isnt large enough, previously this will smash the stack.. iceman1001 2017-12-02 20:45:53 +01:00
  • bb916aa999 fix: removed a warning iceman1001 2017-12-02 19:07:10 +01:00
  • 3b4b7812bf fix: removed a warning, iceman1001 2017-12-02 19:01:43 +01:00
  • d54bb4ddf4 chg: skip if not debug iceman1001 2017-12-02 18:59:47 +01:00
  • eb0c0c364c CHG: EMV changes. https://github.com/Proxmark/proxmark3/pull/493 [@merlokk) iceman1001 2017-12-02 18:58:33 +01:00
  • 34f34ecf4e chg: some of @merlokk 's changes in https://github.com/Proxmark/proxmark3/pull/503 iceman1001 2017-12-02 17:00:28 +01:00
  • 5614066a4e fix: no more powered antenna when swapping fpga images. iceman1001 2017-11-30 10:28:59 +01:00
  • 430c6b4b79 It seems a call to FpgaDownloadAndGo() powers the antenna. iceman1001 2017-11-30 08:27:31 +01:00
  • 6e144e0121 chg: removed line iceman1001 2017-11-29 07:19:51 +01:00
  • 2a120ec2e0 fix: no copy the crc iceman1001 2017-11-29 07:18:43 +01:00
  • 53452ab857 fix: 'hf mfu info' - rfu should n't print pack. fix: 'hf mfu info' - wrong pointer to cli authenticationkey iceman1001 2017-11-28 21:23:58 +01:00
  • bed2ff2dba fix: wrong place.. key got overwritten.. iceman1001 2017-11-28 20:36:29 +01:00
  • bc9b2af87e ADD: NTAG213F,NTAG216F specific information in configuration blocks. ADD: insert pwd/pack if specified from cli. iceman1001 2017-11-28 20:03:46 +01:00
  • 76efb66e65
    Update README.md Iceman 2017-11-28 12:19:03 +01:00
  • 66ea51f94a Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman1001 2017-11-28 09:26:47 +01:00
  • 5f58dcfa52 fix: 'hf mfu dump' - wrong. iceman1001 2017-11-28 09:20:33 +01:00
  • 4483fb0b35 fix: 'hf mfu dump' - clearing data array, to ensure no lingering garbage gets written to file dump.(thanks @jackfagner) fix: 'hf mfu *' - break after found (thanks @jackfagner) iceman1001 2017-11-28 09:20:33 +01:00
  • 1299a0b31d CHG: increased timeout for printing the warning messages. It interupts all loops that already takes this in consideration. iceman1001 2017-11-28 08:30:25 +01:00
  • 6fa8740abd fix: 'hf mfu info' - select before testing a new pwdgen. fix: 'hf mfu info' - break after found pwd iceman1001 2017-11-27 20:04:54 +01:00
  • b99d759231 fix: compare not assign iceman1001 2017-11-27 09:23:21 +01:00
  • f46546c5a9 ADD: 'hf mfu info' - tag identification should now identify NTAG213_F , NTAG216_F (thanks for info @jackfagner) iceman1001 2017-11-27 09:21:55 +01:00
  • 428e54bb6b CHG: 'hf mfu' gettype identification, now deals with NTAG213, GetVersion = subtype 04, iceman1001 2017-11-26 19:16:12 +01:00
  • 1ebf4afd73 CHG: 'hf mfu info' - now also tests for pwdgen algo D. iceman1001 2017-11-26 16:52:20 +01:00
  • b5010ddfe8 fix: signed / unsigned errors. iceman1001 2017-11-26 07:29:05 +01:00
  • 9b573e06a4 ADD: hooking up 'pwdgen algo D' for lua-scripting iceman1001 2017-11-26 07:08:27 +01:00
  • efb0580199 fix: file doesnt exits iceman1001 2017-11-25 10:24:15 +01:00
  • 2c7930d178 fix: missing. iceman1001 2017-11-25 10:22:47 +01:00
  • c5ee621160 rem: EMV on armside is cleaned out. iceman1001 2017-11-25 10:20:52 +01:00
  • fcbb559b63 rem: remove emv implementations from peter fillmore. There is a better one on client side. iceman1001 2017-11-25 10:14:13 +01:00
  • 9d4d8b6e2c chg: iso14443a timeouts, (@pwpiwi) chg: apdu prolonged timeout (@merlokk) iceman1001 2017-11-25 10:11:37 +01:00
  • 0815f19389 ADD: new pwdgen algo, (thanks @jackfagner) who did a great job figuring it out. Read his blog. ref. https://github.com/jackfagner/NfcKey/blob/master/NfcKeyC.c iceman1001 2017-11-25 08:48:36 +01:00
  • 9959d5c1e7 chg: emv commands should now compile. no testing done. iceman1001 2017-11-25 08:18:30 +01:00
  • 647411d10d chg: pointing to new emv cmds. (@merlokk) iceman1001 2017-11-25 08:06:43 +01:00
  • 4721e7e8a0 add: new found pwd. {@gentilkiwi) iceman1001 2017-11-25 08:05:15 +01:00
  • e8e3256f7e add: compilation order iceman1001 2017-11-25 08:03:53 +01:00
  • fa98197961 chg: added some updated string functions (@merlokk) iceman1001 2017-11-25 08:02:51 +01:00
  • 81ccfa734e add: 'script run brutesim' - new script to show simple bruteforce by incrementing cardnumber against different readers. Both LF & HF. @kenzycarey iceman1001 2017-11-25 07:58:56 +01:00
  • 5f695999d2 add: emv - new files from pm3 offical iceman1001 2017-11-25 03:29:26 +01:00
  • 13ffd7bf97 add: emv changes from pm3 offical. iceman1001 2017-11-25 03:28:02 +01:00
  • e8c315525a
    Merge pull request #142 from ikarus23/master Iceman 2017-11-24 10:10:32 +01:00
  • 3ecc3b231a fix: misleading indentation ikarus 2017-11-22 23:08:50 +01:00
  • 2f3dbbcaa3 rename: ul_switch_off_field -> DropField (inside cmdhf14a.c) chg: Fix memory bounds error (@wsmoses) c3511781a1 iceman1001 2017-11-11 23:23:01 +01:00
  • f906cb7f89 chg: 'hf mf sim' @piwi's changes part 1 iceman1001 2017-11-11 22:41:52 +01:00
  • 92f37c4c22 chg: 'apdu' @merlokk changes chg: @piwi's changes to timing chg: @piwi's changes to rats. iceman1001 2017-11-11 22:39:13 +01:00
  • a4069fe2aa chg: code cleaning iceman1001 2017-11-11 22:34:34 +01:00
  • c74360a629 chg: 'hf 14b' deviceside cleaning iceman1001 2017-11-11 01:32:58 +01:00
  • 8f4c96cc81 chg: 'lf hitag' - don't send garbage (@marshmellow42) iceman1001 2017-11-11 01:31:45 +01:00
  • c3403da76c chg: 'hf felica' adjustments iceman1001 2017-11-11 01:26:53 +01:00
  • 02af3b9e1d CHG: (@pwpiwi) d940ebfbad iceman1001 2017-11-10 23:24:05 +01:00
  • 25b173ea20 chg: 'hf 14a reader' - @pwpiwi 7c8115b273 iceman1001 2017-11-10 22:55:33 +01:00
  • 0d149dd949 FIX: buffer overflow. array too short iceman1001 2017-11-10 21:20:54 +01:00
  • 9b4e52b89e CHG: dropfield iceman1001 2017-11-10 20:49:56 +01:00
  • 8b83db2c1b ADD: 'hf 14a apdu' @merlokk iceman1001 2017-11-10 20:47:31 +01:00
  • a3e923c529 add: emv iceman1001 2017-11-10 20:09:22 +01:00
  • 23506bd1d7 add: first part emv @merlokk iceman1001 2017-11-10 20:08:28 +01:00
  • ccfcd8e991 CHG: Thanks to @pwpiwi , his latest adjustments to HF. iceman1001 2017-11-10 19:51:37 +01:00
  • bc8b3534fe chg: renaming iceman1001 2017-11-09 19:30:29 +01:00
  • 30ceea4aea chg: cleaning up some function calls. fix: check to see clock is bigger than zero. iceman1001 2017-11-09 19:15:56 +01:00
  • 3b91a33eec fix: assume graphbuffer data only iceman1001 2017-11-06 15:45:23 +01:00
  • dd0b11c0ef fix: ..its not noise ... fix: only assume Graphbuffer values 128 -> -127 ... iceman1001 2017-11-06 15:43:15 +01:00
  • e3ac1c586f chg: noise detection iceman1001 2017-11-06 15:32:46 +01:00
  • 609008b3ad chg: removed unneeded loop iceman1001 2017-11-06 15:28:44 +01:00
  • 31be64824e syntax sugar iceman1001 2017-11-06 15:28:03 +01:00
  • 423de2ba44 CHG: removed unused function iceman1001 2017-11-06 15:08:36 +01:00
  • 881c7115a7 CHG: centralized the LF signal properties LOW/HIGH/MEAN/AMPLITUDE/ISNOISE into one struct. CHG: 'data raw ar' - didn't take in consideration the command line parameter CLOCK. iceman1001 2017-11-06 15:06:42 +01:00
  • d89fb5ab39 chg: helptext iceman1001 2017-11-05 18:33:10 +01:00
  • de5b06c3d3 rem: outdated script iceman1001 2017-11-05 17:44:41 +01:00
  • b01f3d2352 syntaxt sugar iceman1001 2017-10-30 22:20:41 +01:00
  • 3b1c01cd13 CHG: 'lf search' - hitag/cotag wrong return values CHG: is_justnoise - safety checks CHG: 'hitag reader' - debug printing iceman1001 2017-10-30 22:20:08 +01:00
  • 54e8a0ae2b change demod printing iceman1001 2017-10-30 20:33:11 +01:00
  • 9632d91240 FIX: absolute value when comparing against threhold iceman1001 2017-10-30 20:03:36 +01:00
  • db56ca11a3 FIX: detect noise signal by measuring amplitude of signal. iceman1001 2017-10-30 19:18:30 +01:00
  • 6f948be842 CHG: some average / mean functions to enhance justNoise functions. FIX: 'lf t55xx' - verifying that collected signal is not just noise.. iceman1001 2017-10-30 16:44:04 +01:00
  • d5a1e4c7d4 fix: 'em' - return negative to a bool is not ok iceman1001 2017-10-30 16:19:15 +01:00
  • 05991cdffb sloppy iceman1001 2017-10-30 15:12:03 +01:00
  • d1566728e2 more fflushes. iceman1001 2017-10-30 15:10:32 +01:00
  • 92858d39d4 fix: flushing some output.. iceman1001 2017-10-30 15:08:20 +01:00
  • deeb56f09c fix: 'hf mf hardnested' : without sending dummy answer, the can't select tag comes.. iceman1001 2017-10-30 15:02:44 +01:00
  • 6b78a8711d ADD 'hf 14a info' : new command (old reader command) (@merlokk) iceman1001 2017-10-30 12:29:02 +01:00
  • 0520d42f3d revert back.. iceman1001 2017-10-30 12:22:02 +01:00
  • ee1612870c CHG: 'info' unified helptext. ADD: 'hf 14a info' - skeleton function iceman1001 2017-10-30 12:17:32 +01:00
  • 6e46822c4c CHG: mcIdent now turn on/off readerfield. iceman1001 2017-10-30 12:05:14 +01:00
  • 0ea06dbe9b CHG: spelling misstake CHG: code cleanup. unused function. iceman1001 2017-10-30 12:02:57 +01:00
  • fdf1566c23 FIX: 'hf 14a reader' - detection of magic refactored, all test now assumes turn on/off readerfield. iceman1001 2017-10-30 12:01:34 +01:00
  • 59fbf1e354 chg: don't blindly trust other ppls changes iceman1001 2017-10-29 20:07:45 +01:00
  • b5842e8c1b fix: usb_cdc don't report that pm3 device is selfpowered.. (since its not by default) iceman1001 2017-10-29 19:28:23 +01:00
  • 76e139701a chg: @merlokk 's minor adjustment to waitCmd iceman1001 2017-10-29 19:26:34 +01:00
  • f6d2d508b4 rem: removed old references to google code. iceman1001 2017-10-29 19:25:34 +01:00
  • 994248265d FIX: changing the result booleran when sending over serial. iceman1001 2017-10-29 19:22:03 +01:00
  • f805fe995b fix.. don't ask.. iceman1001 2017-10-29 11:23:26 +01:00
  • bc131dd105 fix: high and low variable should now contain raw hex. iceman1001 2017-10-29 11:20:10 +01:00