Commit Graph

  • 9974991e4b CHG: Syntax suger iceman1001 2016-01-19 16:31:38 +01:00
  • 639a571810 FIX: Coverity scan, remove a resource leak, wrong varible type. iceman1001 2016-01-19 16:29:49 +01:00
  • a429510647 REM: Removed #define llx PRIx64, all these defines are located in proxmark3.h iceman1001 2016-01-19 16:29:07 +01:00
  • 9b98cb88b2 ADD: Wrote a little help text to the nonce2key tools. iceman1001 2016-01-19 16:26:37 +01:00
  • 417f4ae127 CHG: Crapto1 v3.3 for the ARMSRC iceman1001 2016-01-19 16:19:59 +01:00
  • a1afa550ea CHG: Crapto1 v3.3 now with comments, and I've tried to unnest some loops. iceman1001 2016-01-19 16:17:29 +01:00
  • bb0fc401cc ADD: another key found iceman1001 2016-01-18 23:28:34 +01:00
  • 93b0bbd2dc FIX: the "make clean" for mfkey/Makefile now deletes the executables. iceman1001 2016-01-17 23:06:48 +01:00
  • 9d1eaa281f FIX: makeing sure the "make clean" now deletes the nonce2key.exe file. iceman1001 2016-01-17 23:00:50 +01:00
  • 02b6f355ca ADD: a markdown file for the readme.txt file. I want to be able to show the build status from TravisCI and Coverity Scans iceman1001 2016-01-16 23:14:14 +01:00
  • b351374ca8 CHG: Reversed @piwi 's changes to parity. I'm getting assembler compiler errors. iceman1001 2016-01-16 23:05:21 +01:00
  • ce161f5633 ADD: added the "llu" macro shortcut as format specifier. iceman1001 2016-01-16 23:04:19 +01:00
  • 952f3dc78f CHG: changed output for the "hf mf nested" to show KEY: A or B instead of 0/1 iceman1001 2016-01-16 23:02:54 +01:00
  • 4750877f2d FIX: Coverity fix with resource leakage iceman1001 2016-01-16 23:02:04 +01:00
  • e1ad67eaf2 FIX: Coverity Scan fixes, a bunch of them. iceman1001 2016-01-16 22:58:44 +01:00
  • 72109f8296 CHG: Updated the crapto1 imp to latest vesion3.3 ( Thanks @blapost !) iceman1001 2016-01-16 17:49:45 +01:00
  • 8977988fb6 FIX: forgot a lua object for the call to ConvertAsciiToHex. Thanks @romaric for finding it. iceman1001 2016-01-15 21:47:32 +01:00
  • 74d3f41bca CHG: lets see if I can get the perl script to work if I request "git fetch --all" before running the make command in Travis-CI iceman1001 2016-01-15 16:32:38 +01:00
  • 7f975d7e17 FIX: one of these days I will start being more observant about argument order iceman1001 2016-01-15 15:22:25 +01:00
  • 28093ebc10 FIX: wrong format specifier syntax iceman1001 2016-01-15 12:53:13 +01:00
  • 621601ecef ADD: some clocking for 'hf mf mifare', 'hf mf nested', 'hf mf chk' iceman1001 2016-01-15 12:45:15 +01:00
  • 3e110ad5ee REM: removed a dublett at end of file. iceman1001 2016-01-15 12:43:56 +01:00
  • 43d3f76921 FIX: this should remove some warnings while compiling on linux and when running Travis-CI in a docker container. some format specifier for uint64_t and getting the git history in the perl script. iceman1001 2016-01-15 12:43:29 +01:00
  • c2d2a5a6b5 CHG: Tried to unfold some loops inside ARM/crypto1 imp. It can't hurt, feels stabil. iceman1001 2016-01-13 22:24:12 +01:00
  • 4b2e63be17 FIX: Some <= fix for pwpivi 's hardnested suggested on the Pm3 forum. iceman1001 2016-01-13 21:51:47 +01:00
  • 738eeccd9d CHG: Tested to unfold some loops inside the crypto1 implementation to see if it generates some speed ups. Feels ok. iceman1001 2016-01-13 21:51:06 +01:00
  • 63c236144b FIX: Coverity, out-of-bounds read, 124 is less than (0x10*8)+2 (130) FIX: Coverity, dead-code, bitcomparison always false. Copy-paste error? but 0x0F can never be equal 0x10.. I guessing its 0x01. @pwpivi have to correct me if its wrong. iceman1001 2016-01-13 14:53:32 +01:00
  • 54d893143c FIX: Coverity, out-of-bounds read ... iceman1001 2016-01-13 14:51:02 +01:00
  • 6b1111d7b8 FIX: Coverity, resource leak, and variable can't be negative, iceman1001 2016-01-13 13:22:25 +01:00
  • 089f91dc9d FIX: GCC 4.8 complains the pointer is set before its used in a call to free(). Doesn't complain on Mingw, only Ubuntu.15.10 iceman1001 2016-01-13 13:15:34 +01:00
  • 40a532d97d FIX: Coverity, strlen(Cmd) can never be lesser than zero.. *douh* iceman1001 2016-01-13 12:58:10 +01:00
  • b891758968 FIX: Coverity, resource leaks 'nd more.. in "lf t55xx bruteforce" nasty piece of code... iceman1001 2016-01-13 12:50:18 +01:00
  • 4b8ee00f0d FIX: forgot to change a modified call from @pwpivi 's last update. iceman1001 2016-01-13 12:49:21 +01:00
  • 0d5ee8e245 ADD: @pwpiwi 's latest changes to 'hf mf hardnested' iceman1001 2016-01-13 09:31:13 +01:00
  • d16b33feb5 REM: Removed lot of obselete code from before. iceman1001 2016-01-13 00:24:37 +01:00
  • 3a532acfe1 ADD: "lf hid bruteforce" for a simple bruteforce attact against a HID reader. *work in progress* iceman1001 2016-01-13 00:16:11 +01:00
  • d04b71c168 FIX: tcgetattr for Linux in Ukbhit(), should return -1 if fail. iceman1001 2016-01-13 00:14:08 +01:00
  • f37fe8cb10 FIX: Coverity, Unchecked return value, CID #121288, lets do the same check that is everywhere is this call is used. iceman1001 2016-01-13 00:08:23 +01:00
  • 3f3fdce685 FIX: Coverity, CID# 121351, #121371, #121372, old code that is not used any more, I should remove this. iceman1001 2016-01-13 00:07:14 +01:00
  • 978920b9fc FIX: textual changes iceman1001 2016-01-13 00:05:55 +01:00
  • 6178e80e4a FIX: Coverity, resource leak, CID #121357, Mat needs to be free iceman1001 2016-01-12 23:56:15 +01:00
  • 33db73516d FIX: Coverity, logical vs bitwise operator, remove the extra '&' for it to become bitwise. iceman1001 2016-01-12 23:42:42 +01:00
  • 95d96ea38a FIX: Coverity, Unintended sign extension, data[7] would have become int, then uint64_t. Should work better now with adding typecasting. iceman1001 2016-01-12 23:40:57 +01:00
  • 3906036e11 FIX: Coverity, Resource leak, CID #121361, filehandle f needs to be free iceman1001 2016-01-12 23:38:47 +01:00
  • e683ecb6a5 FIX: Coverity, Resource leak, CID# 121360, keyBlock needs to be free iceman1001 2016-01-12 23:37:33 +01:00
  • 60daed79db FIX: Coverity, out-of-bounds write, CID#121340, CID#121341, CID#121342, CID#121343, wrong size in check, sprintf always adds a null terminator, so if filepath would have been 996 chars long, this might had happend... but no more. iceman1001 2016-01-12 23:35:06 +01:00
  • f1db8c2207 CHG: Syntax suger iceman1001 2016-01-12 23:29:05 +01:00
  • e72d1fbba2 FIX: Coverity, CID#121314, Explicit null dereferenced, in really odd occasions buf would be NULL, and sending NULL to memcpy dereferences it. Not sure about this fix. iceman1001 2016-01-12 23:27:42 +01:00
  • 395ec4e99c FIX: Coverity, CID# 121337, Out-of-bounds. In the loop, variable i, can be as much as 1051, overflowing the databuf with size 1024. iceman1001 2016-01-12 23:16:20 +01:00
  • 5cba446201 FIX: Coverity, uninitialized scalar variable, filename array could be NULL.. iceman1001 2016-01-12 23:10:38 +01:00
  • 628d1cb085 FIX: Coverity, CID #121346, resouce leak, close filehandle. iceman1001 2016-01-12 23:06:53 +01:00
  • f7c30d806c FIX: Coverity, out-of-bounds, CID#121330, CID#121331, CID#121332, CID#121333, keyNbr has to be smaller then ICLASS_KEYS_MAX (since the Iclass_Key_Table array is initialised with it). iceman1001 2016-01-12 23:05:10 +01:00
  • 3c40616979 FIX: Coverity, Dereference null return, CID #212329, filehandle could be NULL iceman1001 2016-01-12 22:57:23 +01:00
  • 8b15860ed1 FIX, Coverity, Unsigned compared against 0. CID #212326, keyNBr will never be negative. iceman1001 2016-01-12 22:53:13 +01:00
  • ddb748a973 FIX, Coverity, Argument can't be negative, CID #212324, ftell(f) can be negative, not allowed in malloc. iceman1001 2016-01-12 22:49:29 +01:00
  • 4bb17c6633 FIX: Coverity , Argument can't be negative, CID #121323, ftell(f) can be negative, not allowed in malloc. iceman1001 2016-01-12 22:47:48 +01:00
  • 9c4e28a445 FIX, Coverity, Argument can't be negative. CID# 212322, ftell(f) can be negative. Not allowed in malloc... iceman1001 2016-01-12 22:43:28 +01:00
  • 7144c99b07 CHG: syntax suger iceman1001 2016-01-12 22:42:31 +01:00
  • e994394a40 FIX: Coverity, Identical code for different branches, CID #121315, added a message and different return value. iceman1001 2016-01-12 22:37:35 +01:00
  • 4c685ac887 FIX: Coverity, unintended sign extention, CID #121363, (numbits << 16) becomes int, then uint64_t. But the signness might set all upper bits to 1 in the process. iceman1001 2016-01-12 22:33:54 +01:00
  • 28415b5d90 FIX: Coverity, unchecked return value, CID #121292,.. basicallty the flush queue commmand is replaced with clearCommandBuffer();. iceman1001 2016-01-12 22:30:22 +01:00
  • 1d42f25fcd FIX: Coverity, out-of-bounds write, CID# 121336, s_index should take factor in consideration when looping. Not sure about this one. iceman1001 2016-01-12 22:15:49 +01:00
  • 6799b19374 Merge branch 'master' of https://github.com/iceman1001/proxmark3 iceman1001 2016-01-09 17:20:58 +01:00
  • fc893f8e33 FIX: minor fixes to the HID wiegand generation command. Still not complete iceman1001 2016-01-09 17:20:06 +01:00
  • 5cc88edfaf CHG: syntax suger iceman1001 2016-01-09 17:19:09 +01:00
  • dd79e03a1a ADD: a new pwdgen algo Nicknamed C, (Huge props to @Bettse for everything) also added to the "hf mfu info" command. However, that will not work given the system's lockbits.. :( Maybe I'll add a function to test all imp pwdgens given a UID without making a authentication call to tag. iceman1001 2016-01-09 17:17:36 +01:00
  • 88a2610af5 ADD: Travis now builds automatically. iceman1001 2016-01-09 17:13:54 +01:00
  • c46b5bc438 Update README.txt Iceman 2016-01-08 22:40:02 +01:00
  • 302073363e fix: gcc-arm-none-eabi still not working... iceman1001 2016-01-08 22:30:36 +01:00
  • d8784d5e8b ADD: added gcc-arm-none-eabi compiler to travie script iceman1001 2016-01-08 22:27:09 +01:00
  • 6c67617922 CHG: added the make command iceman1001 2016-01-08 22:18:15 +01:00
  • daa93f2a5f ADD: added integration with Travis CI, iceman1001 2016-01-08 22:14:22 +01:00
  • dd0434a6ed FIX: @marshmellow42 's cleanup of includes. iceman1001 2016-01-08 15:29:06 +01:00
  • 7f6ccd3926 FIX: coverty scan defects. - bigbuf.c is comparision correct (iLen versus numofparity) - cmdhfepa.c resourceleak, add a call to free - cipherutils.c resourceleak, added calls to free iceman1001 2016-01-08 15:28:24 +01:00
  • fcb1cdba15 REM: code cleanup. iceman1001 2016-01-08 14:31:27 +01:00
  • c46ea881a4 FIX: coverty scan, resourceleak in "hf mf sniff", added call to 'free' befor return. FIX: coverty scan, overflow in "hf 14a raw", added an extra len check against USB_CMD_DATA_SIZE iceman1001 2016-01-08 14:30:56 +01:00
  • f4fbfb83e2 ADD: @go_tus 's code to generate wiegand codes from FacilityCode/SiteCode and Cardnumber. Almost there, formatlength supported is 26,34,35,37,38,40,44,75,84, when its finised. iceman1001 2016-01-08 14:28:13 +01:00
  • 614da335f6 Syntax suger, making the code easier to read (for me at least) iceman1001 2016-01-08 14:26:35 +01:00
  • ab7bb49475 FIX: coverty scan reveals some resourceleaks and overruns, which is supposed to be fixed now. /armsrc/des.c overflow 7 instead of 6 /client/cmdlfhitag.c overflows traclen /client/util.c sprint_bin_break overflows. /client/cmdhficlass.c need to free memory after malloc. iceman1001 2016-01-08 14:25:10 +01:00
  • b64712d7f9 Update README.txt Iceman 2016-01-08 13:29:59 +01:00
  • 3e8998b73a Update README.txt Iceman 2016-01-08 13:29:01 +01:00
  • 24cb200254 Update README.txt Iceman 2016-01-08 13:24:56 +01:00
  • 2b4d109a8f Update README.txt Iceman 2016-01-08 13:22:05 +01:00
  • 83cc664bbd Update README.txt Iceman 2016-01-06 18:38:12 +01:00
  • e3eefac08c added coverty build scan badge Iceman 2016-01-06 18:34:43 +01:00
  • 69e312afe7 ADD: added a Q5 parameter for "lf t55xx wipe", the default config blocks is: t55x7 : 000880E0 t5555 (Q5) : 6001F004 iceman1001 2016-01-04 10:13:38 +01:00
  • fe8042f29a ADD: added @pwpiwi 's corrections to "hf mf hardnested" iceman1001 2016-01-04 10:11:20 +01:00
  • 09181a5462 code clean up, added some comments to hitag iceman1001 2016-01-03 17:17:44 +01:00
  • a531720ae6 added @pwpiwi 's latest changes to "hf mf hardnested" iceman1001 2016-01-03 17:16:50 +01:00
  • 58962d4c3e added @broken_bad's imp of showing T555/Q5 trace data. (with my modifications ;) ) iceman1001 2016-01-03 17:16:06 +01:00
  • 08e11f0a90 REM: removed an offensive #include on archlinux. Compiles on mingw without. iceman1001 2015-12-23 23:26:03 +01:00
  • 341fd1debc FIX: removed printBits reference. iceman1001 2015-12-23 11:59:34 +01:00
  • c35145bf7a FIX: the usb_poll_validate_length() check should be inversed, thanks @marshmellow42 iceman1001 2015-12-22 16:14:03 +01:00
  • e869d59871 ADD: @marshmellow42 's changes to "hf mfu dump" iceman1001 2015-12-21 19:48:33 +01:00
  • f4d0ffd1b9 CHG: some textual change to README.txt ADD: a prng.c to collect some different PRNG's i've ran into ADD: some changes the tea implementation ADD: a enhanced version - SwapEndian64ex iceman1001 2015-12-21 19:48:00 +01:00
  • a7474bb30a add: added @AdamLaurie 's iclass raw keys changes iceman1001 2015-12-21 19:44:47 +01:00
  • 9332b857ff ADD: @marshmellow42 's fixes for Q5, t55xx, fskclock, iceman1001 2015-12-16 11:01:46 +01:00
  • 2b1f4228c2 ADD: @marshmellow42 's changes to "hf mfu *" , ADD: @marshmellow42 's changes to "hf mf sim", ADD: @pwpiwi 's parity files was missing. iceman1001 2015-12-15 09:34:55 +01:00
  • f8ada309e9 ADD: @pwpiwi 's latest code from his 'hardnested' branch. iceman1001 2015-12-15 08:51:29 +01:00
  • 8c671cfb97 FIX: minor fixes in hf mfu, from @marshmello42 's branch. iceman1001 2015-12-14 22:52:04 +01:00