Commit graph

  • 3d93d4f940 Add: simple Application enum. Fix: Minor overflows found by Holiman. iceman1001 2014-09-18 14:15:48 +02:00
  • 313ee67ea2 Fixed: "hf mfdes info" iceman1001 2014-09-18 12:38:31 +02:00
  • b44e523300 LF t55xx and LF em4x commands now should manchester decode data. However t55xx can have other settings and different encodings. iceman1001 2014-09-16 13:56:06 +02:00
  • 35147d51e3 Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2014-09-14 17:36:00 +02:00
  • c626c56ef5 hf mf dump bugfix: wrongly tried key A instead of key B for a specific Access Condition pwpiwi 2014-09-12 07:45:04 +02:00
  • 76c7e6c363 Merge branch 'master' of https://github.com/Proxmark/proxmark3 iceman1001 2014-09-11 23:29:14 +02:00
  • f38a152863 First check in. iceman1001 2014-09-11 23:23:46 +02:00
  • 4a79e52c0b Added piwis patch, first version of finding out the card size. Experimental. iceman1001 2014-09-11 22:33:43 +02:00
  • 79db03ef63 hf mf dump error handling, revive hf mf chk d option, provide known keys dictionary file - hf mf dump: abort on unrecoverable errors. Don't create file dumpdata.bin in this case. - hf mf chk: re-enabled and fixed option d (dump keys to dumpkeys.bin). if there are unknown keys, write 0xffffffffffff instead to the file. - provide a default key dictionary file for hf mf chk (default_keys.dic). Contents taken from mf_default_keys.lua pwpiwi 2014-09-11 20:58:34 +02:00
  • baeaf57950 fix/add support for 4K (and other non 1K) card sizes in hf mf commands - hf mf rdsc (fix): didn't account for 16 block sectors, allowed max sector 63 instead of 39 - hf mf ecfill (add): added (optional) card size parameter and support for non 1K cards - hf mf dump (add): added (optional) card size parameter and support for non 1K cards - hf mf dump (fix): Access Condition 011 not handled correctly (tried to access with key A) - hf mf restore (add): added (optional) card size parameter and support for non 1K cards - hf mf nested (fix): didn't account for 16 block sectors, allowed max sector 63 instead of 39 - hf mf nested (fix): always dumped 16 keys to dumpkeys.bin instead of correct number - hf mf chk (fix): always dumped 16 keys to dumpkeys.bin instead of correct number - hf mf eget (fix): displayed three instead of one block - hf mf eload (add): load 4K .eml files (but accepts 1K .eml files for backwards compatibility) - hf mf esave (add): always save the whole emulator memory (4K) instead of 1K only - hf mf ecfill (add): added (optional) card size parameter and support for non 1K cards pwpiwi 2014-09-10 19:04:50 +02:00
  • fdefed663f Some more lua-scripts and library fixes from iceman, including more default keys Martin Holst Swende 2014-08-29 09:11:36 +02:00
  • 5b1311fba2 Various scripts from iceman Martin Holst Swende 2014-08-29 09:09:23 +02:00
  • 6e2f51a06e add *.eml to .gitignore pwpiwi 2014-08-05 18:45:37 +02:00
  • bfb6a143ea bugfix hf mf sim - an additional erronous byte was sent after SAK pwpiwi 2014-08-05 18:40:19 +02:00
  • b03c0f2d86 bugfixes hf mf sim - output of debug messages caused communication failures due to timing issues. hf mf dbg 4 now required to see these debug messages. - changed help text for hf mf dbg - fixed minor bugs in help texts for hf mf sim and hf mf ecset - display "key A" or "key B" instead of "key=0" or "key=1 in hf mf sim pwpiwi 2014-07-30 21:23:02 +02:00
  • 991f13f27d minor bugfixes to hf mf sniff and hf 14a snoop - tracing was not always enabled when starting hf mf sniff or hf 14a snoop - ATQA was displayed in wrong byte order in hf mf sniff - 4 Byte UIDs were displayed as 7 Byte UIDs (padded with 0x000000) in hf mf sniff - same for logfile names. - assignment (=) had been used instead of == in comparisons (shouldn't have been relevant though) pwpiwi 2014-07-15 08:39:56 +02:00
  • 9a573554e0 minor bugfix and enhancement to hf 14a reader - "SAK incorrectly claims ... " message was displayed incorrectly - now decodes FSCI, SFGI, FWI and displays FSC, SFGT, FWT resp. pwpiwi 2014-07-15 08:35:27 +02:00
  • c7324bef28 Bugfix hf 14a raw: number of bits sent was wrong when option -c was used without option -b pwpiwi 2014-07-01 08:28:28 +02:00
  • 1604d0a290 Merge branch 'master' of https://github.com/Proxmark/proxmark3 pwpiwi 2014-07-01 07:09:21 +02:00
  • 9e28ee9f14 Only documentation and minor changes Martin Holst Swende 2014-06-30 11:23:14 +02:00
  • 19d6d91fd5 hf 14a reader enhancement pwpiwi 2014-06-30 08:21:50 +02:00
  • 9b82de75f4 more work towards iclass elite dumping.. not quite finished yet though :( Martin Holst Swende 2014-06-30 00:20:40 +02:00
  • aa41c6058a Merged two iclass-reader functions into one to remove duplicated code, update loclass library with hash2 algo Martin Holst Swende 2014-06-29 23:34:24 +02:00
  • d2d0af8ca6 Merge branch 'PenturaLabs-iclass-research' of github.com:Proxmark/proxmark3 into PenturaLabs-iclass-research Martin Holst Swende 2014-06-29 13:52:05 +02:00
  • dbf732ee41 Minor Martin Holst Swende 2014-06-29 13:48:13 +02:00
  • 74a3880283 Changes inorder for iclass dump to work correctly Midnitesnake 2014-06-29 09:25:31 +01:00
  • 26c0d833ac Some minor changes [iclass-related] Martin Holst Swende 2014-06-28 22:57:48 +02:00
  • 3ad48540d4 Merge branch 'iclass-research' of https://github.com/PenturaLabs/proxmark3 into PenturaLabs-iclass-research Martin Holst Swende 2014-06-28 20:52:37 +02:00
  • 6c0f60ca7b Merge pull request #17 from Proxmark/iclass-fixes Martin Holst Swende 2014-06-28 12:50:09 +02:00
  • 6db28145ea Merge remote-tracking branch 'origin/master' into iclass-fixes Martin Holst Swende 2014-06-28 12:47:40 +02:00
  • 238c503c38 fpga/min_max_tracker.v: english iZsh 2014-06-27 23:28:56 +02:00
  • 0dcf1ee3fd git housekeeping: - added *.log files to .gitignore - new file .gitattributes: tell git not to diff or merge binary *.bit (FPGA) files pwpiwi 2014-06-27 19:23:42 +02:00
  • 3b2fee43ea New LF edge detection algorithm + lowpass filter iZsh 2014-06-22 00:26:38 +02:00
  • 42f57e0294 Merged with master Martin Holst Swende 2014-06-27 13:16:31 +02:00
  • 77abe781af fix for better csns Martin Holst Swende 2014-06-27 12:52:28 +02:00
  • e17437f985 Keep the PM3 code repo clean of website/wiki stuff. ikarus 2014-06-26 10:50:23 +02:00
  • 72b1090acf Bugfixes: - Byteorder was wrong when displaying ATQA in hf 14a read - 7 Byte UIDs were truncated to 4 Bytes when displaying in hf 14a cuids pwpiwi 2014-06-26 07:57:49 +02:00
  • b014c96d68 new command "lf snoop" to snoop raw ADC values iZsh 2014-06-21 21:33:54 +02:00
  • fa57f6e12e fpga/fpga_hf.v, fpga_lf.v, lo_edge_detect.v, lo_passthru.v, lo_read.v: copyright notice iZsh 2014-06-20 12:38:58 +02:00
  • 62638f87db armsrc/fpgaloader.c: forgot the copyright notice iZsh 2014-06-20 12:29:58 +02:00
  • 7cc204bff8 THIS REQUIRES A BOOTROM UPDATE!! To save FPGA area, split the LF and HF bitstreams and load them on-demand. iZsh 2014-06-20 01:02:59 +02:00
  • fecd8202a5 implemented 'hf iclass dump xxxx', all you need is the magic key to dump contents of an iclass card penturalabs 2014-06-17 10:55:37 +01:00
  • 9f6e9d1575 More work on iclass simulation attack Martin Holst Swende 2014-06-16 21:27:12 +02:00
  • d51b2eda8f Added enios dirthreshold command, patch from http://www.proxmark.org/forum/viewtopic.php?pid=11577#p11577 Martin Holst Swende 2014-06-11 08:42:37 +02:00
  • fa541aca96 Minor changes, it may actually work now, need to test with a credentialed reader Martin Holst Swende 2014-06-07 22:16:57 +02:00
  • 94ad01bfba Merged with head Martin Holst Swende 2014-06-07 22:04:27 +02:00
  • 81012e670b debug in progress Martin Holst Swende 2014-06-07 22:00:31 +02:00
  • e3dc1e4cf5 Minor changes in iclass.c Martin Holst Swende 2014-06-07 21:49:56 +02:00
  • 94090295a7 new fpga image for better iso15693 simulation Martin Holst Swende 2014-06-07 21:44:45 +02:00
  • 83fd67ba0b Added mode for 424k modulation (iso 15693) Martin Holst Swende 2014-06-07 21:40:47 +02:00
  • 12401d8dbc Added 424KHz mode for iso 15693 simulation Martin Holst Swende 2014-06-07 21:39:52 +02:00
  • fe53c0311c improved calc_iclass_mac to work independant of size penturalabs 2014-05-02 23:30:03 +01:00
  • a66fca86b9 Updated proxmark research with Holiman's loclass framework Andrew Davies 2014-05-02 11:11:54 +01:00
  • fdcd43eb15 Fixed (?) http://www.proxmark.org/forum/viewtopic.php?id=1967, two bytes are discarded when adding crc and sending raw iso14443a commands Martin Holst Swende 2014-04-26 16:15:16 +02:00
  • f83cc12613 More work on iclass Martin Holst Swende 2014-04-24 15:48:00 +02:00
  • 17cba2693d Implemented client side changes for iclass hack, attempted to fix issues with trace. The trace functionality from iso14443 has been rewritten, unfortunately iclass used that also, which made iclass 'list' stop functioning, both for simulation and snooping Martin Holst Swende 2014-04-24 14:13:33 +02:00
  • ff7bb4ef17 Experimenting with hacking iclass Martin Holst Swende 2014-04-17 09:53:54 +02:00
  • c3963755b7 Implement replay command. penturalabs 2014-04-15 11:47:01 +01:00
  • cba867f202 Final (?) fixes to git versioning https://github.com/Proxmark/proxmark3/issues/10 Martin Holst Swende 2014-04-04 20:14:58 +02:00
  • 7eb0f3d0ff Added lua, luac and proxmark3 (compieled binaries) to .gitignore. ikarus 2014-04-02 21:51:35 +02:00
  • 9c6837165b Updated nameing (svn -> git) & fixed whitespaces. ikarus 2014-04-02 21:46:25 +02:00
  • 23ca86b833 Changed size of version info Martin Holst Swende 2014-04-02 11:55:16 +02:00
  • e3ac0d7095 Fixed so build scripts utilises the git version Martin Holst Swende 2014-04-01 20:52:45 +02:00
  • 07976a256d Refactoring low frequency operations, now 'lf hid fskdemod' is more stable. Also did changes to handling ioprox tags, this is yet untested, so until it's been tested it should be kept off 'stable' branch Martin Holst Swende 2014-03-31 17:57:14 +02:00
  • 69d88ec463 Major refactoring of lfops, removed a lot of duplicate code Martin Holst Swende 2014-03-30 15:59:54 +02:00
  • 046f3dfa7c Merge pull request #9 from doegox/addhelpm Martin Holst Swende 2014-03-28 12:27:38 +01:00
  • 3193a13003 Wiki W8M2Hg9lLmWqXSGC 2014-03-28 10:55:46 +11:00
  • 714b462183 Wiki W8M2Hg9lLmWqXSGC 2014-03-28 09:54:38 +11:00
  • 19e2a10de5 Markdown help: use fixed column width Philippe Teuwen 2014-03-27 16:49:37 +01:00
  • 46782176fc Restore original inline help behavior as we've now separate fcts for -h/-m Philippe Teuwen 2014-03-26 23:51:22 +01:00
  • dec8e8bd9f Provide option -m for markdown help dump, -h for text dump Philippe Teuwen 2014-03-26 23:35:53 +01:00
  • 6f5dd6010e Fix description in help dump Philippe Teuwen 2014-03-26 22:44:25 +01:00
  • b5727175c0 Fix offline column in help dump Philippe Teuwen 2014-03-26 22:29:41 +01:00
  • 57c695563f Fixes to implement generation of markdown auto-generated documentation Martin Holst Swende 2014-03-26 22:35:25 +01:00
  • ae7aa73dd5 Add option -h to dump complete set of supported commands Philippe Teuwen 2014-03-26 22:08:55 +01:00
  • b27c190924 Update README.txt W8M2Hg9lLmWqXSGC 2014-03-26 15:12:32 +11:00
  • f5a1a9ce47 Merge pull request #8 from pwpiwi/master holiman 2014-03-25 21:49:05 +01:00
  • d714d3effc Improvements/Fixes to 14443 sniffing/snooping pwpiwi 2014-03-25 21:38:24 +01:00
  • 1929af0c9e Provide .gitignore to prevent unwanted files to be committed pwpiwi 2014-03-25 21:31:37 +01:00
  • 88c637e6cd Merge pull request #7 from PenturaLabs/master W8M2Hg9lLmWqXSGC 2014-03-25 07:07:48 +11:00
  • 347dea669a Merge pull request #5 from PenturaLabs/master W8M2Hg9lLmWqXSGC 2014-03-21 20:35:14 +11:00
  • cf608ac8f3 Merge pull request #2 from PenturaLabs/master W8M2Hg9lLmWqXSGC 2014-03-19 08:47:28 +11:00
  • 614367288c Merge pull request #1 from midnitesnake/master W8M2Hg9lLmWqXSGC 2014-03-19 08:46:04 +11:00
  • 1801456ede Re-submitting Midnitesnake's Mifare Ultralight Patch PenturaLabs 2014-03-18 14:02:32 +00:00
  • 94faa59465 Update cmdlfio.h PenturaLabs 2014-03-21 07:51:51 +00:00
  • c86220246e Sorry, included missing files from last pull request penturalabs 2014-03-21 07:45:18 +00:00
  • a1f3bb120f Added Kantech ioProx Support penturalabs 2014-03-18 20:52:48 +00:00
  • cb967ea976 Added Unique Code to EM41x midnitesnake 2014-03-18 07:42:54 +00:00
  • 080ff30a9e Added Unique Code to EM41x midnitesnake 2014-03-18 07:41:02 +00:00
  • 5e0b213d7f Added an important notice. W8M2Hg9lLmWqXSGC 2014-03-17 15:41:33 +11:00
  • 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