Commit graph

8133 commits

Author SHA1 Message Date
iceman1001 2886a99350 add: cryptohelper support 2020-02-27 16:35:17 +01:00
iceman1001 cac25e1c63 Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3 2020-02-27 14:26:35 +01:00
iceman1001 ab7bf0cb2a fix: hf mf autopwn on debian... 2020-02-27 14:26:28 +01:00
Iceman 52452c8dde
Update Linux-Installation-Instructions.md 2020-02-25 15:37:27 +01:00
iceman1001 2f2443c7fa text 2020-02-24 21:31:58 +01:00
iceman1001 b87b0313da chg: tighter detection of static nonce 2020-02-24 20:39:53 +01:00
iceman1001 17dd4bc572 revert #520 2020-02-24 20:39:32 +01:00
iceman1001 743325e90f chg: make it slower 2020-02-24 20:39:12 +01:00
Iceman fc84a285ff
Merge pull request #573 from h4waii/patch-3
fix: #520 - free mutex after work is done
2020-02-24 15:00:17 +01:00
iceman1001 11f50ef7bc chg: textual and remove adjustment for antenna measures 2020-02-24 09:45:56 +01:00
iceman1001 5b903c343f Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3 2020-02-24 09:44:55 +01:00
iceman1001 b05042d896 textual 2020-02-24 09:44:48 +01:00
Iceman 000dbd60e1
Merge pull request #574 from h4waii/patch-4
Update termux_notes.md
2020-02-24 08:22:03 +01:00
h4waii 87cbe12773
Update termux_notes.md 2020-02-24 09:23:22 +11:00
h4waii d9e073410d
fix: #520 - free mutex after work is done
Why not just free after key found or not found?
2020-02-24 00:04:06 +11:00
iceman1001 cfcb049459 chg: hitag2 now obeys 'lf conf' divisor setting 2020-02-23 10:45:23 +01:00
iceman1001 8b10107c40 fix: #520 - calling init before initialize mutexs is bad 2020-02-23 10:28:51 +01:00
Iceman bb9c53ae7b
Merge pull request #572 from mwalker33/Keri-MS
Partial Keri MS
2020-02-23 10:18:42 +01:00
mwalker33 f2ae1ff57a Update cmdlfkeri.c 2020-02-23 11:21:55 +11:00
iceman1001 d0241ed24f does this solve opensuse warning? 2020-02-22 19:59:54 +01:00
iceman1001 1a89e2a629 Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3 2020-02-22 15:09:46 +01:00
Iceman 2a57a1f6a5
Merge pull request #568 from sigwinch28/master
Mention shebang changes and python script porting in CHANGELOG.md
2020-02-22 15:09:43 +01:00
Joe Harrison ea72b5122d Mention shebang changes and python script porting in CHANGELOG.md
Documents changes from issues 560 and 564, and pull requests 561,
563, and 565.
2020-02-22 13:42:44 +00:00
iceman1001 3f0f08ffbb updated fpga lf image for hitag 2020-02-22 13:34:52 +01:00
iceman1001 802e62285b debug print hitag2 for cleaner client outputs 2020-02-22 13:34:15 +01:00
iceman1001 181a659bc0 trying another loop 2020-02-22 13:32:42 +01:00
iceman1001 7378ea531a hide function xor since it interfers with native xor funtions 2020-02-22 13:18:59 +01:00
iceman1001 004b4ae3c9 textual 2020-02-22 13:17:36 +01:00
iceman1001 e56f14fe4d textual 2020-02-22 13:16:36 +01:00
iceman1001 b304adeeca hitag, determine adc levels to get better demodulation 2020-02-22 13:16:04 +01:00
iceman1001 2ec4bc9a0e old->mix 2020-02-22 13:14:43 +01:00
Philippe Teuwen 2804a7dbad hopefully fixes travis for OSX 2020-02-21 22:15:35 +01:00
Philippe Teuwen ae57feeee6 attempt to fix travis build on osx 2020-02-21 17:31:55 +01:00
Philippe Teuwen a38d5f0839 attempt to fix travis build on osx 2020-02-21 17:07:14 +01:00
Philippe Teuwen efc738ab93 add test 2020-02-21 16:52:26 +01:00
Philippe Teuwen 3319556695
Merge pull request #565 from sigwinch28/convert-python2-to-python3
convert python2 mfd2eml and eml2mfd scripts to python3
2020-02-21 16:51:45 +01:00
Philippe Teuwen ba6f58cc05 findbits converted to python3 + tests 2020-02-21 16:45:00 +01:00
Joe Harrison f28404581d convert python2 mfd2eml and eml2mfd scripts to python3 2020-02-21 15:36:48 +00:00
Philippe Teuwen aa6fc60a22 xorcheck script converted in python3 + test 2020-02-21 16:29:52 +01:00
Philippe Teuwen 5527cb2428 pm3_mfdread.py script python3 and warn for bitstring module 2020-02-21 16:17:56 +01:00
Philippe Teuwen af7fb17607 plotedge script: warn for numpy, matplotlib 2020-02-21 16:10:18 +01:00
Philippe Teuwen 2177211b7a btaddon scripts: warn for pyserial 2020-02-21 16:06:40 +01:00
Philippe Teuwen 15b661dbfb plot_edgedetect.py converted to python3 2020-02-21 15:36:12 +01:00
Iceman c0a30405e8
Merge pull request #561 from sigwinch28/use-env-for-shebangs
Use /usr/bin/env in shebangs
2020-02-21 15:24:50 +01:00
Iceman 1242926222
Merge pull request #563 from sigwinch28/fix-analyzesize-exit-code
Remove potentially undefined exit behaviour from analyzesize tool
2020-02-21 14:56:11 +01:00
Joe Harrison 788e8b7ecc Remove potentially undefined exit behaviour from analyzesize tool
Python2.7 doc for `sys` module states that "Most systems require [the
exit code] to be in the range 0-127, and produce undefined results
otherwise".

Currently, modern Linux-based systems will exit with code 255, while
msys2-based systems such as Proxspace will exit with code 127.

Instead, explicitly exit with non-zero exit code of 1.
2020-02-21 13:50:09 +00:00
mwalker33 f32efd10fe Update cmdlfkeri.c 2020-02-21 22:21:56 +11:00
Joe Harrison 5e88faa2cf use env in shebangs in pm3-flash-fullimage and rest of tools 2020-02-19 16:13:17 +00:00
Joe Harrison 7d157606ee Use /usr/bin/env in shebangs
Stop assuming that bash is in /bin, and that perl and python are in
/usr/bin, etc.
Instead, use env command to find these commands in the path.
2020-02-18 00:00:24 +00:00
Iceman bf66d66114
Update Troubleshooting.md 2020-02-17 20:19:40 +01:00