Commit Graph

  • 0c12504a5a Patch submitted by 'FireFart', for some issues with 'hf mf chk'. See http://www.proxmark.org/forum/viewtopic.php?id=1888 for more info martin.holst@gmail.com 2014-02-27 18:10:12 +00:00
  • 552cbc5890 iso14444a: minor FPGA bugfix micki.held@gmx.de 2014-02-25 06:49:49 +00:00
  • d7aa3739a9 More robust iso14443a sniffing/simulation functions by - iso14443a.c: less strict Miller/Manchester decoders - FPGA hi_iso14443a.v: syncing on external readers' clock when simulating and sniffing. micki.held@gmx.de 2014-02-23 15:46:19 +00:00
  • 7bc95e2e43 - fixed iso1443a ManchesterDecoder in order to fix broken Snoop/Sniff - enhanced tracing: hf 14a list now shows meaningful timing information. With new option f it also shows the frame delay times (fdt) - small fix for hf 14b list - it used to run into the trace trailer - hf 14a sim now obeys iso14443 timing (fdt of 1172 or 1234 resp.) Note: you need to flash FPGA as well. More details in http://www.proxmark.org/forum/viewtopic.php?pid=9721#p9721 micki.held@gmx.de 2014-02-19 20:35:04 +00:00
  • 3be2a5ae0b reverted a non-intended commit with crappy debug printouts martin.holst@gmail.com 2014-02-05 18:53:55 +00:00
  • 273b57a7b0 Fixed error with ar/nr-collection martin.holst@gmail.com 2014-02-05 08:07:27 +00:00
  • f87941bd22 Minor typo martin.holst@gmail.com 2014-01-31 21:24:18 +00:00
  • d2f487af9c Various improvements on the Mifare1kSimulation. Fixed issue with tracebuffer not being cleared, fixed issue with 'static' errors, added modes for doing reader-only attack, added interactive mode, added possibility to set UID from cmdline, either 7-byte or 4-byte. See http://www.proxmark.org/forum/viewtopic.php?id=1529 and http://www.proxmark.org/forum/viewtopic.php?id=1649&p=3 for some more background and discussion martin.holst@gmail.com 2014-01-31 21:17:34 +00:00
  • af1caf6e4a Fixed (?) issue with mifare simulation auth failed. See http://www.proxmark.org/forum/viewtopic.php?pid=9192#p9192 martin.holst@gmail.com 2014-01-22 08:49:28 +00:00
  • e691fc45bc - improved reader sensitivity for 14443a cards (FPGA change!) - implemented ISO 14443A anticollision loop See http://www.proxmark.org/forum/viewtopic.php?id=1797 further details micki.held@gmx.de 2013-11-19 18:52:40 +00:00
  • 6cacefa48d Fixed issue with binary files in windows, http://www.lua.org/pil/21.2.2.html martin.holst@gmail.com 2013-11-07 11:33:48 +00:00
  • 4c367827b5 Fixed issue with binary files in windows, http://www.lua.org/pil/21.2.2.html martin.holst@gmail.com 2013-11-07 11:32:13 +00:00
  • 77cd612f15 Added a lua bit manipulation library, added Lua-api to iso 15693 crc-calculation martin.holst@gmail.com 2013-11-06 18:34:10 +00:00
  • da9d456e9f Minor fix, sometimes when data is sent without the pm3 is connected, it causes a spin-loop condition to occur which blocks the processor. fixed martin.holst@gmail.com 2013-11-06 18:32:11 +00:00
  • b11542a7f6 Minor fix in html skeleton martin.holst@gmail.com 2013-10-31 18:24:03 +00:00
  • e26df8425a Some more tinkering with a generic 13.56MHz reader, still not finished martin.holst@gmail.com 2013-10-31 10:35:03 +00:00
  • 5198f2e23c First steps towards creating a generic HF reader/identifier. A coop with Asper. martin.holst@gmail.com 2013-10-30 21:10:47 +00:00
  • 62a95012e9 Changed html template, in order to make it more generic and be usable on other types of data than mifare, now supports different highlighters. Implemented are NDEF and Mifare martin.holst@gmail.com 2013-10-30 18:21:42 +00:00
  • a00411152f use CLOCKS_PER_SEC instead of platform-specific hardcoded value dn337t@gmail.com 2013-10-22 12:14:32 +00:00
  • 412afdb87b Fixed linebreak error martin.holst@gmail.com 2013-10-20 19:05:52 +00:00
  • b3123cf603 Added functionality to dump data into .eml-file martin.holst@gmail.com 2013-10-20 18:51:21 +00:00
  • db132ea0e8 Script to convert emulator file (ASCII dump of data) into HTML martin.holst@gmail.com 2013-10-20 18:48:04 +00:00
  • c44241fdea Fixed minor errors martin.holst@gmail.com 2013-10-20 18:47:15 +00:00
  • 06b82e6a6d cmdhf14b.c: fixing a crash in the crc computation when missing data (e.g. with 'hf 14b raw -c -p') izsh@fail0verflow.com 2013-10-20 11:46:51 +00:00
  • 3f7c993d78 fix compilation issues with gcc 4.6: anonymous unions are not c99 izsh@fail0verflow.com 2013-10-20 11:40:00 +00:00
  • 6742c089b1 Changes to how dumping is performed, now utilises a library. This is in preparation for a more generic dumping of different types of cards. Also added functionality to html-dump .eml-files martin.holst@gmail.com 2013-10-19 20:18:50 +00:00
  • ba33066cef Minor change martin.holst@gmail.com 2013-10-18 11:35:06 +00:00
  • 1686e4d1db Added script to dump ndef-compliant tags. Written in collaboration with @asper martin.holst@gmail.com 2013-10-18 11:14:23 +00:00
  • 3c9ed0e180 Put manufacturer country within brackets martin.holst@gmail.com 2013-10-18 07:36:20 +00:00
  • 65e344df3e Some refactoring, also placed wait14443a here martin.holst@gmail.com 2013-10-17 19:21:04 +00:00
  • 5eab31c336 Manufacturer-info, to be used in upcoming script martin.holst@gmail.com 2013-10-17 19:20:10 +00:00
  • 57d384004d Changes to html-dump generateion, credits to en4rab http://www.proxmark.org/forum/viewtopic.php?pid=8576 martin.holst@gmail.com 2013-10-17 18:28:21 +00:00
  • 0ae173ba23 add linux modem manager de-confliction file fnargwibble@gmail.com 2013-10-11 09:15:05 +00:00
  • 981bd4292e integrated MIFARE ultralight features, contributed by 'midnitesnake' roel@libnfc.org 2013-10-11 08:43:23 +00:00
  • 05f23c593c with the declaration of 'uint8_t destination[8]', 'destination' is already a pointer, don't try to get the address of it by using '&destination', then you will get a pointer to a pointer. roel@libnfc.org 2013-10-11 08:37:08 +00:00
  • 51defdd4a2 Fixed issue where the 'nested'-part of autopwn only used 16 sectors, not bothering with the rest martin.holst@gmail.com 2013-10-09 19:37:55 +00:00
  • b969713989 Fixed error with mifare_autopwn where keys were reversed, see http://www.proxmark.org/forum/viewtopic.php?pid=8494#p8494 martin.holst@gmail.com 2013-10-09 19:08:17 +00:00
  • b1231445c7 removed unused compiler directives, cleaned up some code roel@libnfc.org 2013-10-09 09:59:14 +00:00
  • 0dae56d81e Committed mifare_autopwn.lua. For more infromation, see http://martin.swende.se/blog/Proxmark_Scripting_1.html and http://martin.swende.se/blog/Proxmark_Scripting_2.html martin.holst@gmail.com 2013-10-08 18:50:54 +00:00
  • ed77aabe00 Patch from 'buzzy' to add automatic flushing of output, see http://www.proxmark.org/forum/viewtopic.php?id=1740 for more details. martin.holst@gmail.com 2013-10-08 18:30:01 +00:00
  • 2dcdf1a683 Added nonce2key-API to lua martin.holst@gmail.com 2013-10-07 10:11:15 +00:00
  • 7d2313912c Fixed what may have been one cause of seg-faults in nonce2key... not sure, it still happens at times martin.holst@gmail.com 2013-10-07 10:10:34 +00:00
  • e481bc3299 Removed double print-out martin.holst@gmail.com 2013-10-07 10:02:25 +00:00
  • e654346b79 i'm a retard. no idea why i did it that way! get rid of compile warnings, and print string properly. duh. fnargwibble@gmail.com 2013-10-05 16:55:53 +00:00
  • e12b82d362 show device name during flashing and change advice on hanging fnargwibble@gmail.com 2013-10-05 16:44:48 +00:00
  • 0a85b72549 Reworked how to call 'standard' stuff from within lua scripts, so now it's much simpler both in lines of code and usage. A script can now call core.console('hf mf nested 1 0 a ffffffffffff') in order to execute anything via the old command line parser martin.holst@gmail.com 2013-10-04 19:29:46 +00:00
  • 4f269f63da Added more informations at command hw version. Now we can get some informations of microcontroller. Maybe is useful when someone got a bigger AT91 jonor@live.it 2013-10-04 18:54:10 +00:00
  • 6a2c1d8e14 Minor issue, usability martin.holst@gmail.com 2013-10-04 18:47:38 +00:00
  • 78e7cf984c fixed some more compiler warnings roel@libnfc.org 2013-10-03 14:52:21 +00:00
  • f66021cf48 fixed compiler warnings roel@libnfc.org 2013-10-03 14:36:42 +00:00
  • ce02f6f992 fixed iso14443a-4 similation, got rid of many ugly memory allocation issues roel@libnfc.org 2013-10-03 14:22:43 +00:00
  • 2fca3ad92d Some documentation improvement martin.holst@gmail.com 2013-10-03 13:58:14 +00:00
  • c9e2f7807e Added a utility script to convert a 'dumpdata.bin'-file into the 'eml'-format that the emulator uses. Did not find any built-in way to do this, perhaps such functionality already exists.. ? martin.holst@gmail.com 2013-10-03 13:56:11 +00:00
  • acfdf9528b Fixed error in htmldumper martin.holst@gmail.com 2013-10-03 13:26:17 +00:00
  • 61caacda2b Added a utility which takes a mifare-dumpfile and creates a html-report visualising the data. The html-dump is self-sufficient and standalone .. part 2 martin.holst@gmail.com 2013-10-03 12:34:28 +00:00
  • d78792f515 Added a utility which takes a mifare-dumpfile and creates a html-report visualising the data. The html-dump is self-sufficient and standalone martin.holst@gmail.com 2013-10-03 12:33:58 +00:00
  • 05ed5c496a Made script-based default key check a bit more intelligent, so it works not only on 4k cards. Also added option to save data to a dump-file martin.holst@gmail.com 2013-10-01 19:58:42 +00:00
  • 0318894e52 Correct issue of blew circular buffer in hf 14b snoop with gcc 4.7.4 the issue is solved jonor@live.it 2013-09-30 19:08:29 +00:00
  • b19bd5d689 Add support in 'hf mf mifare' for some unlicensed/compatible mifare card which always answer NACK. Change the 'nttmp' start from nt distance 500 to 100 in mifarecmd.c to compatible some unlicensed/compatible mifare card. douniwan5788@gmail.com 2013-09-29 11:44:07 +00:00
  • 686f0a1794 Moved script libraries into lualibs/folder, and added a patch to include the folder in the LUA_PATH (a.k.a package.path). See http://proxmark.org/forum/viewtopic.php?id=1750 for more details martin.holst@gmail.com 2013-09-28 20:07:28 +00:00
  • 5f6d6c9003 Raw 14a in commandline, patch by jonor, see http://proxmark.org/forum/viewtopic.php?id=1751 for more info martin.holst@gmail.com 2013-09-28 19:28:55 +00:00
  • bf7163bdb3 * Add an option to lf read command to use an arbitrary divisor, enabling reading at frequencies other than 125 and 134 kHz. henryk@ploetzli.ch 2013-09-27 13:48:20 +00:00
  • 7bb9d33e2c fixed warnings on Mac OS 10.8, xcode 5 roel@libnfc.org 2013-09-25 10:40:16 +00:00
  • 450d2e3a96 Minor changes, usage examples and selftests martin.holst@gmail.com 2013-09-21 20:46:32 +00:00
  • 70c8077c99 Changed the name of writeraw into 14araw martin.holst@gmail.com 2013-09-21 20:40:32 +00:00
  • b61f426c2d Fixed the write raw 14a, now finally functional... at least let's hope so martin.holst@gmail.com 2013-09-21 20:37:22 +00:00
  • 427cdbe2cd Fixed error from r769 where I added -ldl switch for linux, but still forgot to remove it for others... martin.holst@gmail.com 2013-09-20 10:11:17 +00:00
  • 24d48e60fc Fix two errors in writeraw (14a)-script that were found by jonor martin.holst@gmail.com 2013-09-20 07:32:37 +00:00
  • 44069c9b72 Reintegrated scripting-branch into trunk. yay martin.holst@gmail.com 2013-09-19 20:01:07 +00:00
  • 76080af766 Final merge of trunk changes to scripting branch martin.holst@gmail.com 2013-09-19 19:55:28 +00:00
  • 42daa759c1 Only superficial changes, to get rid of compiler warnings martin.holst@gmail.com 2013-09-19 19:53:09 +00:00
  • eaea9de900 Removed the -ldl switch from r763, so it only is added for Linux (it apparently caused errors on windows/mingw) martin.holst@gmail.com 2013-09-19 19:33:56 +00:00
  • 30a5d35529 Implemented parameter passing into script, added a minimal getop-parser, added an example script which takes parameters martin.holst@gmail.com 2013-09-19 19:21:12 +00:00
  • b13fa4448f merged trunk changes into branch martin.holst@gmail.com 2013-09-16 19:08:19 +00:00
  • a403a55959 In the middle of some work to get arguments into scripts. Also fixed so you don't have to specify .lua on 'script run foobar' martin.holst@gmail.com 2013-09-16 19:04:29 +00:00
  • 869cabf7dd Patch by jonor for hf list 14b, wait of ack was missing. See http://www.proxmark.org/forum/viewtopic.php?pid=8260#p8260 martin.holst@gmail.com 2013-09-16 18:38:47 +00:00
  • 9492e0b098 Major rework of hf mf nested: - PM: used GetCountMifare in MifareNested() for improved timing accuracy and to deliver better quality nonces - PM: MifareNested now delivers exactly two different nonces to avoid time consuming multiple lfsr_recovery32() on client side - Client: replaced quicksort by bucketsort in crapto1.c which is faster - Client: use multithreading (two parallel calls to lfsr_recovery32()) - Client: fixed a small bug in mfnested() (always showed trgkey=0) - Client: introduced a mutex for PrintAndLog() to avoid interlaced printing Minor rework of hf mf chk: - Avoid time consuming off/on cycles. Send a "halt" instead. micki.held@gmx.de 2013-09-15 09:33:17 +00:00
  • 500c972914 Fixed some kind of of linking error martin.holst@gmail.com 2013-09-01 20:22:22 +00:00
  • cda2a4c0a5 Merged latest trunk changes into scripting-branch martin.holst@gmail.com 2013-09-01 20:00:56 +00:00
  • 4556210061 Removed lua binary which shouldn't be in version control martin.holst@gmail.com 2013-09-01 19:08:40 +00:00
  • babfcaa0f3 Patch by jonor, fixes so uart_receive does not block when data is continuosly received. See http://www.proxmark.org/forum/viewtopic.php?id=1735 martin.holst@gmail.com 2013-09-01 18:46:55 +00:00
  • 7cf3ef203c Patch by jonor for raw ISO 1444B commands. See http://www.proxmark.org/forum/viewtopic.php?id=1729 for more info martin.holst@gmail.com 2013-09-01 18:41:05 +00:00
  • a763eb2126 Added a comment martin.holst@gmail.com 2013-09-01 18:40:08 +00:00
  • 3e69b21148 Minor changes to writeraw.lua, still not working as it should martin.holst@gmail.com 2013-08-27 06:50:00 +00:00
  • 4961e292aa More patches from en4rab to the hexsamples, plus patches to legicsave and legicdecode (also by en4rab). martin.holst@gmail.com 2013-07-12 20:03:31 +00:00
  • 1d59cd8d7a Revoked unintended commit of cmdmain.c to scripting branch in r754. micki.held@gmx.de 2013-07-10 05:10:58 +00:00
  • 1c611bbd26 micki.held@gmx.de 2013-07-08 17:56:05 +00:00
  • a361cddfb9 micki.held@gmx.de 2013-07-08 17:56:05 +00:00
  • 4df3eb3f73 Attempt to use raw writing capabilities via scripting engine. Not functional yet martin.holst@gmail.com 2013-07-04 12:56:00 +00:00
  • e772353f72 Major changes to hf mf mifare martin.holst@gmail.com 2013-06-26 21:13:02 +00:00
  • c6e2bfcda1 Removed some crap-scripts for testing martin.holst@gmail.com 2013-06-26 20:49:04 +00:00
  • 3b33bda694 Finishing touches on new mifare classic hack rework martin.holst@gmail.com 2013-06-26 20:44:44 +00:00
  • ca363c2348 Fixed so correct sizes are used across different architectures in the binlib martin.holst@gmail.com 2013-06-26 12:33:31 +00:00
  • 3a4c72fe59 Added lua-mac building, added cleaning of lua files martin.holst@gmail.com 2013-06-26 11:02:37 +00:00
  • ea833d39ff Improved error handling martin.holst@gmail.com 2013-06-26 09:18:31 +00:00
  • 30a46ed86a Attempt to make the makefile generic, so lua compilation works well also under windows martin.holst@gmail.com 2013-06-25 20:25:18 +00:00
  • 401afb61c7 Major changes to 'hf mf mifare', see discussion here : http://www.proxmark.org/forum/viewtopic.php?pid=7492#p7492 . Support added for tracking multiple NT to attack, plus support for 'MF-tuning' - finding out what time the tag needs to power down (and reset nonce counter) martin.holst@gmail.com 2013-06-15 10:21:39 +00:00
  • 529488e87d typo martin.holst@gmail.com 2013-06-07 19:51:15 +00:00
  • 9f7a854d7b Fixed a minor error with the keys martin.holst@gmail.com 2013-06-07 18:58:06 +00:00
  • a2d82b467a Added library to read card info, made use of it from within mfkeys.lua script martin.holst@gmail.com 2013-06-07 13:23:32 +00:00