Commit Graph

  • 65923701f3 delete old files merlokk 2018-11-14 11:44:33 +02:00
  • 84efb3256b makefile merlokk 2018-11-14 11:41:18 +02:00
  • 500645badf elite_crack merlokk 2018-11-14 11:41:03 +02:00
  • 82b6a2cd5b ikeys merlokk 2018-11-14 11:34:20 +02:00
  • 0ef9b609dc mfu merlokk 2018-11-14 11:33:59 +02:00
  • 586cbd2137 hiclass merlokk 2018-11-14 11:33:45 +02:00
  • b9974e1224 mfu merlokk 2018-11-14 11:24:21 +02:00
  • bac3ad077e FIX: 'standalone mode colinrun' - buffer overrun (thanks @angelsl) Chris 2018-11-14 09:05:08 +01:00
  • 73230c8d15 chg: 'trace list 7816' - missing command chg: 'sc raw' - inverted select logic Chris 2018-11-13 22:29:33 +01:00
  • 6faec7e981
    Merge pull request #50 from merlokk/fido RFID Research Group 2018-11-13 18:32:09 +01:00
  • 9b2c457b04 add changelog merlokk 2018-11-13 19:25:50 +02:00
  • 1b4e26fc9c checking certificate works + some changes in print messages merlokk 2018-11-13 19:22:10 +02:00
  • 7b64e8d38f small fix merlokk 2018-11-13 19:06:30 +02:00
  • 7214c70720 fido commands hash checks works. merlokk 2018-11-13 19:02:02 +02:00
  • fd9fe81ba4 fix: 'sc list' - the iso7816-4 annotation now prints. Chris 2018-11-13 14:08:01 +01:00
  • 679b5eec5b small fix. now works merlokk 2018-11-13 14:55:02 +02:00
  • d7d409d9eb added check signature in hf fido auth command merlokk 2018-11-13 14:05:14 +02:00
  • ac12d715f0 chg: 'sc raw' - no need to tvl decode twice Chris 2018-11-13 12:34:09 +01:00
  • 25b07682dc CHG: 'mem load' - adapted loading files to use new load function. loading binary file can be called with NULL pointer, don't forget to free it. Chris 2018-11-12 22:55:19 +01:00
  • eb4310395e CHG: 'LF T55XX DETECT' - swapped some demod order. From FSK-PSK-ASK, to FSK-ASK-PSK since PSK is the leasted used modulation Chris 2018-11-12 22:19:54 +01:00
  • 6a21df3443 FIX: 'hf mf cload' - showing helptext instead of loading file. Chris 2018-11-12 22:17:49 +01:00
  • 7043435174 added x9.62 signature decode and ecdsa signature verify merlokk 2018-11-12 19:05:05 +02:00
  • 5dda51ed1c added FillBuffer function for fill buffers in hash checks merlokk 2018-11-12 19:03:58 +02:00
  • efa76c7be4 fix some strange behavior merlokk 2018-11-12 16:26:51 +02:00
  • 7820be1b8a exchange apdu14a works with chaining merlokk 2018-11-12 16:17:31 +02:00
  • b7fa407830
    Merge branch 'master' into fido Oleg Moiseenko 2018-11-12 15:06:21 +02:00
  • ab196ad2ee added jansson merlokk 2018-11-12 15:00:35 +02:00
  • d2f3a9fd68
    Merge pull request #48 from merlokk/mbedtls RFID Research Group 2018-11-11 15:42:17 +01:00
  • c3581fd4b0
    Merge pull request #52 from CumpsD/master RFID Research Group 2018-11-11 15:38:54 +01:00
  • dc69357820
    skip first 4 bytes of legic writing David Cumps 2018-11-11 12:34:59 +01:00
  • 00fdac0986
    fix legic reading and writing David Cumps 2018-11-11 01:18:14 +01:00
  • 1f1d8bfc0b fixed armside epa.c merlokk 2018-11-08 20:29:29 +02:00
  • 0cfa47e628 merged iso14 arm side merlokk 2018-11-08 20:29:08 +02:00
  • 074c138de7 all works except of jansson private symbols linking merlokk 2018-11-08 19:55:51 +02:00
  • f03261be9a compiled. not linking.... merlokk 2018-11-08 19:14:30 +02:00
  • 4fed815b88 added core files. need to add: 1. jansson (maybe needs jansson-devel) 2. arm and client side of exchangeapdu14a merlokk 2018-11-08 17:29:58 +02:00
  • affee79b69 fix 'sc raw' - now raw command automatically adjust when getting a 0x6C response code and resend command. Chris 2018-11-08 13:45:57 +01:00
  • 3731ca19d2 chg: 'hf mf fchk' - filename Chris 2018-11-08 01:16:27 +01:00
  • ec1e04342c compiles merlokk 2018-11-07 18:31:36 +02:00
  • d0c6889c71 fix warning in emv_tags.c merlokk 2018-11-07 18:27:22 +02:00
  • f0741798e6 fix scripting merlokk 2018-11-07 18:20:24 +02:00
  • aaf7b25c01 cmdflashmem fixed for mbedtls merlokk 2018-11-07 18:17:17 +02:00
  • 6ab12db7a0 mbedtls added merlokk 2018-11-07 18:05:02 +02:00
  • c75c0e4e52 chg: cleaning up in lfdemod.c, currently the ASK clock, demod of strong and weak signals Chris 2018-11-07 12:21:57 +01:00
  • 16929bad69
    Merge pull request #47 from bogiton/master RFID Research Group 2018-11-07 12:13:10 +01:00
  • ce30c29f47
    Merge branch 'master' into master RFID Research Group 2018-11-07 12:12:47 +01:00
  • 078196773c CHG: 'standalone bogitorun' - adapted some ledshow from Kigiv mode and increased time for user to stop pressing button after triggering the mode.. Chris 2018-11-06 22:20:55 +01:00
  • 5a03ea7135 chg: 'standalone mode BogRun' - cleaning Chris 2018-11-06 19:14:19 +01:00
  • 4d124c46f2 chg: 'standlone mode colinrun aka KIGIV' - made it smaller to fit a normal compilation of fullimage Chris 2018-11-06 19:13:06 +01:00
  • db37458545
    Added lua script to read stored pwds in flashmem bogiton 2018-11-06 13:37:34 +00:00
  • d6d96eb7fe
    Fixed offset bug (thanks iceman) bogiton 2018-11-06 13:36:00 +00:00
  • 98e24013cf chg: 'hf mf chk' - since the function ends with droping the field, lets just make sure the field is off to start with. Chris 2018-11-05 22:34:46 +01:00
  • d58786ed74 chg: 'hf iclass chk' - remove some printing Chris 2018-11-05 22:30:46 +01:00
  • ecc7983866 fix: hf mf hardnested - access out of malloc mem. (@vdwel) https://github.com/RfidResearchGroup/proxmark3/issues/46 looks like increasing size removes the problem. Chris 2018-11-05 22:29:31 +01:00
  • 4d500dff2f textual Chris 2018-11-05 21:20:03 +01:00
  • b3ebf73ecc chg: lua - Swapping param order to make it more clear. From (length,offset) to (offset,length) Chris 2018-11-05 18:45:46 +01:00
  • e26e9aa710 ADD: added support for lua-script to download from Flashmemory. Chris 2018-11-05 18:32:53 +01:00
  • e60d4b3892 add: emv json file (@merlokk) chg: compiler warning Chris 2018-11-05 17:48:58 +01:00
  • 3e7d9fde01 CHG: 'hf mf hardnest' auto detect supported cpu-commandset. See helptext for more info. (@piwi) Chris 2018-11-05 17:46:32 +01:00
  • 1e4847739b chg: updated the instructions to include libjansson. Chris 2018-11-03 14:22:51 +01:00
  • 92d89dd539 fix: readline not installed on mac by default.. Chris 2018-11-03 11:10:55 +01:00
  • 12af27967b fix: remove gcc7.3.0 warning Chris 2018-11-02 20:47:19 +01:00
  • b9676e6c93 chg: use signal mean instead of hardcoded FSK_PSK_THRESHOLD chg: stricter clock identification chg: askclock detection, trying to find a better starting point Chris 2018-11-02 18:38:06 +01:00
  • d30454fc5a fix: fflush(stdout), should sort out the blocking pipe problem add: line length (@merlokk) Chris 2018-11-02 18:27:42 +01:00
  • 4da4b33d8d fix: 'lf t55xx deviceconfig' - bug that failed to load default values if wiped flashmem. Chris 2018-11-01 19:51:45 +01:00
  • 25f88fed4e
    Merge pull request #45 from indigowor2/merge RFID Research Group 2018-10-31 19:05:37 +01:00
  • f29c94954f merge indigowor2 2018-10-31 17:39:32 +00:00
  • bb359b3567 changelog indigowor2 2018-10-31 16:56:14 +00:00
  • 8759c0a9f7
    Merge pull request #44 from bogiton/master RFID Research Group 2018-10-28 15:31:50 +01:00
  • 2718e783dc
    Added small description bogiton 2018-10-28 13:54:38 +00:00
  • e14e477355
    Update CHANGELOG.md bogiton 2018-10-28 13:48:27 +00:00
  • 43f90181b3
    Update hf_bog.c bogiton 2018-10-28 13:34:42 +00:00
  • 9bd7770dfe
    Revert to default standalone mode bogiton 2018-10-28 12:04:44 +00:00
  • 785ab8f73e
    Baudrate and optimization (removed counter) bogiton 2018-10-28 12:01:36 +00:00
  • 29aac1d5a4
    Merge pull request #42 from merlokk/appveyor RFID Research Group 2018-10-27 13:54:47 +02:00
  • d3a5e07d40
    Merge pull request #41 from merlokk/mfp2 RFID Research Group 2018-10-27 13:54:21 +02:00
  • 6dc02ff49b new appveyor merlokk 2018-10-26 14:59:07 +03:00
  • af278d977b added SetVerboseMode 6bb33f377663126fbf645d8faaf00d4a1734f924 merlokk 2018-10-26 14:19:10 +03:00
  • 7467368fbc added cmac test merlokk 2018-10-26 14:17:08 +03:00
  • 8bb192fc75 added some crypto merlokk 2018-10-26 14:12:20 +03:00
  • ef4b2fae8a
    Merge pull request #40 from merlokk/mfp_read RFID Research Group 2018-10-26 12:32:11 +02:00
  • b08ce3a1f7 changed logs merlokk 2018-10-24 19:19:55 +03:00
  • 122cbe7d1d info and some fix in exchange merlokk 2018-10-24 19:19:15 +03:00
  • 0af06c0b63 mifare4 logging merlokk 2018-10-24 19:05:30 +03:00
  • 8720d10da9 changed logs merlokk 2018-10-24 19:02:14 +03:00
  • 61ea3109c9 start merge merlokk 2018-10-24 18:18:05 +03:00
  • 0c78b8a69c
    Merge pull request #39 from zhovner/master RFID Research Group 2018-10-23 20:13:07 +02:00
  • 4784cfd3fd Added new keys from MifareClassicTool project. Remove two dups Pavel Zhovner 2018-10-22 22:03:58 +03:00
  • 34775c81f5
    Added BogitoRun identification bogiton 2018-10-21 18:29:49 +00:00
  • 1deaab5f04
    Merge pull request #37 from hsanjuan/gitignore-nonce2key-rrg RFID Research Group 2018-10-21 20:19:28 +02:00
  • 746299b9ad Add nonce2key to .gitignore Hector Sanjuan 2018-10-21 18:24:16 +02:00
  • 22fb92f9c8 sugar Chris 2018-10-21 19:51:22 +02:00
  • d0ed3ce368
    Merge pull request #36 from zhovner/master RFID Research Group 2018-10-21 18:11:40 +02:00
  • 58ea9caeae Added full key set of russian Troika card. Dupicates removed, added missed commas Pavel Zhovner 2018-10-21 18:56:27 +03:00
  • 3690914405 another cloner Chris 2018-10-19 21:52:23 +02:00
  • 1c2af2a5ed
    Added hf_bog standalone bogiton 2018-10-16 19:50:18 +00:00
  • 8079613b37
    Add check for the HF_BOG directive for RunMod bogiton 2018-10-16 19:41:05 +00:00
  • 34c1da7ad4
    Include the HF_BOG standalone mode bogiton 2018-10-16 19:39:29 +00:00
  • bd34d145f1 fix: error enum rename Chris 2018-10-14 12:05:45 +02:00
  • 2be56183c0 fix: error enum rename Chris 2018-10-14 12:02:26 +02:00