Commit Graph

  • 5222785d69 some dummy files in order to keep folder structure ok when compiling.. removed some comments iceman1001 2017-07-27 21:19:39 +02:00
  • 475a19b937 part of monstermerge. iceman1001 2017-07-27 20:59:54 +02:00
  • a8569849d6 part of monstermerge.. iceman1001 2017-07-27 20:58:59 +02:00
  • 6519ae6f88 part of monstermerge... iceman1001 2017-07-27 20:48:49 +02:00
  • 8f262aa1bf ADD: num_CPUs(void) method from pm3 master CHG: clean up in util.c ADD: seems like mingw doesn't have scandir. Had to add one. *untested* iceman1001 2017-07-27 09:36:16 +02:00
  • f942e1ed05 ADD: CRC8Mad() should be used to calc the crc-8 byte for Mifare MAD config block. Doesn't work of course... CHG: some T/F defines.. iceman1001 2017-07-27 09:31:23 +02:00
  • 46a0ec7130 CHG: removed old TRUE/FALSE defines... some left still.. iceman1001 2017-07-27 09:28:43 +02:00
  • 86bbd8f563 ADD: param_getlength , gets the string length of one parameter iceman1001 2017-07-26 18:17:20 +02:00
  • ca0174e89b chg; switch fork to clone. iceman1001 2017-07-26 10:41:32 +02:00
  • e4ae456772 FIX: 'lf hid sim' - it now prints the id correct ref https://github.com/Proxmark/proxmark3/issues/364 iceman1001 2017-07-26 09:41:09 +02:00
  • b149fdc67b FIX: 'script run mifare_autopwn' some print statements FIX: 'script run mfkeys' correct author, added copyright iceman1001 2017-07-24 13:00:40 +02:00
  • 6c4d1560e9 ADD: 'script list' - now sorts the scripts in alphabetic order. It needs the extra define, in order to scandir and alphasort to work. and this made our own version of le32toh function complain. So this is removed from util.c and where it was used a new define replaced it (LE32TOH) iceman1001 2017-07-23 10:24:30 +02:00
  • db34c61aa0 add: a script needed for new way of compiling the proxmark3 project iceman1001 2017-07-22 14:04:18 +02:00
  • c4c3bedb8a FIX: 'script run mfkeys' Script was mistakingly only checked first testkeys block with 85 keys. Since the selection in testkeys list was not taking lua way of ranges, it only sent zeros. iceman1001 2017-07-22 14:02:51 +02:00
  • 72f6ed45eb FIX: 'script run formatMifare' https://github.com/Proxmark/proxmark3/pull/362 bad comparision value iceman1001 2017-07-22 14:00:54 +02:00
  • 478b9c7270 chg: some reorder, renaming iceman1001 2017-07-17 14:28:57 +02:00
  • 124df841d6 chg: some extern definitions on functions in the header file iceman1001 2017-07-17 14:28:13 +02:00
  • d2f19521a7 fix: 'hf mfu restore r' it now uses the newly written pwd for all further authentications needed. - it also tries to save the special blocks, and configurationblocks in a certain order. iceman1001 2017-07-17 14:27:11 +02:00
  • fe5c33092d ADD: 'hf 14a reader' - added Mifare Classic Ev1 1k/4k identification. iceman1001 2017-07-16 10:18:19 +02:00
  • da32472099 chg: 'hf mfu restore' added the parameter 'r', to read the password from the dump file and write to a magic ntag 21* , to be used together with the parameter 'e' iceman1001 2017-07-15 14:03:11 +02:00
  • 1b6176995f chg: 'hf mfu restore' swapped some parts so to write special areas first and configblocks last. iceman1001 2017-07-14 21:24:36 +02:00
  • 195102e9ae fixes iceman1001 2017-07-14 21:22:03 +02:00
  • e8015142cd fix: TRUE/FALSE -> bools fix: 'iclass' filepath 255, to use FILE_PATH_SIZE fix: unified params test iceman1001 2017-07-14 20:54:11 +02:00
  • ec16d16d05 fixes: removal of TRUE/FALSE defines into bools iceman1001 2017-07-14 16:20:34 +02:00
  • d2f79fa83f ADD 'lf nexawatch' by marshmellow42 ADD 'lf securakey' by marshmellow42 ADD 'lf pac' by marshmellow42 chg: parity.h got some love from pm3 master. iceman1001 2017-07-14 15:51:12 +02:00
  • c5e04ba927 fixes: removed bad references. chg: 'hf mfu restore e' added the special block writes options iceman1001 2017-07-14 08:47:23 +02:00
  • b99fa57e42 fix: wrong variable iceman1001 2017-07-13 23:37:09 +02:00
  • 7cf0bf19e5 FIX: 'mfu authentication' bug where the pack-length was wrong ADD: 'hf mfu restore' - added a restore from file command, see helptext for instructions CHG: some help-text updates and refactored to functions CHG: 'hf mfu gen' - added the possibility to read uid from card as input CHG: 'hf mfu dump' - refactored out the dump-printing iceman1001 2017-07-13 13:10:46 +02:00
  • de97a6f1b0 fix: removed on warning of unused variable. iceman1001 2017-07-11 19:38:36 +02:00
  • ed54dc8e17 FIX: 'dumptoemul.lua' doesn't add the last newline in generated eml file. iceman1001 2017-07-11 19:37:59 +02:00
  • 8980e0ab66 some more keys iceman1001 2017-07-11 18:31:53 +02:00
  • 310d0da9a4 fixes.. to bool iceman1001 2017-07-11 18:31:10 +02:00
  • 24d332fac7 fixes.. iceman1001 2017-07-11 18:27:59 +02:00
  • 17a8e69e90 ADD: 'hf mfu info' type detection now support NTAG_I2C_1K_PLUS, NTAG_I2C_2K_PLUS ADD: 'hf mfu info' ul-ev1 pwd tests are now correct ADD: 'ul ev1 authentication' now deals with magic tags and NACK messages correct. ADD: 'hf mfu pwdgen' added the option 'r' to read uid from tag instead. iceman1001 2017-07-11 17:52:01 +02:00
  • 1f9534e2cc CHG: broke out some help texts and improved them. CHG: 'hf mf csave' now save mini,1k,2k,4k and to both a bin and eml file. iceman1001 2017-07-11 17:45:23 +02:00
  • cdc0f15104 FIX: playing with some delays. iceman1001 2017-07-11 17:40:29 +02:00
  • 011a793eae UPD: updates of the coverity scan scripts, to make the release 2017.07 of coverity build tools UPD: install.sh now downloads the repo and make a clean build iceman1001 2017-07-11 13:33:42 +02:00
  • 8bc17414fd new coverity scan complains.. fix 'lf hitag' bit comparisions wrong fix 'standalone mode' logically dead code iceman1001 2017-07-07 15:45:40 +02:00
  • 4406f4ee2a CHG: removed some #DEFINE TRUE/FALSE iceman1001 2017-07-07 12:52:51 +02:00
  • 5f18400cbe FIX: 'hf iclass reader' marshmellows fixes. CHG: removing some #define TRUE iceman1001 2017-07-07 12:38:49 +02:00
  • 77c98eb2d7 FIX: 'hf standalone mode' - had some printing issues when printing a Uin64_t. iceman1001 2017-07-07 12:34:57 +02:00
  • ce56dd32e3 FIX: 'hf mf c*' works both with 1a/1b generation of tags. iceman1001 2017-07-07 12:34:20 +02:00
  • 1ef14f2d9d fix: the updated fpga_hf.bit file, where iso15693 should work. iceman1001 2017-07-07 09:20:23 +02:00
  • dd98b934bc CHG: 'hf iclass readblk' - should be able to read block 0,1 on all cards without key. CHG: 'hf iclass reader' - two rules according to datasheet if app_limit is less than 0x6, app_limit should be 0x6 if app_limit is bigger than 31/0x1F on 2kb picopass, the app_limit should be 26/0x1A iceman1001 2017-07-05 12:05:53 +02:00
  • 213883a931 FIX: 'hf iclass reader' - now correctly identifes crypt-fuses configuration ADD: 'hf iclass reader' - now prints OTP value iceman1001 2017-07-05 11:21:38 +02:00
  • 9fc59afdfd test of appveyor.yml iceman1001 2017-07-05 08:32:52 +02:00
  • a211877853 CHG: 'script run didump' - got some remake. unfinished. CHG: some default keys iceman1001 2017-07-04 20:23:47 +02:00
  • 3ca3d401c0 FIX: some adjustments to prng detection iceman1001 2017-07-04 20:11:25 +02:00
  • cb7ececdce FIX: updates to usb_cdc.c , starting with the MSOS features :) iceman1001 2017-07-04 20:07:45 +02:00
  • fa8da9e651 some updated scripts iceman1001 2017-07-04 20:05:50 +02:00
  • 1d02d17828 Update .travis.yml Iceman 2017-07-04 19:22:15 +02:00
  • c8c01337f1 Update .travis.yml Iceman 2017-07-04 19:17:39 +02:00
  • 4d18909596 ADD: 'hf 14a read' - detection if found Mifare Classic tag has a weak or hardend PRNG. Thanks to @doegox for implementing it in nfc-tools/mfoc Its a beauty :) iceman1001 2017-06-26 21:45:22 +02:00
  • 89b24a69c0 CHG: adjustments of gitconfigurations. iceman1001 2017-06-26 21:42:22 +02:00
  • a7e677061a FIX: 'hf 14a sim' - mifare ul-ev1 simulation didn't follow protocol, (thanks to @Vyacheslav for pointing it out) ref: https://github.com/iceman1001/proxmark3/issues/110 FIX: 'hf 14a raw' - zero lenth commands and AppendCrc14443a doesn't work well together. FIX: 'hf 14a raw' - made clear comments and making params comparing as it should be. FIX: 'hf 14a raw' - when selecting tag, and it failed, the PM3 device was left with antenna on. This has now been fixed as it turns off antenna and leds. iceman1001 2017-06-26 21:36:56 +02:00
  • d82de9223a Update default_pwd.dic Iceman 2017-06-21 15:24:41 +02:00
  • e82496cab6 Update 77-mm-usb-device-blacklist.rules Iceman 2017-06-16 19:47:28 +02:00
  • 0865ed76df Merge pull request #112 from joanbono/patch-1 Iceman 2017-06-09 15:29:11 +02:00
  • b58a6732fb Create README.md Joan Bono 2017-06-09 14:58:11 +02:00
  • 4aad351821 test2. iceman1001 2017-06-09 14:50:26 +02:00
  • de048b0436 Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman1001 2017-06-09 14:49:35 +02:00
  • 97c18ce808 test of marshmellow42 changes iceman1001 2017-06-09 14:43:20 +02:00
  • 13df22ef59 Merge pull request #109 from akileos/master Iceman 2017-06-05 09:23:34 +02:00
  • 1c1926a42c Merge pull request #1 from iceman1001/master akileos 2017-06-03 11:35:30 +02:00
  • 9f3d7bbe29 Update hfsnoop.c Iceman 2017-05-29 09:49:02 +02:00
  • d59026518e FIX: fullimage.s19 Iceman 2017-05-29 09:39:25 +02:00
  • 9df1d1429c fix: https://github.com/Proxmark/proxmark3/issues/294 old bug where a bool variable got increased iceman1001 2017-05-28 16:44:46 +02:00
  • bf413f1b87 Start fixing legic.lua ! Now loads dumps fine BOURDY Romain 2017-05-17 18:52:30 +02:00
  • bafb2e1455 ADD: di token list iceman1001 2017-05-08 10:14:09 +02:00
  • 7b8cbd38a8 Appveyor - Add strawberryperl / readline / libusb BOURDY Romain 2017-05-01 09:16:22 +02:00
  • d6285fc04f Merge pull request #108 from akileos/master Iceman 2017-04-29 18:57:07 +02:00
  • d063559fc4 Add more VIGIK Keys BOURDY Romain 2017-04-29 16:50:57 +02:00
  • 5198807c52 Merge pull request #107 from akileos/master Iceman 2017-04-29 14:34:31 +02:00
  • c91e84203c AppVeyor - Make all BOURDY Romain 2017-04-29 14:32:06 +02:00
  • b00c69b5d2 Merge pull request #106 from akileos/master Iceman 2017-04-29 14:30:11 +02:00
  • 2419ac3af9 Start fixing AppVeyor BOURDY Romain 2017-04-29 13:25:27 +02:00
  • e093a375ef CHG: added key gen algo. removed inparameter. iceman1001 2017-04-29 01:08:19 +02:00
  • 8c9facb7b5 Update cmdhficlass.c Iceman 2017-04-27 16:30:14 +02:00
  • 489e735f86 Update Makefile.common Iceman 2017-04-26 21:32:42 +02:00
  • 08cc2c36d8 fix: 'hf mf chk' Iceman 2017-04-26 19:52:03 +02:00
  • 0781d38e7a Update Iceman 2017-04-26 15:46:26 +02:00
  • 3d9a84abe2 Update README.md Iceman 2017-04-26 15:45:57 +02:00
  • 178d75f1af Update README.md Iceman 2017-04-26 15:45:22 +02:00
  • 4d2e16b9c7 Update README.md Iceman 2017-04-26 15:43:54 +02:00
  • bc61d6af20 Update README.md Iceman 2017-04-26 15:40:13 +02:00
  • a9637433d5 Merge pull request #103 from Gator96100/patch-1 Iceman 2017-04-23 17:25:10 +02:00
  • dccc3e2c66 When compiled with MinGW use march=x86-64 instead of march=native Gator96100 2017-04-23 15:27:00 +02:00
  • aff903d99f Fix crashes when compiled with a different cpu Gator96100 2017-04-22 23:36:43 +02:00
  • 2d0341403e ADD: script to change uid on a UL magic tag which uses backdoor commands iceman1001 2017-04-20 15:29:45 +02:00
  • 63bc529b22 CHG: remove clang warning (piwi) iceman1001 2017-04-19 03:42:34 +02:00
  • 8aa789b195 CHG: updated topaz imp to match PM3 Master (piwi) iceman1001 2017-04-19 03:41:51 +02:00
  • b0df293ddc Merge pull request #101 from ikarus23/master Iceman 2017-04-15 01:59:29 +02:00
  • 926ea42b76 FIX: hf legic crc data parameter 'd' was inconsistently declared. ikarus 2017-04-14 11:24:49 +02:00
  • d840622789 Update default_keys.dic Iceman 2017-04-05 17:28:46 +02:00
  • 450714d641 Update default_keys.dic Iceman 2017-04-05 17:27:09 +02:00
  • 4d78c76faf Update default_pwd.dic Iceman 2017-04-04 17:22:49 +02:00
  • 19042d1894 Merge pull request #97 from n4k/patch-1 Iceman 2017-04-04 16:20:01 +02:00
  • 94ea581d83 Fix missing null byte : my_executable_directory n4k 2017-04-02 20:16:45 +02:00
  • 107b43d31c Merge pull request #92 from RobDeBagel/patch-1 Iceman 2017-03-29 22:48:31 +02:00
  • 48bb16e840 Merge pull request #93 from angelsl/android Iceman 2017-03-29 22:35:37 +02:00