Commit graph

3896 commits

Author SHA1 Message Date
iceman1001 3ca3d401c0 FIX: some adjustments to prng detection 2017-07-04 20:11:25 +02:00
iceman1001 cb7ececdce FIX: updates to usb_cdc.c , starting with the MSOS features :) 2017-07-04 20:07:45 +02:00
iceman1001 fa8da9e651 some updated scripts 2017-07-04 20:05:50 +02:00
Iceman 1d02d17828 Update .travis.yml
very itchy config file...
2017-07-04 19:22:15 +02:00
Iceman c8c01337f1 Update .travis.yml
testing pwpiwi's travis changes
2017-07-04 19:17:39 +02:00
iceman1001 4d18909596 ADD: 'hf 14a read' - detection if found Mifare Classic tag has a weak or hardend PRNG. Thanks to @doegox for implementing it in nfc-tools/mfoc Its a beauty :) 2017-06-26 21:45:22 +02:00
iceman1001 89b24a69c0 CHG: adjustments of gitconfigurations. 2017-06-26 21:42:22 +02:00
iceman1001 a7e677061a FIX: 'hf 14a sim' - mifare ul-ev1 simulation didn't follow protocol, (thanks to @Vyacheslav for pointing it out)
ref:  https://github.com/iceman1001/proxmark3/issues/110
FIX: 'hf 14a raw' - zero lenth commands and AppendCrc14443a doesn't work well together.
FIX: 'hf 14a raw' - made clear comments and making params comparing as it should be.
FIX: 'hf 14a raw' - when selecting tag, and it failed,  the PM3 device was left with antenna on. This has now been fixed as it turns off antenna and leds.
2017-06-26 21:36:56 +02:00
Iceman d82de9223a Update default_pwd.dic 2017-06-21 15:24:41 +02:00
Iceman e82496cab6 Update 77-mm-usb-device-blacklist.rules
fix: updated the suggested blacklist values to match the updated pm3 usb_cdc values vid/pid
2017-06-16 19:47:28 +02:00
Iceman 0865ed76df Merge pull request #112 from joanbono/patch-1
Create README.md
2017-06-09 15:29:11 +02:00
Joan Bono b58a6732fb Create README.md 2017-06-09 14:58:11 +02:00
iceman1001 4aad351821 test2. 2017-06-09 14:50:26 +02:00
iceman1001 de048b0436 Merge branch 'master' of https://github.com/iceman1001/proxmark3 2017-06-09 14:49:35 +02:00
iceman1001 97c18ce808 test of marshmellow42 changes 2017-06-09 14:43:20 +02:00
Iceman 13df22ef59 Merge pull request #109 from akileos/master
Lua cont'd
2017-06-05 09:23:34 +02:00
akileos 1c1926a42c Merge pull request #1 from iceman1001/master
Merge latest changes
2017-06-03 11:35:30 +02:00
Iceman 9f3d7bbe29 Update hfsnoop.c
Fix increment on bool variable (#294)  (thanks to @ikarus23)

c87c452120
2017-05-29 09:49:02 +02:00
Iceman d59026518e FIX: fullimage.s19
According to @doegox  the *.s19 file is generated with wrong offset for the data section.
ref:  http://wiki.yobi.be/wiki/Proxmark#Flashing_full_image.2C_take_1
2017-05-29 09:39:25 +02:00
iceman1001 9df1d1429c fix: https://github.com/Proxmark/proxmark3/issues/294
old bug where a bool variable got increased
2017-05-28 16:44:46 +02:00
BOURDY Romain bf413f1b87 Start fixing legic.lua ! Now loads dumps fine 2017-05-17 18:52:30 +02:00
iceman1001 bafb2e1455 ADD: di token list 2017-05-08 10:14:09 +02:00
BOURDY Romain 7b8cbd38a8 Appveyor - Add strawberryperl / readline / libusb 2017-05-01 09:16:22 +02:00
Iceman d6285fc04f Merge pull request #108 from akileos/master
Add more VIGIK Keys
2017-04-29 18:57:07 +02:00
BOURDY Romain d063559fc4 Add more VIGIK Keys 2017-04-29 16:50:57 +02:00
Iceman 5198807c52 Merge pull request #107 from akileos/master
AppVeyor - Make all
2017-04-29 14:34:31 +02:00
BOURDY Romain c91e84203c AppVeyor - Make all 2017-04-29 14:32:06 +02:00
Iceman b00c69b5d2 Merge pull request #106 from akileos/master
Start fixing AppVeyor
2017-04-29 14:30:11 +02:00
BOURDY Romain 2419ac3af9 Start fixing AppVeyor 2017-04-29 13:25:27 +02:00
iceman1001 e093a375ef CHG: added key gen algo. removed inparameter. 2017-04-29 01:08:19 +02:00
Iceman 8c9facb7b5 Update cmdhficlass.c
fix:  'hf iclass dump' now uses rawkey option even for credit key.
2017-04-27 16:30:14 +02:00
Iceman 489e735f86 Update Makefile.common
chg:  disabling 512kb flashing since it has issues with the flasher code.  Might enable it later on.
2017-04-26 21:32:42 +02:00
Iceman 08cc2c36d8 fix: 'hf mf chk'
Dictionary files will load wrong if they exceed 256lines.
2017-04-26 19:52:03 +02:00
Iceman 0781d38e7a Update 2017-04-26 15:46:26 +02:00
Iceman 3d9a84abe2 Update README.md 2017-04-26 15:45:57 +02:00
Iceman 178d75f1af Update README.md 2017-04-26 15:45:22 +02:00
Iceman 4d2e16b9c7 Update README.md 2017-04-26 15:43:54 +02:00
Iceman bc61d6af20 Update README.md 2017-04-26 15:40:13 +02:00
Iceman a9637433d5 Merge pull request #103 from Gator96100/patch-1
Fix crashes when compiled with a different cpu
2017-04-23 17:25:10 +02:00
Gator96100 dccc3e2c66 When compiled with MinGW use march=x86-64 instead of march=native 2017-04-23 15:27:00 +02:00
Gator96100 aff903d99f Fix crashes when compiled with a different cpu 2017-04-22 23:36:43 +02:00
iceman1001 2d0341403e ADD: script to change uid on a UL magic tag which uses backdoor commands 2017-04-20 15:29:45 +02:00
iceman1001 63bc529b22 CHG: remove clang warning (piwi) 2017-04-19 03:42:34 +02:00
iceman1001 8aa789b195 CHG: updated topaz imp to match PM3 Master (piwi) 2017-04-19 03:41:51 +02:00
Iceman b0df293ddc Merge pull request #101 from ikarus23/master
FIX: hf legic crc data parameter 'd' was inconsistently declared.
2017-04-15 01:59:29 +02:00
ikarus 926ea42b76 FIX: hf legic crc data parameter 'd' was inconsistently declared. 2017-04-14 11:24:49 +02:00
Iceman d840622789 Update default_keys.dic 2017-04-05 17:28:46 +02:00
Iceman 450714d641 Update default_keys.dic 2017-04-05 17:27:09 +02:00
Iceman 4d78c76faf Update default_pwd.dic
added a new cloner pwd
2017-04-04 17:22:49 +02:00
Iceman 19042d1894 Merge pull request #97 from n4k/patch-1
Fix missing null byte : my_executable_directory
2017-04-04 16:20:01 +02:00