Commit Graph

  • a8fd088d8b FIX: lf search - em410x demod was a bit greedy. iceman1001 2017-02-28 14:47:25 +01:00
  • 026ac759a5 help text iceman1001 2017-02-28 14:09:10 +01:00
  • 62cdba0568 CHG: hf em commands. Client side now has same commands as Peter Fillmores 14atagfuzz repo. OBS: not all exists on deviceside yet! iceman1001 2017-02-28 14:08:15 +01:00
  • 96befa9ab1 upd text iceman1001 2017-02-28 08:36:01 +01:00
  • f24edfec54 CHG: hf 14a read - started to add a Magic tag gen2 detection. SKipping it for now. Can't decide to put in on deviceside or in client. FIX: lf read - ophs.. it works again. ADD: lf em 4x05-- - added a chipset definition CHG: better kali fix - from @pwpivi iceman1001 2017-02-28 08:16:02 +01:00
  • 8db18d2f15 ADD: hf 14a read - now can detect the newer magic generation 1b. In output 1A (old version, where all hf mf c* commands works) 1B is the newer. iceman1001 2017-02-27 19:18:38 +01:00
  • 41611deef9 CHG: some of @marshmellow42 's ref: 2b11c7c750 CHG: lf em 410x - when demoded to all zeros, it wasn't printed so some noninitalized tags just gets a empty "found em410x tag" message. Hav'nt decided on how to go further with it. iceman1001 2017-02-27 14:04:50 +01:00
  • c3a15ba92f FIX: should be defined earlier. iceman1001 2017-02-26 22:01:38 +01:00
  • d216a5711b CHG: one step closer to finish merging @marshmellow42 's 4x05 changes. iceman1001 2017-02-26 21:32:51 +01:00
  • b87ad7964e FIX: some compiler problems caused by PM3 master commit 4197a3f6ff for Kali users. discussed about in isssue ref: https://github.com/Proxmark/proxmark3/issues/218 iceman1001 2017-02-26 21:30:47 +01:00
  • 1b6cc9746e FIX: removing compiler warning about double const. thanks to @spaceteddy ref: https://github.com/iceman1001/proxmark3/issues/83 iceman1001 2017-02-26 21:28:06 +01:00
  • aa5cba4ca3 CHG: coverity scan cpmplains.. iceman1001 2017-02-26 00:40:19 +01:00
  • d24026ade8 BUG: forgot to remove iceman1001 2017-02-25 23:14:55 +01:00
  • d32691f1da FIX: hf mf sim - authentication works again. CHG: lf em- renamed. CHG: removed functionality in whereami.c, not needed. iceman1001 2017-02-25 23:00:20 +01:00
  • 17556415a9 CHG: @marshmellow42 's changes to lfops.c /lfsampling.c CHG: updated CHANGELOG.md iceman1001 2017-02-24 15:45:24 +01:00
  • 6ac2301423 CHG: forgot some changes to previous commit. iceman1001 2017-02-24 15:00:49 +01:00
  • b804b9cdb8 ADD: @pivipw 's changes "making lua paths". ref:: 4197a3f6ff iceman1001 2017-02-24 14:59:38 +01:00
  • 01f082a60f CHG: lf read - forgot a var iceman1001 2017-02-24 14:17:36 +01:00
  • 165b92dc35 CHG: lf read - optional timeout, to be used when configured a threshold limit. iceman1001 2017-02-24 14:15:36 +01:00
  • 5215a87442 CHG: @Marshmellow42 's fixes. ref: e88096ba25 iceman1001 2017-02-24 01:14:47 +01:00
  • f7c1147ab8 chg; PRIu32 becomes %u. Lets return to whats working - %lu iceman1001 2017-02-23 01:21:25 +01:00
  • 3919356baf CHG: 64? iceman1001 2017-02-23 00:58:52 +01:00
  • 8ad1e731c8 chg: @marshmellow42 's changes. iceman1001 2017-02-23 00:52:40 +01:00
  • 07bc72b880 CHG: continue code cleanup. REM: removed stdint.h , since we are using c99 when compiling. iceman1001 2017-02-23 00:32:14 +01:00
  • 9c624f67b3 chg: @piwi's code cleanup and some more. ref: 43534cbad2 iceman1001 2017-02-23 00:03:10 +01:00
  • b4762e2712 ADD: new settings file for buspirate and at91sam7s512 ref: a386043fa9 iceman1001 2017-02-21 19:53:40 +01:00
  • d25518be59 FIX: wrong varname, Good catch of @jamchamb 4b12061bee iceman1001 2017-02-20 21:03:04 +01:00
  • 19d9376c16 CHG: added some comments when changing the HAS_512_FLASH macro directive. CHG: 'make cli' - needs lualibs to compile. well, and more stuff ofcourse. iceman1001 2017-02-20 11:47:10 +01:00
  • 17a9ca0cdc FIX: memcpy bug... iceman1001 2017-02-19 23:52:09 +01:00
  • 9932c55a4a CHG: lf em - refactored @marshmellow42 's em paritycheck. ADD: bootrom/Makefile got some options. It shouldnt change anything. iceman1001 2017-02-19 23:24:19 +01:00
  • 9bef1216b9 ADD: added dkjson.lua for json support iceman1001 2017-02-19 23:21:59 +01:00
  • 5e9d59fe2a syntax sugar iceman1001 2017-02-19 01:34:45 +01:00
  • 5ebba500dc CHG: prints if command is NACK, iceman1001 2017-02-19 01:34:21 +01:00
  • 4b555c8dc0 Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman1001 2017-02-19 00:13:44 +01:00
  • f054036a10 chg: analyse chksum - now respects the mask variable, iceman1001 2017-02-19 00:13:32 +01:00
  • 4ac9f07840 CHG: lf em - added @marshmellow42 's changes iceman1001 2017-02-19 00:12:35 +01:00
  • d06c81b7c8 Update README.md Iceman 2017-02-18 21:58:32 +01:00
  • fd056682e0 Update README.md Iceman 2017-02-18 21:55:24 +01:00
  • abf3b8af8e Update README.md Iceman 2017-02-18 21:54:26 +01:00
  • 03d73c0b8d FIX: lf guard sim - helptext change and increase arguments expected check to 3 iceman1001 2017-02-17 07:48:00 +01:00
  • 5381b6fed5 Merge pull request #81 from mdp/fixguard Iceman 2017-02-17 07:47:09 +01:00
  • da952d12a6
    Fix args number and example for guard mdp 2017-02-16 19:35:26 -08:00
  • 36dc0b4370 ADD: some more keys iceman1001 2017-02-16 22:50:25 +01:00
  • 080e1114c8 CHG: a message.. iceman1001 2017-02-16 21:59:57 +01:00
  • 6f93185537 CHG: lf em - some minor psk detection changes. iceman1001 2017-02-16 21:52:14 +01:00
  • 1a4b907335 CHG: some minor changes from @marshmellow42 iceman1001 2017-02-16 21:44:25 +01:00
  • 516dbac210 CHG: lf em - some minor refactoring in 4x50 commands iceman1001 2017-02-16 19:48:50 +01:00
  • bd09006a8c CHG: 'lf em4x' - the em4x50 demod didn't calc ASKDemod_ext with a refenence bool. CHG: 'lf em4x' - refactored the code for emd4x50 demod iceman1001 2017-02-16 16:38:09 +01:00
  • 62dc7d4a6f CHG: @marshmellow42 's em4x50 changes ADD: 'analys chksum' - added a BSD styled 4 and 8 bit shift checksum iceman1001 2017-02-16 09:53:47 +01:00
  • f9f5f45000 CHG: lf em - @marshmellow42 's latest changes iceman1001 2017-02-15 16:58:29 +01:00
  • c930078036 FIX: wrong variable name. iceman1001 2017-02-15 02:46:09 +01:00
  • 1bfbe92a53 FIX: coverity scan found some bugs in EMV code. These are the fixes to: -CID 141293 - missing va_end call -CID 141290 - return var not always given a value -CID 141289 - array out of bounds write. off by one. -CID 141288 - dead code because of CID 141287 -CID 141287 - wrong mask -CID 141286 - wrong mask value iceman1001 2017-02-15 02:44:34 +01:00
  • dd015c5915 ADD: 'script runt remagic' - the Mifare Classic s50 (1k) magic tag restores now also all sector trailers. Default A/B keys is 0xFFFFFFFFFFFF. iceman1001 2017-02-14 15:54:10 +01:00
  • ab2167c47b FIX: 'hf mfu dump' - the ascii printing would print control-chars, which could hang client. Unprintable chars is replaces with a DOT iceman1001 2017-02-14 15:52:28 +01:00
  • e977fb0da3 syntax sugar iceman1001 2017-02-13 15:33:26 +01:00
  • 573e8d72c7 FIX: 'EMV compiling' - Makefiles are very picky about how things are done. its parser is a bit paranoid. So, to make things easier and more correct. iceman1001 2017-02-13 15:32:48 +01:00
  • 4c8fe2e976 CHG: some minor adjustments. iceman1001 2017-02-13 11:06:30 +01:00
  • d56ee2b1db chg: trying to generalize the EMV build iceman1001 2017-02-13 11:05:42 +01:00
  • ed55e9aec4 chg: trying to generalize the EMV build. iceman1001 2017-02-13 11:05:03 +01:00
  • 4bf036f226 fix: some compiler warning when the #define is not matching. iceman1001 2017-02-13 11:03:45 +01:00
  • 2839f12e86 FIX: some compiler warnings, sscanf is using unsigned int. iceman1001 2017-02-13 11:01:32 +01:00
  • 2c601080c3 add: xorcumb chg: from veritcal to horizontal printing. iceman1001 2017-02-13 10:59:50 +01:00
  • e513cf8a31 chg: added a key iceman1001 2017-02-13 10:59:03 +01:00
  • ff9c043da2 FIX: T5555/Q5 datarate when used in "Q" parameter, consequential fix in lf commands. (RF-2/2) ie: ((64-2)>>1) ADD: Marshmellow42 's timing fixes for em4305. iceman1001 2017-02-13 10:58:28 +01:00
  • b1d615df78 updated some sections. iceman1001 2017-02-07 22:56:41 +01:00
  • 479ca8aa00 updated iceman1001 2017-02-07 22:51:47 +01:00
  • c7ea35a9fb chg: textual changes iceman1001 2017-02-07 22:29:24 +01:00
  • 464f6dc571 CHG: lf hid wiegand got some love. Still not correct. iceman1001 2017-02-07 22:27:28 +01:00
  • bd94b97883 CHG: syntax sugar iceman1001 2017-02-07 22:26:42 +01:00
  • cb1ba30a5e FIX: first attempt to clean up EM4x50 commands. - lf em4x readwordPWD merged into lf em4x readword See help text - lf em4x writewordPWD merged into lf em4x writeword See help text iceman1001 2017-02-07 22:26:06 +01:00
  • 27c24773ca updated iceman1001 2017-02-06 14:22:05 +01:00
  • 5ed5e418c9 CHG: testing to set 460800 baudrate as default, if it fails, go to 115200 baudrate. For Linux/Win. Works great in my environments. iceman1001 2017-02-06 02:33:08 +01:00
  • 1903696e2a chg: uncomment -DWITH EMV to compile for EMV. iceman1001 2017-02-06 00:57:31 +01:00
  • 60ca588725 syntax sugar iceman1001 2017-02-06 00:51:06 +01:00
  • d627a2fd8c FIX: commented code screws up notepad++ groupings. iceman1001 2017-02-06 00:50:37 +01:00
  • a32e8034e0 FIX: get rid of de-referecing pointer warnings. iceman1001 2017-02-06 00:49:32 +01:00
  • 6a1687cc3e ADD: 'hf emv' - forgot to add some file iceman1001 2017-02-05 22:16:50 +01:00
  • 2e8d938bef ADD: 'hf emv' - from @peterfillmore emv fork. A bit cleaned up and moved around. Should compile iceman1001 2017-02-05 21:56:47 +01:00
  • 3e83ff2159 CHG: '-DWITH_EMV' - fixing some compilation errors when compiling with peter fillmore's emv code. Warning a 256kb Proxmark3 device will only have 7% memory left if you enable this iceman1001 2017-02-05 21:09:36 +01:00
  • e772774ba1 chg: more debug statements to find sending errors iceman1001 2017-02-04 15:02:36 +01:00
  • 3f84d47369 ADD: 'lf search' - @marshmellow42 's check if signal is noice. iceman1001 2017-02-04 12:41:30 +01:00
  • cf5a79de33 ADD: 'hf 14a read' - correct identify Aztek tags, instead of claiming it to be "not mfu". iceman1001 2017-02-04 12:32:14 +01:00
  • 52108cabf3 CHG: 'lf cotag read' - added the raw output and the repeating byte pattern is 16bytes, so we only collect that many bytes from card iceman1001 2017-02-03 00:07:55 +01:00
  • d228198808 fix: those pesky semicolons.. iceman1001 2017-02-02 21:32:46 +01:00
  • a330987de1 CHG: 'lf cotag demod' - now finds FC/CN Thanks to @marshmellow42 CHG: 'lf search' - now detects COTAG iceman1001 2017-02-02 19:15:36 +01:00
  • 96b516e180 CHG: minor fixes in setting arrays and error messages. iceman1001 2017-02-02 15:39:35 +01:00
  • 5f5b83b743 ADD: 'lf cotag read' - COTAG can be read now. iceman1001 2017-02-02 15:32:21 +01:00
  • 4401050bcc ADD: 'hf standalone 14a mode", added "mifare 4k" detection. ADD: 'hf 14a sim' - added mifare 4k simulation. iceman1001 2017-02-01 14:41:06 +01:00
  • 507afbf3e6 CHG: 'lf cotag read' - it now follows "lf config" settings when collecting signaldata. iceman1001 2017-02-01 14:11:11 +01:00
  • d760c7b3d9 FIX: 'standalone_14a mode' - cleaned up the standalone14a mode code. It now detects and simulates 4,7byte uids, like it should. code refactored to be easier to understand. iceman1001 2017-02-01 14:09:26 +01:00
  • 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
  • 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
  • 76c0ec0ba8 FIX: missed include. for boolean defines iceman1001 2017-01-27 10:56:14 +01:00