Commit Graph

  • b87f99f4bb ADD: some more keys found on a pastebin iceman1001 2015-10-19 22:41:53 +02:00
  • a826cb0df1 FIX: tnp3sim, now can insert keys if the dumpfile is blank. Like the ,,,lander dumps... iceman1001 2015-10-19 22:39:08 +02:00
  • f14c9bf915 FIX: "abort trap 6" error when runing the tnp3sim.lua script was because the CMD_MIFARE_EML_MEMSET needs to sent the bytewitdh now with recent changes in code to deal with different sizes in emulatormemory. the third argument should be 16 instead of 0. iceman1001 2015-10-17 14:35:04 +02:00
  • d8a3b6c117 FIX: @tony pointed out that there was a method name lost... its been reinstated :) iceman1001 2015-10-17 14:16:42 +02:00
  • a739812e89 FIX: thanks @tony, for pointing out a "end" statement inside tnp3sim.lua ADD: @marshmello42 fixs for t55x7 iceman1001 2015-10-16 23:16:46 +02:00
  • 2f5436ff0d test iceman1001 2015-10-15 19:30:11 +02:00
  • 952a812c00 FIX: a suggested fix for #136 where the "lf t55x7 read" command when called with a password. The call will now try loading the config block, decode it and see if PWD is set. If PWD Bit is set, the call will be allowed to execute. If PWD Bit is NOT set, the call will print a message and excute the call but without sending the password. If config block is not being able to read or decode, the call with print a warning message and exit the call. iceman1001 2015-10-15 19:17:20 +02:00
  • 6a09bea427 CHG: code clean up. Have some questions regarding the CopyVikingTo method. The configblock looks wrong.. iceman1001 2015-10-15 11:30:37 +02:00
  • e16054a468 CHG: minor updates in the T55x7 methods. added the LED_A_ON / LED_A_OFF to indicate when a T55x7 command is running. CHG: added some more comments to T55x7, next person who looks at this will have it easier. iceman1001 2015-10-15 11:00:07 +02:00
  • ac2df3460a ADD: @marshmellows fixes for t55x7 reading signal. ADD: @marshmellows "diphase" definition for T55x7. MOV: extracted the aquisition from the t55x7 methods and put them inside lfsampling.c FIX: pcf7931 write, there is 16bytes in a block.. not 4 as I thought before. FIX: t55x7 lowered the WRITE_0 to 16. Even bigger gap. iceman1001 2015-10-15 10:23:15 +02:00
  • 368044201a FIX: The T55x7ReadBlock method, should not have the startgap since it indicats that it might be a write command. See if this fixes the bug. iceman1001 2015-10-14 11:39:51 +02:00
  • 274e7dd110 FIX: fixed the "lf pcf7931 write" input validation. *untested* iceman1001 2015-10-14 11:16:43 +02:00
  • ba52aac40e FIX: Removed a arrat from the struct configPcf in "LF PCF7931" iceman1001 2015-10-12 21:49:11 +02:00
  • 2285d9dd94 FIX: I did a clean up of the "LF PCF7931" code. The write command is not quite done. FIX: Added some more "clearCommandBuffer" calls before sending.. iceman1001 2015-10-12 21:30:54 +02:00
  • 5ee53a0e75 ADD: There were lot of calls to enable tracing, but very few to turn it of afterwards in the methods. Don't know if it has some influence but can't hurt calling "set_tracing(FALSE);" when method returns. iceman1001 2015-10-11 19:14:17 +02:00
  • 3bc7b13d23 ADD: @marshmellow42's decrypt crypto-1 method, ADD: @piwi's latest commit to PM3 Master, aiming at the WDR in "hf mf mifare". iceman1001 2015-10-11 09:07:29 +02:00
  • e98572a1e2 I just merged @marshmellow's branch "iclass" and that was a lot of new functionality. *great work* iceman1001 2015-10-07 23:00:46 +02:00
  • f3cfe428f8 ADD: fixed some spelling misstakes in luascript. ADD: fixed some spelling misstakes in "hf mfu eload" help iceman1001 2015-10-05 21:25:00 +02:00
  • 0de8e3874d A lot of changes... .. ntag simulation stuff from @marshmellows branch "ntag/sim" .. hf mf mifare fixes from @pwpivi. .. hw status command .. speedtest function from @pwpivi .. Viking Functionalities, (not a proper DEMOD, but a start) .. GetCountUS better precision from @pwpivi .. bin2hex, hex2bin from @holiman iceman1001 2015-10-04 18:01:33 +02:00
  • 05beaa8dd8 MINOR CHG: help text change for the "lf t55xx config" command. change NZ into NRZ iceman1001 2015-08-12 21:39:29 +02:00
  • a71c68bdf0 Merge pull request #4 from gcohen55/ubuntu_makefile Iceman 2015-08-04 09:34:24 +02:00
  • 8fac5452b8 updated makefile, readme Gil Cohen 2015-08-03 23:07:57 -05:00
  • a82c1ac827 FIX: A old bug regarding: CMD_DOWNLOADED_RAW_ADC_SAMPLES_125K command, where it causes the USB_COMMAND_BUFFER to overfill is corrected. The message: "WARNING: Command buffer about to overwrite command! This needs to be fixed!" was showing when it happens. The solution is not to add the CMD_DOWNLOADED_RAW_ADC_SAMPLES_125K to the storeCommand function. iceman1001 2015-07-31 18:48:58 +02:00
  • f62b5e1204 added @piwi 's usb speed test. iceman1001 2015-07-31 10:37:24 +02:00
  • 0db6ed9a71 Merge some PM3 master commits. Had to re-make the StandAloneMode to work with flags in SimulateIso14443aTag iceman1001 2015-07-29 01:10:06 +02:00
  • b50b72551c Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman1001 2015-07-28 21:35:15 +02:00
  • 5de79e20f1 MOD:: reverse back changes to 14443b.c ADD: the hid-flasher/usb_cmd.h wasn't up to date with how it's other file /common/usb_cmd.h looks like. ADD: utils.lua 14443v crc inside LUA. ADD: utils.lua ConvertAsciiToHex method and minor adjustments checks. iceman1001 2015-07-28 21:33:09 +02:00
  • 75e4ee2f46 Merge pull request #3 from gcohen55/gitigupdate Iceman 2015-07-28 21:30:16 +02:00
  • 925e8aa978 gitignore updated because of new bin Gil Cohen 2015-07-28 14:05:42 -04:00
  • 3b4fa54235 REM: Remove a double pasted section of local variables. iceman1001 2015-07-24 20:34:31 +02:00
  • 14e1862537 REM: removed a comment ADD: added the ISO14443b command to commands.lua iceman1001 2015-07-24 16:45:52 +02:00
  • 6427695bb4 ADD: using @holiman's "ubs_poll_validate_length() function in some device-side functions. -hitag2, -legicrf, HIDdemodFSK, CmDAWIDdemodFSK, CmdEM410xdemod, CmdIOdemodFSK iceman1001 2015-07-22 23:45:41 +02:00
  • 11fe3a8975 REM: Removed a debugstatment iceman1001 2015-07-22 23:36:28 +02:00
  • 7838f4beba MERGED: @holimans changes MERGED: @piwi changes MERGED: @marshmellows changes. iceman1001 2015-07-22 23:00:52 +02:00
  • f445df401e ADD: started with adding a "LS" command that lists the commands without the help text printed. To give easy clean list. iceman1001 2015-07-22 11:19:15 +02:00
  • 5b59bf20c7 FIX: "hf list 7816", the s-blocks is now also printed. FIX: iso14443b.c got some minor adjustments in the demod and codeas14443btag. Seems it works better for me. I still have the problem with powerup of a 14b tag. I need to run the "14b raw -c -p 05 00 08" a couple of times before I get an answer. iceman1001 2015-07-19 23:24:19 +02:00
  • db25599d7f ADD: @holiman's clearCommandBuffer in cmdlft55xx.c ADD: @VERTCraig's AVID commands. iceman1001 2015-07-18 20:43:14 +02:00
  • c5f8c67ab4 ADD: ISO7816-4 annotation in "hf list". Only basic 7816 command apdu supported. USAGE::"hf list 7816" iceman1001 2015-07-17 21:56:00 +02:00
  • d8af608f8e TEST: Moebius two noce mfkey32... iceman1001 2015-07-13 23:06:49 +02:00
  • a62bf3afe1 @frederikmoellers EPA changes, with APDU for ISO14443b support iceman1001 2015-07-13 00:04:16 +02:00
  • b10a759fef @PM3 master merges, Piwi fix for mfnested @Marshmellow42 's fix for FDB iceman1001 2015-07-12 22:58:16 +02:00
  • 6de14cec0e CHG: some minor changes in the ouput from hf 14b raw. ADD: @marshmello42 's textual change in LF. iceman1001 2015-06-29 22:37:55 +02:00
  • 99cf19d9e8 ADD: @pwpivi 's latest fixes for bigbuff ADD: @marshmellow 14b changes. iceman1001 2015-06-29 22:36:55 +02:00
  • c830303d7e FIX: @pwpiwi 's fixes for darkside / nested attack about the NACK/PRNG bugs. iceman1001 2015-06-25 12:41:39 +02:00
  • 5ce7e22af6 ADD: forgot the zlib and some new fpga compress file.s iceman1001 2015-06-25 12:29:41 +02:00
  • 17ad0e0948 ADD: @marshmellow42 's 14b fixes. FIX: 14b sim changes in iso14443b.c , *experimental* I took some timing loops from "14a sim" armsrc/iso14443a.c and merged it into the "14b sim". Now using two pm3's I can have one simulating and the other reading and it works. Ask @pwpiwi if you want to know more of what those timing loops does. Something about waiting for the fpga delay queue... iceman1001 2015-06-25 12:25:44 +02:00
  • 9783989b40 ADD: pwpiwi 's FPGA compress iceman1001 2015-06-25 12:22:34 +02:00
  • f53020e729 Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2015-06-23 23:02:29 +02:00
  • 62f0edfb8e CHG: modified the CHANGELOG.md iceman1001 2015-06-23 22:51:15 +02:00
  • d0f3338e0c ADD: PACE functionality ref: https://github.com/Proxmark/proxmark3/pull/121 FIX: some missing usb_commands for EPA. iceman1001 2015-06-23 22:30:18 +02:00
  • dd3d1b7012 Changelog Martin Holst Swende 2015-06-23 22:24:55 +02:00
  • 1e1de234ac Merge pull request #121 from frederikmoellers/master Martin Holst Swende 2015-06-23 22:23:08 +02:00
  • 623e9da448 Merge branch 'master' of github.com:Proxmark/proxmark3 Martin Holst Swende 2015-06-23 22:19:15 +02:00
  • b8d34d0598 Merge pull request #118 from marshmellow42/master Martin Holst Swende 2015-06-23 22:18:50 +02:00
  • 475aefa595 Updated changelog Martin Holst Swende 2015-06-23 22:12:03 +02:00
  • 24344f28ad FIX: ref 2ec8773314 @marshmellow42 's fixes for pskdemod and mfu. iceman1001 2015-06-23 19:22:40 +02:00
  • 2ec8773314 fix bug in pskdemod return value if no samples... marshmellow42 2015-06-23 12:16:23 -04:00
  • 01b7a6a898 Merge pull request #114 from pwpiwi/iso14443b_fix pwpiwi 2015-06-23 07:14:52 +02:00
  • 705bfa1058 fixing iso14443b (issue #103): - increased DMA_BUFFER_SIZE to avoid occasional circular buffer overflows. - minor code cleanups pwpiwi 2015-06-22 21:45:28 +02:00
  • 3bb07d96c8 Add PACE replay functionality Frederik Möllers 2015-06-22 14:20:13 +02:00
  • ce3d6bd25a FIX: fastread dont do multiplication by zero, thanks @marshmellow42 ADD: "hf 14a sim t 7" now implements a simple incr_counter command. it sends ACK to all requests. ADD: "hf 14a sim t 7" now prints the password when a "0x1B" (Authenticate) command is received. iceman1001 2015-06-22 09:49:12 +02:00
  • 5e42846302 CHG: "hf 14 sim t 7" ie NTAG simulation, now reads the emulator memory for read commands. this means you need to load the emulatormemory before... if you want it answer more correct.. iceman1001 2015-06-21 21:57:52 +02:00
  • 36f84d4748 ADD: @pwpivi latest fixes. ADD: @marshmellows fixes. iceman1001 2015-06-21 21:56:44 +02:00
  • 467340996e fixing iso14443b (issue #103): - fix hf 14b snoop - fix hf 14b sim pwpiwi 2015-06-21 18:00:42 +02:00
  • c9216a92aa FIX: "hf 14a sim" fixes to CRC calc. ADD: added CHECK_TEARING command support in "hf 14a sim" (EV1/NTAG216 command) BUGS: the read range probably will could currupt memory..ref:: http://www.proxmark.org/forum/viewtopic.php?pid=16611#p16611 iceman1001 2015-06-21 11:09:54 +02:00
  • 22e2470051 ADD: @marshmellow42 fudan detection in hf mfu ADD: @marshmellow42 14b reader changes. ADD: @pwpiwi 14b fixes iceman1001 2015-06-21 11:07:05 +02:00
  • 7c8b5e6811 comment fudan check possibilities marshmellow42 2015-06-20 21:33:42 -04:00
  • f4217d58b6 add ultralight compatible test marshmellow42 2015-06-18 17:19:43 -04:00
  • da586b1702 fixing iso14443b (issue #103): - revert removal of FPGA_HF_READER_RX_XCORR_848_KHZ. Need to be able to switch to 424kHz for ISO15693. pwpiwi 2015-06-18 15:30:56 +02:00
  • 569009f3f7 ADD: @pwpiwi 's fix 50365fedcb iceman1001 2015-06-18 13:51:00 +02:00
  • 9f9b6b7469 Merge pull request #120 from pwpiwi/fix_compile_errors pwpiwi 2015-06-18 11:38:58 +02:00
  • 50365fedcb fix issue #116: remove includes of stdio.h in armsrc pwpiwi 2015-06-18 11:33:53 +02:00
  • abb215301c add: @pwpipi 's fixes to 14B iceman1001 2015-06-18 09:52:53 +02:00
  • 02984d683c ADD: @marshmellow42 's help text changes to the reveng iceman1001 2015-06-18 09:52:25 +02:00
  • b69adb7945 Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2015-06-18 09:51:30 +02:00
  • 132a02179c fixing iso 14443b (issue #103): - fix: treat empty commands as error - deleting dead code - rename USB-Commands (ISO14443 -> iso14443B) pwpiwi 2015-06-18 09:49:22 +02:00
  • d5875804a3 fixing iso14443b (issue #103): fix: don't waste time to calculate parity bits. Instead add void parity bits to trace and ignore them on client side pwpiwi 2015-06-18 07:56:08 +02:00
  • 51d4f6f114 fixing iso14443b (issue #103): - fix: IQ demodulator (FPGA) - fix: approximately align reader signal delay to tag response delay (FPGA) - fix: remove deprecated RSSI calculation to improve decoder speed (iso14443b.c) - fix: better approximation of signal amplitude to avoid false carrier detection (iso14443b.c) - fix: remove initial power off in iso14443b raw command (iso14443b.c) - add: enable tracing for iso14443b raw command (iso14443b.c) - fix: client crashed when checking CRC for incomplete responses (iso14433b.c) - speeding up snoop to avoid circular buffer overflow - added some comments for better documentation - rename functions (iso14443 -> iso14443b) - remove unused code in hi_read_rx_xcorr.v pwpiwi 2015-06-12 07:43:00 +02:00
  • 553e868f25 CHG: just made sure it uses a default file name now. iceman1001 2015-06-15 21:02:17 +02:00
  • d71d59dbd1 ADD: @marshmellow42 's 14b changes. iceman1001 2015-06-15 20:59:01 +02:00
  • 839a53ae4c ADD: added support for commands. READ_SIGNATURE 0x3C, READ_COUNTER 0x39 for NTAGs in "hf 14a sim" the ECC signature is taken from a NTAG 215 tag. Might work. Counters always returns 0, :) iceman1001 2015-06-15 14:01:34 +02:00
  • ffaa0ff334 FIX: removed width in cmdcrc.c , to get rid of the compiler warning. iceman1001 2015-06-15 13:59:33 +02:00
  • 6ac4cb270a minor fixes marshmellow42 2015-06-15 00:44:57 -04:00
  • ddcb2bb5ca Merge pull request #6 from marshmellow42/master marshmellow42 2015-06-14 18:12:16 -04:00
  • 96e41bfcec add: a .gitignore to be able to add the folder client/obj/reveng. iceman1001 2015-06-14 23:32:20 +02:00
  • d7f3f65361 add: a .gitignore to be able to add the folder client/platforms. iceman1001 2015-06-14 23:31:52 +02:00
  • 2495281d14 fix; stupid fixes for some compiler warnings messages of unused variables.. iceman1001 2015-06-14 23:31:05 +02:00
  • 0ad1a1d492 FIX: minor variable fixes when compiling on linux. iceman1001 2015-06-14 23:02:52 +02:00
  • 32719adfa1 ADD: added support for some NTAG/EV1 commands to "hf 14a sim" on device side. 0x1B (authenticate) 0x3a (fast read) 0x60 (get_version) iceman1001 2015-06-14 22:40:18 +02:00
  • 26fbe1fbd9 Merge pull request #117 from marshmellow42/master Martin Holst Swende 2015-06-14 19:32:36 +02:00
  • c043981c04 chg: added some more outputs to the reveng-crc script e.lua ... now shows -b -B -l -L also in columns. You'll need to read the reveng -h helptext to understand. iceman1001 2015-06-14 17:19:41 +02:00
  • b4c1f167da FIX: old bug back, and now fixed again. @marshmellow42 iceman1001 2015-06-14 17:18:22 +02:00
  • fd227f4e7d add comment marshmellow42 2015-06-14 11:11:00 -04:00
  • c7d6721290 bug fix. askdemod edits invert pointer, cannot be 0 marshmellow42 2015-06-14 10:54:55 -04:00
  • 1299c798fc ADD: @marshmellow42 's 14b reader changes. FIX: @marshmellow42 's ASKbiphaseDemod fixes. CHG: added a check in ASKbiphaseDemod to make a compiler warning message go away. iceman1001 2015-06-14 14:39:50 +02:00
  • 0f5b97d92c Merge pull request #115 from marshmellow42/master Martin Holst Swende 2015-06-14 09:02:13 +02:00
  • 1417a7f9d0 minor textual changes from @marshmellow42 iceman1001 2015-06-13 12:14:38 +02:00
  • 550a929a69 FIX: Reverting the t55x7 timings. (@marshmellow42 's fix) iceman1001 2015-06-13 12:13:21 +02:00
  • 4a3f1a3793 revert t55xx start gap and write timing changes marshmellow42 2015-06-11 23:52:40 -04:00
  • 99789601dc ADD: @marshmellow42 's new "-g" search for crc in a hexstring *great* ADD: fixes in the reveng calling methods iceman1001 2015-06-10 08:46:16 +02:00