Commit Graph

  • 16cfceb689 CHG: rename a local scope variable "data"->"cmd" CHG: call params to selectcard too few CHG: 'standalone HF mode' - when copying second UID onto data array, it should append after first one, not over the first one. ref: https://github.com/iceman1001/proxmark3/issues/77 Lets see if this fixes the HF part of this issue iceman1001 2017-02-01 12:50:54 +01:00
  • bdf387c7ef CHG: temporary disable hitag2_uid detection. Loop times out sometimes. iceman1001 2017-01-31 22:38:02 +01:00
  • b828a4e168 CHG: 'lf snoop' - now automatically downloads samples after finished. (annoying step to do over and over) FIX: 'lf snoop' - now turns of LF antenna after snoop. FIX: 'lf cotag read' - now waits until the ACK cmd arrives before downloading samples. iceman1001 2017-01-31 16:11:57 +01:00
  • 71aa1ff824 FIX: fixes warning for "%zu" string formatspecifier on MINGW systems. (Thanks to @marshmellow42 for this one) iceman1001 2017-01-31 05:33:24 +01:00
  • 11117f6ab5 Merge remote-tracking branch 'upstream/master' marshmellow42 2017-01-30 23:20:55 -05:00
  • 103c60ec7e flag needed for some compile environments marshmellow42 2017-01-30 23:13:22 -05:00
  • 1cec48cc0e ADD: added the writedumpfile function from "14araw.lua" into utils.lua ADD: ufodump.lua - added the Aztek dump script. Since its an unknown tag hence the name. iceman1001 2017-01-30 16:51:07 +01:00
  • 84bdbc1917 FIX: 'hf 14a sim x' - adjusted and shows messages when verbose. FIX: 'hf mf sim x i' - same as above. iceman1001 2017-01-29 23:09:23 +01:00
  • 2ce218042d CHG: 'hf 14a sim e' - it now has a parameter for setfoundkeys to emulator memory. CHG: textual changes. iceman1001 2017-01-29 13:21:17 +01:00
  • 7e735c1398 FIX: 'hf 14a sim x' - this fixes the error with using moebius attack and sim. Updating the nonce variable doesn't change the premodulated response. And it should update everytime it gets a command. One concering issue is that this takes time. Successfully works with two PM3. One acting reader, another sim. iceman1001 2017-01-29 11:29:15 +01:00
  • e99acd00cc CHG: the mifare Auth command can make use of a random nonce aswell. CHG: since sim commands are timing critical, I'm testing a smaller prand prng function from Intel iceman1001 2017-01-29 10:41:48 +01:00
  • 210658a7e3 Merge b85208d66b727a4d3fda46a7de0b409ee734e13b into 1888664863b3f2d3b185fd1c724a6dcf4f4cb15a Shanti67 2017-01-28 21:24:03 +00:00
  • 1888664863 Merge pull request #209 from micolous/14a-random-nonce pwpiwi 2017-01-28 17:11:13 +01:00
  • 76c0ec0ba8 FIX: missed include. for boolean defines iceman1001 2017-01-27 10:56:14 +01:00
  • 4653da4331 ADD: lf cotag - added first try at basic functionality to read samples from Cotag. In lfops.c is the startup sequence that needs to be tested out. iceman1001 2017-01-27 10:49:34 +01:00
  • bdebc8dbab CHG: removed a -L path for OSX iceman1001 2017-01-26 23:49:05 +01:00
  • 7dae65ce99 chg: TravisCI should also use perl iceman1001 2017-01-26 21:34:01 +01:00
  • 74dde713b1 CHG: should remove the OSX linker warning: ld: warning: directory not found for option '-L/opt/local/lib' iceman1001 2017-01-26 21:13:17 +01:00
  • beb2ce1f2d Update README.md Iceman 2017-01-26 17:55:24 +01:00
  • 2e78fbaa1d chg: link to strawberry perl was dead Iceman 2017-01-26 17:53:35 +01:00
  • fbed30e8c9 chg: lets not have it static, since I get the same nonce in the same session over again. iceman1001 2017-01-26 15:54:12 +01:00
  • 496b673453 Added some comments iceman1001 2017-01-26 14:23:48 +01:00
  • 2d3f8e5fa7 ADD: some defines to make headerfiles behave better. CHG: syntax sugar iceman1001 2017-01-26 14:23:05 +01:00
  • bf5d7992ce ADD: @micolous random nonce, adjusted to fit in. Icemanfork only uses Moebius attack, so no need for an extra parameter in client. iceman1001 2017-01-26 14:21:51 +01:00
  • 5b5489baf4 hf mf sim: Multiple fixes from review of PR #209. Michael Farrell 2017-01-26 20:27:08 +11:00
  • c783fd1bb8 Merge pull request #208 from marshmellow42/master pwpiwi 2017-01-26 09:10:38 +01:00
  • f9c1dcd9f6 Adds random nonce (r) option to hf mf sim. Michael Farrell 2017-01-26 18:16:10 +11:00
  • 6c3795a315 chg: appveyor.yml parser doesnt like spaces in the wrong place iceman1001 2017-01-25 13:02:29 +01:00
  • de39bf505a CHG: moved some from THUMB to ARM.. Looks like usb communication became bad. iceman1001 2017-01-25 13:00:49 +01:00
  • 517fbd5d9d ADD: first try for an appveyor file targetting mingw iceman1001 2017-01-25 12:59:52 +01:00
  • e069d740e3 still wrong... iceman1001 2017-01-25 08:40:55 +01:00
  • 4431b482d7 CHG:forget the "base".. iceman1001 2017-01-25 08:36:51 +01:00
  • f364f71294 chg: known key is treated as a string. iceman1001 2017-01-25 01:11:34 +01:00
  • e36b07efc4 CHG: moved into header files. iceman1001 2017-01-25 00:35:11 +01:00
  • 0ccf8adac4 CHG: moved to header file iceman1001 2017-01-25 00:34:00 +01:00
  • 53d5dc643f CHG: fiddled with the headerfiles... and makefile... Tried to make them behave nice. So it isnt a hell to add new functions from third-party (like des, aes etc) Added a lot of #ifndef , extern C, Move inside from ARMSRC -> THUMBS, which made the compiled image smaller.. I don't know if it broke anything. Moved MF_DBGLEVEL definitions into common.h Moved print_result from util.c into appmain.c Also split up some struct typedef into header files so they could be reused in other code places. iceman1001 2017-01-25 00:33:03 +01:00
  • 137f207a8d CHG: removed a dublett iceman1001 2017-01-25 00:24:18 +01:00
  • b946d5f7f9 ADD: 'script run hard_autopwn' - a lua script which should run hardnested attack against all sectore and keytypes (A|B). iceman1001 2017-01-25 00:23:13 +01:00
  • 4f02ee4960 Update README.md Iceman 2017-01-24 17:17:38 +01:00
  • c631b1a216 Update README.md Iceman 2017-01-24 16:07:23 +01:00
  • 2f938d593d Update README.md Iceman 2017-01-24 16:06:40 +01:00
  • e4b4f76693 Update README.md Iceman 2017-01-24 16:05:39 +01:00
  • d8d5260e5c chg: why?!? iceman1001 2017-01-23 23:17:26 +01:00
  • 05f1ba5ddc chg: new offering to Travis CI iceman1001 2017-01-23 23:15:06 +01:00
  • ced742717d CHG: should remove a compiler warning on OSX iceman1001 2017-01-23 23:12:41 +01:00
  • dac53ac178 CHG: will this also please Travis CI priests? iceman1001 2017-01-23 23:11:22 +01:00
  • d04dbd0c37 chg: how to do if-then-elsif-endif ? iceman1001 2017-01-23 21:12:28 +01:00
  • eabe8cea77 chg again... iceman1001 2017-01-23 21:06:56 +01:00
  • d7d12fab4b chg: travis ci again iceman1001 2017-01-23 21:04:49 +01:00
  • b44b9d90b7 chg: travis ci again iceman1001 2017-01-23 21:04:27 +01:00
  • cb53a16c0e chg: travis ci again iceman1001 2017-01-23 20:59:19 +01:00
  • 4dc3a0325b CHG: trying to add OSX for Travis CI iceman1001 2017-01-23 20:55:27 +01:00
  • 0de81725ed syntax sugar iceman1001 2017-01-21 11:34:33 +01:00
  • 0f7279b22d syntax sugar iceman1001 2017-01-21 11:33:14 +01:00
  • 7dcd37fc2e chg: moved to header file iceman1001 2017-01-21 11:29:16 +01:00
  • 793c301250 syntax sugar iceman1001 2017-01-21 11:26:37 +01:00
  • 0062cc1ca1 removed unneeded include iceman1001 2017-01-21 11:21:05 +01:00
  • 5b749dcb0e CHG: moved to header file iceman1001 2017-01-21 11:20:26 +01:00
  • 8be98f12e9 syntax sugar iceman1001 2017-01-21 11:07:44 +01:00
  • 897a14c36f CHG: moved to header file. common.h has RAMFUNC definition iceman1001 2017-01-21 11:06:48 +01:00
  • 3c345a41b2 chg: moved to header file iceman1001 2017-01-21 10:35:59 +01:00
  • 8ce95353de CHG: moved to header file iceman1001 2017-01-21 10:34:00 +01:00
  • 405944a0ac CHG: moved to header file iceman1001 2017-01-21 10:31:54 +01:00
  • 5e1de05ab0 chg: moved to header file iceman1001 2017-01-21 10:29:49 +01:00
  • 0eea62d4c3 CHG: moved to header file iceman1001 2017-01-21 10:29:21 +01:00
  • 15d4bf3e78 CHG: moved to header file iceman1001 2017-01-21 10:28:14 +01:00
  • e04f23fabf CHG: moved to header filer iceman1001 2017-01-21 10:27:06 +01:00
  • 995c94dc03 CHG: moved to header file iceman1001 2017-01-21 10:25:29 +01:00
  • 00e524aaf5 CHG: moved to header file iceman1001 2017-01-21 10:24:06 +01:00
  • 7d2692658b CHG: 'lf noralsy read' - new STT doesn't need so many bits. iceman1001 2017-01-20 22:20:47 +01:00
  • 371a40bf3e CHG: 'lf visa2000 read' - with new STT, the need to find 192bits is not neeeded. iceman1001 2017-01-20 22:18:09 +01:00
  • c840385eff CHG: increase sample amount, since it found too few bits iceman1001 2017-01-20 22:11:59 +01:00
  • 53484563d7 CHG: lowered the samples read. iceman1001 2017-01-20 22:06:53 +01:00
  • 360a5b1b3c FIX: the HID-Flasher depends on libusb to be able to compile On OSX the 'include paths' is different when using homebrew. This project compiles on Ubuntu with libusb-dev installed. Lets see if it compiles on OSX.... iceman1001 2017-01-20 19:25:42 +01:00
  • 1b75698cb7 FIX: 'lf hitag2' forgot to add some of @marshmellow42 's changes. Lf search should works just fine now. iceman1001 2017-01-20 18:26:03 +01:00
  • 69784c3801 ADD: 'lf search' - added @marshmellow42 's hitag2 identification iceman1001 2017-01-20 10:09:06 +01:00
  • a38f5a0704 FIX: @marshmellow42 's fixes for enhanced STT and AskDemod. Now the "lf presco read" works on cargs with strong/clean/clipped waves iceman1001 2017-01-20 10:03:53 +01:00
  • 01d0f8ae8f bug fixes - LF rawdemod am and ST marshmellow42 2017-01-20 00:55:40 -05:00
  • 9aeda6cbfb FIX: coverity scan error CID 121781, unused value. error 0x88 will be overritten by 0x00 directly. Don't know if this 0x88 will bug stuff out.... *wildside commit* iceman1001 2017-01-19 20:21:21 +01:00
  • 10493a0f19 CHG: fix covertyscan error CID 133851, Cardstate can't not be SIM_NOFIELD when it arrives to that switch statement. iceman1001 2017-01-19 20:18:21 +01:00
  • 7898d3b55f syntax sugar iceman1001 2017-01-18 22:57:20 +01:00
  • 81e82dfe51 syntax sugar iceman1001 2017-01-18 22:56:55 +01:00
  • 316493876a FIX: 'data print' - now don't crash the client when demodbuffer is empty CHG: 'guard' - the Guard output more unified. iceman1001 2017-01-18 22:55:37 +01:00
  • 42c235e7ef ADD: T55XX_WRITE_TIMEOUT to make sure all WaitForResponseTimeout for t55xx behaves the same. CHG: removed some "DONE!" device prints.. CHG: unified some "clone" commands output. iceman1001 2017-01-18 22:54:27 +01:00
  • ea7ce7fb68 CHG: removed duplicates entries iceman1001 2017-01-18 20:22:15 +01:00
  • 388d8618c7 CHG: moved definition and includes into header file iceman1001 2017-01-18 20:19:42 +01:00
  • 6df022667d CHG: spelling mistakes. ( iceman1001 2017-01-18 20:19:08 +01:00
  • efbf81da52 FIX: 'hw tune' - peakf shouldn't be compare with voltages limits :) iceman1001 2017-01-18 13:35:00 +01:00
  • bb52291837 CHG: 'hw tune' adhjusted the NON_VOLTAGE limit to 0.999v, below this value the antenna is considered not connected. iceman1001 2017-01-18 13:18:03 +01:00
  • bf35008962 CHG: 'lf t55xx recoverpw" - added the possibility to cancel the command when pressing 'enter' key. iceman1001 2017-01-18 11:27:17 +01:00
  • 243f899b92 CHG: 'hw version' - change to "Proxmark3" iceman1001 2017-01-17 22:59:14 +01:00
  • f56b1fae2d FIX: sprint_bin_break didn't print the last digit in array. iceman1001 2017-01-17 22:58:16 +01:00
  • 3e5b5bb2da ADD: 'lf t55xx detect' - added a search for known config blocks, if found it will select it. Usually when indala (psk) configured tags generates serveral possible configblocks. The found config block is set, not need to manually set it anymore. :) iceman1001 2017-01-17 22:07:40 +01:00
  • 9682ed9aaa CHG: increased the t55xx writeblock timeout iceman1001 2017-01-16 22:39:33 +01:00
  • 1c07ca92c3 CHG: removed a delay in readblock iceman1001 2017-01-16 22:38:31 +01:00
  • 81b7e89434 CHG: lowered the number of bytes collected for T55xxReadBlock. Was 12000 -> 7679 CHG: added some documentation about what arguments does. CHG: 'data tune' - added flush after printf. iceman1001 2017-01-16 21:06:51 +01:00
  • aed36ae5bd ADD: 'install.sh' blacklist rules installed aswell. run as root to install. iceman1001 2017-01-16 15:02:10 +01:00
  • d3fd5fd6d8 CHG: unused variables and remove of compiler warnings. iceman1001 2017-01-16 15:00:40 +01:00
  • f133389866 CHG: download data from device to client, make a debugstatment when send command failed. iceman1001 2017-01-16 14:48:26 +01:00
  • 1cc80785e5 ADD: sprint_ascii function. iceman1001 2017-01-16 14:47:24 +01:00