Commit Graph

  • 7c60a801d6 FIX: one too many parenthesis iceman1001 2015-05-25 13:16:10 +02:00
  • c068ebb78f Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2015-05-25 13:13:06 +02:00
  • 46cd801c5a FIX: dumptoemul.lua removed the extra linebreak in the end, making some load commands complain. MOV: moved the try32/try64 attacks (mfkey32/mfkey64) into the nonce2key.c file CHG: added @marshmellow42 changes to hf mfu dump layout. ADD: an extra call to BigBuf_free in readcard.. just to make sure that it doesn't leak memory. ADD: expermimental call to "try32" for "hf mf sim x". iceman1001 2015-05-25 13:10:55 +02:00
  • 1d537ad65c Ported hf mf esave trick for unreadable UIDs to hf mf csave Pierre LALET 2015-05-25 11:47:27 +02:00
  • e406dd5cc9 Merge remote-tracking branch 'upstream/master' marshmellow42 2015-05-24 22:31:13 -04:00
  • 79d7bcbb51 updated mfu rdbl and wrbl commands marshmellow42 2015-05-24 22:28:21 -04:00
  • 96c4f5517e Merge pull request #107 from p-l-/fix-hfmf Martin Holst Swende 2015-05-24 23:10:21 +02:00
  • 292fe72535 Fix filenames for hf mf cload / csave Pierre LALET 2015-05-24 22:43:08 +02:00
  • 7444d916c6 FIX: hf mfu dump, now reads correct memory from device-side. CHG: hf mfu dump - output data styled :) iceman1001 2015-05-24 21:51:44 +02:00
  • d23f3f2c9a FIX: ELOAD/ESAVE/CLOAD/CSAVE filename bufferoverflow, and filename generation if UID not readable. Thanks @p-l- ref: 0b14440dce iceman1001 2015-05-24 21:50:15 +02:00
  • cae00c59ff Merge pull request #106 from p-l-/fix-hfmfeload Martin Holst Swende 2015-05-24 21:32:11 +02:00
  • 0b14440dce Fix filenames for hf mf esave / eload Pierre LALET 2015-05-24 20:14:22 +02:00
  • f0eaac9aca Merge pull request #102 from marshmellow42/master Martin Holst Swende 2015-05-24 07:22:09 +02:00
  • 0ce03d9ab0 fix mfu dump getbigbuffer bug marshmellow42 2015-05-23 22:35:50 -04:00
  • ce432659f2 Adjustments after the big merge from PM3 master. iceman1001 2015-05-23 08:38:46 +02:00
  • bcf61bd34a Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2015-05-23 08:16:40 +02:00
  • 86724c17c9 Merge pull request #101 from marshmellow42/master Martin Holst Swende 2015-05-22 21:55:34 +02:00
  • 012c0761bd hf mfu minor output adjustments marshmellow42 2015-05-22 13:17:51 -04:00
  • 8f2e50b4c5 mfu info authkeyptr fix marshmellow42 2015-05-22 07:29:18 -04:00
  • a7e7cd419a FIX: camelcase on a variable caused some issues. iceman1001 2015-05-22 08:48:23 +02:00
  • 06561c34ef fix to dump cmd print keys. marshmellow42 2015-05-22 00:15:57 -04:00
  • 2491a25235 FIX; the "L" optional parameter for swapping endianess on used authentication key. It is now implemented for following commands. "HF MFU INFO" "HF MFU DUMP" "HF MFU RDBL" "HF MFU WRBL" iceman1001 2015-05-21 23:17:01 +02:00
  • efd193519c hf mfu bug fixes, and help text fixes marshmellow42 2015-05-21 11:17:01 -04:00
  • f605970307 FIX: call the wrong usage_hf_mfu method. CHG: minor help text changes. iceman1001 2015-05-20 23:52:56 +02:00
  • fff69a1e34 CHG: Merged the "hf mfu rdbl" and "hf mfu crdbl" commands into "hf mfu rdbl". One read command. CHG: Merged the "hf mfu wrbl" and "hf mfu cwrbl" commands into "hf mfu wrbl". One write command. iceman1001 2015-05-20 23:44:11 +02:00
  • 1c429594a1 further mfu info updates marshmellow42 2015-05-20 16:47:40 -04:00
  • 329f5cf2a5 CHG: making sure all outputs follow the same pattern in "hf mfu info" iceman1001 2015-05-20 22:04:40 +02:00
  • c81a80dc96 FIX: made the authentication part a bit clearer. It now uses two booleans to seperate which type of authentication was requested from user. iceman1001 2015-05-20 21:44:22 +02:00
  • cd87ee9133 finish NTAG i2c +... marshmellow42 2015-05-20 15:42:58 -04:00
  • 46fcd738e0 finish NTAG i2c +... marshmellow42 2015-05-20 15:41:48 -04:00
  • 1fa96198bb ADD: @marshmellow42 latest fixes, CHG: change name to fancey "NTAG I²C 1K" iceman1001 2015-05-20 21:03:58 +02:00
  • 8241872c47 ULEV1_48 had the wrong max block marshmellow42 2015-05-20 14:22:26 -04:00
  • ea11861793 minor adjustments to hf mfu marshmellow42 2015-05-20 14:17:43 -04:00
  • c7442b7673 Add NTAG i2c and bug fix marshmellow42 2015-05-20 14:06:46 -04:00
  • 623db3559b CHG: the new NTAG_i2c_1K enums, broke the uint16_t size.. Had to go up one level. iceman1001 2015-05-20 19:26:11 +02:00
  • 05f7accdbb CHG: @marshmellows changes. ADD: NTAG i2c 1K / NTAG i2c 2K identification. iceman1001 2015-05-20 19:20:26 +02:00
  • a383f4b708 Add ntag 210, 212, 203 and bug fix marshmellow42 2015-05-20 11:27:44 -04:00
  • b61e397962 ADD: NTAG_210, NTAG_212 support / identification. @marshmellow42 's idea. iceman1001 2015-05-20 14:09:40 +02:00
  • e9bb4f47ee CHG: "hf mfu info" now always tries to read the NDEF CC. (was restricted to only NTAG213,215,216 before) iceman1001 2015-05-20 10:36:55 +02:00
  • 593fc3c9a3 FIX: comment out a #include to reveng (my experiment) ADD: Started to add a NTAG203 identification. Its a hard tag to pinpoint. Doesn't have GET_VERSION, iceman1001 2015-05-19 21:45:06 +02:00
  • a98b05b71d missed file in previous commit... marshmellow42 2015-05-19 15:03:35 -04:00
  • 0a0d9a5828 @Marshmellow42 's fixes for bigbuf. iceman1001 2015-05-19 18:46:38 +02:00
  • d7acc6403e hf mfu dump - bigbuf allocation fix marshmellow42 2015-05-19 11:30:50 -04:00
  • d26849d4ae CHG: the device-side code for "hf 14a sim x" BUG: bcc1 xored error fix in "hf mf sim" CHG: function rename Snoop -> Sniff. iceman1001 2015-05-19 08:56:53 +02:00
  • 29250969b0 @iceman1001 s comments/updates mfu cmds marshmellow42 2015-05-18 22:07:11 -04:00
  • e7e9508883 @Marshmellow42 's cleanup isn device-side "hf mfu" code. Looks nice. Dump uses bigbuffer now, and can dump NTAG216 :) iceman1001 2015-05-18 20:58:33 +02:00
  • 9d87eb6650 MF ultralight code cleanup marshmellow42 2015-05-18 13:11:00 -04:00
  • 8258f40969 Iceman1001 s MFU clean up marshmellow42 2015-05-17 20:49:25 -04:00
  • 4f5cb23aa1 CHG: the name change from "HF 14A SNOOP" -> "HF 14A SNIFF" iceman1001 2015-05-16 15:37:27 +02:00
  • 9962091e29 ADD: experimantal test of adding "reveng 1.30" source code into the PM3 Client. iceman1001 2015-05-16 15:36:40 +02:00
  • 4d2e4eea58 CHG: the "HF MFU" authentication changes. CHG: name change from "hf 14a snoop" -> "hf 14a sniff".. iceman1001 2015-05-16 15:34:01 +02:00
  • 9926d131c4 chg: for the "hf mfu" authentication changes. iceman1001 2015-05-16 15:32:43 +02:00
  • 9cdd47c292 chg: @marshmellows changes to "hf 14a reader" add: the experimental "hf 14a sim x" attack impl. chg: sorry, but I never liked that sniffing was called snooping in this command. So I changed it to "sniff". iceman1001 2015-05-16 15:30:17 +02:00
  • 833081e3e7 add: @marshmellow changes, chg: remade the authentication for ULC.. iceman1001 2015-05-16 15:27:53 +02:00
  • cceabb79e6 mfu info / dump attempt at missing auths marshmellow42 2015-05-16 01:00:31 -04:00
  • ae8303c13c mfu dump - beginning of additions marshmellow42 2015-05-15 01:19:58 -04:00
  • 5b99376a8f hf mfu dump testing marshmellow42 2015-05-15 00:57:51 -04:00
  • 93737008ee @iceman1001 s default keys marshmellow42 2015-05-14 22:55:18 -04:00
  • 9ccfb3a8bc @iceman1001 's updated lualibs marshmellow42 2015-05-13 21:36:20 -04:00
  • ab7fdfcbed @iceman1001 updated scripts marshmellow42 2015-05-13 21:20:23 -04:00
  • d730878d8c scripting updates from @iceman1001 marshmellow42 2015-05-13 21:14:35 -04:00
  • 224e8c1a4d ADD: @marshmellows fixes iceman1001 2015-05-13 20:16:18 +02:00
  • 6fdf42c61c minor hf mfu info adjustment from @iceman1001 marshmellow42 2015-05-13 11:22:27 -04:00
  • e6432f0579 @iceman1001 s coverity scan fixes marshmellow42 2015-05-13 11:14:17 -04:00
  • 2b3af97df2 various bug fixes marshmellow42 2015-05-13 11:07:47 -04:00
  • 7a5d49b5b4 @marshmellow42 ideas FIX: removed some unneeded calls to ul_switch_off_field. FIX: once again the OTP is printed nevertheless if its a NDEF CC iceman1001 2015-05-13 15:48:32 +02:00
  • 664bb5ae72 BUGS: more Coverity scan fixes. iceman1001 2015-05-13 14:08:59 +02:00
  • 2696349f16 BUGS: Coverty Scan, fixes some memory bugs iceman1001 2015-05-13 13:23:53 +02:00
  • a198737b44 minor code clean up iceman1001 2015-05-13 09:18:37 +02:00
  • 046fd76608 a minor clean up when printing the key iceman1001 2015-05-13 09:15:53 +02:00
  • 8949bb5dad Added @marshmellow42 "hf search" iceman1001 2015-05-13 09:13:42 +02:00
  • 63146229bd ADD: preparation for @marshmellow42 "hf search" FIX: the "hf list" had not correct spaces between the lines, in my version. Fix now. iceman1001 2015-05-13 09:10:47 +02:00
  • c92cf81495 minor textual changes iceman1001 2015-05-13 09:07:47 +02:00
  • 2c39c25c67 Minor clean ups iceman1001 2015-05-13 09:06:47 +02:00
  • 70ee301e0d another key.. iceman1001 2015-05-13 09:05:21 +02:00
  • a2e2bb8a15 hf mfu info - ICEMANS updates marshmellow42 2015-05-12 18:16:55 -04:00
  • 6ce0e5386a HF Search - refactoring cmds to work with it marshmellow42 2015-05-12 16:45:48 -04:00
  • e9a85114c5 ADD: Print the key for ULEV1/NTAG authentication if sent in cmdhf.c "HF LIST 14A" iceman1001 2015-05-12 20:27:45 +02:00
  • 3fd842ed98 ADD: found a BCARD KeyB on the net. ref: http://irq5.io/2013/04/13/decoding-bcard-conference-badges/ iceman1001 2015-05-12 19:50:47 +02:00
  • b6901e17c8 FIX: increased the limit to 0xE6 for MIFARE_ULEV1_FASTREAD ADD: @marshmellows inital "hf search" command... iceman1001 2015-05-12 18:57:47 +02:00
  • 98cdd56862 ADD: added option to call "hf mfu info" with a authentication key. ADD: added a help text for "hf mfu info" usage_hf_mfu_info ADD: added @marshmellows changes & fixes. iceman1001 2015-05-12 18:55:34 +02:00
  • 8ceb6b03e5 hf search - prelim - re-use hf mfu GetTagType... marshmellow42 2015-05-12 00:19:44 -04:00
  • 2be768af57 hf mfu info bugs marshmellow42 2015-05-11 18:22:50 -04:00
  • 4693c188ab minor hf mfu output consistancies marshmellow42 2015-05-11 16:25:11 -04:00
  • 345fb24aaa hf mfu info - ICEMANS bug fixes. marshmellow42 2015-05-11 15:56:12 -04:00
  • f04ef47311 hf mfu info bug fixes marshmellow42 2015-05-11 14:49:37 -04:00
  • fce738fc90 CHG: minor textual changes, consistency... iceman1001 2015-05-11 20:38:13 +02:00
  • f288cb607f ADD: added a List parameter to tnp3clone.lua script. iceman1001 2015-05-11 19:38:53 +02:00
  • 0ad970fb02 ADD: another default key: VIGIK1 iceman1001 2015-05-11 19:37:44 +02:00
  • ebd7412d7d BUG: Read the wrong page(2) as Capability container, should be 3. BUG: NTAG 215 identification was wrong (!=) should been (==) iceman1001 2015-05-11 15:54:02 +02:00
  • f805ac7a2b minor adjustments to mfu info marshmellow42 2015-05-08 13:01:27 -04:00
  • c585a5cf0b further MFU info updates (mainly icemans) marshmellow42 2015-05-06 22:15:41 -04:00
  • 802319a37e ADD: added the new magic detection, where we send a partial ISO14443A_CMD_WRITEBLOCK (0xA0) command to page 0. if the tag answer 0xA ACK (its magic) or if it answers 0x00 NACK its not. The normal behavior for a tag is to send NACK. iceman1001 2015-05-06 23:50:31 +02:00
  • 334cc089c9 CHG: clearing a char array before using. iceman1001 2015-05-06 22:41:40 +02:00
  • aebe77905b CHG: extracted the UL_C & UL magic tests. ADD: a raw write command also there. CHG: "hf mfu info" got some more love, looks better too. UL_EV1 / NTAG, only try known passwords if AUTHLIM is set to 0. iceman1001 2015-05-06 22:40:46 +02:00
  • 372a82570b MFU adj to allow 0 len returns on raw cmds marshmellow42 2015-05-06 10:17:39 -04:00
  • 45673b9457 MFU adjustment to allow 0 len returns from raw cmds marshmellow42 2015-05-06 10:16:31 -04:00
  • abab60ae21 MFU info adjustments marshmellow42 2015-05-06 09:27:03 -04:00
  • 74c7ff4770 CHG: @marshmellows changes to anntations. iceman1001 2015-05-06 14:20:24 +02:00
  • 2b03dea768 ADD: UL-EV1 signature printing. CHG: @marshmellows changes. iceman1001 2015-05-06 14:19:23 +02:00