proxmark3/client
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
..
amiitool make style 2019-10-13 00:48:26 +02:00
cliparser style 2020-01-12 17:28:12 +01:00
cmdscripts add cmdscript example 2019-09-04 23:28:19 +02:00
crypto move hardnested tables to resources/ 2019-08-30 09:02:01 +02:00
dictionaries Update mfc_default_keys.dic 2020-01-14 17:21:49 +13:00
emv style 2020-01-07 22:18:27 +01:00
fido style 2019-12-31 21:38:45 +01:00
hardnested cppcheck 2019-12-30 21:47:18 +01:00
jansson style 2019-12-31 21:40:27 +01:00
liblua rework liblua Makefile and skip clients compilation, use Makefile.host 2019-08-19 21:50:16 +03:00
loclass coverty 226411 2020-01-03 19:16:13 +01:00
lualibs removed problematic code. Attribution to @jamchamb for his amii lua scripts 2019-11-05 10:51:27 +01:00
luascripts Update mfu_magic.lua 2020-01-21 14:56:22 +01:00
mifare textual 2020-01-30 09:20:10 +01:00
resources aidlist 2019-11-05 16:01:05 +02:00
reveng style 2020-01-07 22:14:01 +01:00
tinycbor rework tinycbor Makefile, use Makefile.host 2019-08-19 21:50:16 +03:00
uart summer restructuring: 2019-08-11 21:42:01 +02:00
ui chg: write serial port in window title (plot/slider) 2020-01-29 15:16:50 +01:00
aidsearch.c covery 2020-01-03 17:57:45 +01:00
aidsearch.h cppcheck 2019-12-30 21:42:27 +01:00
cmdanalyse.c make style 2019-10-13 00:48:26 +02:00
cmdanalyse.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdcrc.c fix few mem leaks 2019-10-06 01:18:04 +02:00
cmdcrc.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmddata.c chg: 'data samples' - colors 2020-01-15 13:07:51 +01:00
cmddata.h chg: adapted lfsampling, and swapped from 'silent' logic to the more natural 'verbose' logic 2020-01-07 22:05:01 +01:00
cmdflashmem.c make style 2019-10-13 00:48:26 +02:00
cmdflashmem.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdflashmemspiffs.c chg: 'hf mf static' - now uses file on spiffs for key transfers. speedup on RDV4 2020-01-22 13:11:20 +01:00
cmdflashmemspiffs.h chg: spiffs load - broke out load 2020-01-21 15:25:40 +01:00
cmdhf.c chg: 'hf search' - textoutput logic 2020-01-17 17:37:08 +01:00
cmdhf.h add 'hf plot' - from offical repo (piwi) 2020-01-12 16:45:24 +01:00
cmdhf14a.c Add 'hf mf staticnonce' - a nested find all key solution command for tags that has a static nonce. \n See https://github.com/RfidResearchGroup/proxmark3/issues/133 \n See https://github.com/Proxmark/proxmark3/issues/899 \n This solution is based upon the ideas and solutions of @uzlonewolf and @xtigmh . Thanks! 2020-01-14 16:00:31 +01:00
cmdhf14a.h added save keys to json for mfp check 2019-11-30 23:46:37 +02:00
cmdhf14b.c newline 2019-12-10 18:15:51 +01:00
cmdhf14b.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhf15.c chg: adapted lfsampling, and swapped from 'silent' logic to the more natural 'verbose' logic 2020-01-07 22:05:01 +01:00
cmdhf15.h HF15 cmds return codes and dropfield where needed 2019-11-26 22:11:02 +02:00
cmdhfepa.c chg: return codes etc 2019-12-02 11:53:50 +01:00
cmdhfepa.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhffelica.c Fix FeliCa Light Dump function 2020-01-21 18:07:18 +01:00
cmdhffelica.h Refactor FeliCa structs. 2019-10-29 10:22:47 +01:00
cmdhffido.c changed signature of hf info 2019-11-04 19:54:51 +02:00
cmdhffido.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhficlass.c chg: trying to decode block 7 when decrypted.. 2020-02-04 00:41:57 +01:00
cmdhficlass.h chg: 'hf iclass chk' 2019-08-29 07:47:17 +02:00
cmdhflegic.c textual 2019-12-10 18:26:09 +01:00
cmdhflegic.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhflist.c Support LTO-CM read block and add CM-type into hf lto info command. 2020-01-22 13:55:37 -05:00
cmdhflist.h cppcheck 2019-12-30 21:43:03 +01:00
cmdhflto.c fix filename issue (dump) 2020-02-06 16:49:26 -05:00
cmdhflto.h added hf lto restore and fix filename for dump 2020-02-06 13:38:58 -05:00
cmdhfmf.c textual 2020-01-25 14:29:35 +01:00
cmdhfmf.h fix: 'hf mf chk' - reading block B ... https://github.com/RfidResearchGroup/proxmark3/issues/489 2019-12-28 23:51:17 +01:00
cmdhfmfdes.c shadow 2020-01-05 23:07:33 +01:00
cmdhfmfdes.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhfmfdesfire_disabled.c summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhfmfdesfire_disabled.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhfmfhard.c fix: sanity check 2019-10-20 06:24:46 -04:00
cmdhfmfhard.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhfmfp.c cppcheck 2020-01-01 21:32:41 +01:00
cmdhfmfp.h cppcheck 2020-01-01 21:32:41 +01:00
cmdhfmfu.c style 2020-01-12 17:28:12 +01:00
cmdhfmfu.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhfthinfilm.c chg: hf thin info - honor verbose 2019-11-19 12:14:58 +01:00
cmdhfthinfilm.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhftopaz.c textual 2019-12-10 18:26:22 +01:00
cmdhftopaz.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdhw.c cppcheck 2020-01-03 18:59:41 +01:00
cmdhw.h add: proxmark3 -v/--version - for easiness to detect version in offline mode and installs 2019-08-21 12:52:59 +02:00
cmdlf.c chg: 'lf search' - now always check for HITAG 2020-01-21 15:22:36 +01:00
cmdlf.h chg: adapted lfsampling, and swapped from 'silent' logic to the more natural 'verbose' logic 2020-01-07 22:05:01 +01:00
cmdlfawid.c not verbose 2020-01-09 20:02:01 +01:00
cmdlfawid.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfcotag.c chg: adapted lfsampling, and swapped from 'silent' logic to the more natural 'verbose' logic 2020-01-07 22:05:01 +01:00
cmdlfcotag.h should unify authors messages, remove from individual functions that was done for awhile 2019-10-10 11:37:36 +02:00
cmdlfem4x.c lf read no verbose 2020-01-09 22:58:49 +01:00
cmdlfem4x.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlffdx.c not verbose 2020-01-09 20:02:01 +01:00
cmdlffdx.h cppcheck 2019-12-30 21:43:34 +01:00
cmdlfgallagher.c not verbose 2020-01-09 20:02:01 +01:00
cmdlfgallagher.h should unify authors messages, remove from individual functions that was done for awhile 2019-10-10 11:37:36 +02:00
cmdlfguard.c not verbose 2020-01-09 20:02:01 +01:00
cmdlfguard.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfhid.c textual 2020-02-03 20:53:50 +01:00
cmdlfhid.h reworked clone 2019-09-26 21:44:27 +02:00
cmdlfhitag.c fix: #536 2020-01-22 18:43:20 +01:00
cmdlfhitag.h chg: 'lf hitag list' - improved hitag annotation 2020-01-20 11:37:10 +01:00
cmdlfindala.c fix: 'lf indala read' - adapted the long id detection to be less picky 2020-01-14 17:22:59 +01:00
cmdlfindala.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfio.c not verbose 2020-01-09 20:02:01 +01:00
cmdlfio.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfjablotron.c make style 2019-11-08 12:00:21 +01:00
cmdlfjablotron.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfkeri.c style 2020-01-12 17:28:12 +01:00
cmdlfkeri.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfmotorola.c not verbose 2020-01-09 20:02:01 +01:00
cmdlfmotorola.h q 2019-10-11 23:13:58 +02:00
cmdlfnedap.c not verbose 2020-01-09 20:02:01 +01:00
cmdlfnedap.h rework clone 2019-09-26 21:21:13 +02:00
cmdlfnexwatch.c style 2020-01-15 19:25:29 +01:00
cmdlfnexwatch.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfnoralsy.c not verbose 2020-01-09 20:02:01 +01:00
cmdlfnoralsy.h chg clone 2019-09-26 21:06:18 +02:00
cmdlfpac.c style 2020-01-12 17:30:29 +01:00
cmdlfpac.h add 'lf pac clone' - use raw hex to clone to t55x7 2019-09-26 20:56:18 +02:00
cmdlfparadox.c not verbose 2020-01-09 20:02:01 +01:00
cmdlfparadox.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfpcf7931.c summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfpcf7931.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfpresco.c not verbose 2020-01-09 20:02:01 +01:00
cmdlfpresco.h chg rework tx55 clone 2019-09-26 20:36:13 +02:00
cmdlfpyramid.c not verbose 2020-01-09 20:02:01 +01:00
cmdlfpyramid.h chg reworked t55x7 clone function 2019-09-26 20:32:33 +02:00
cmdlfsecurakey.c not verbose 2020-01-09 20:02:01 +01:00
cmdlfsecurakey.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlft55xx.c chg: adapted lfsampling, and swapped from 'silent' logic to the more natural 'verbose' logic 2020-01-07 22:05:01 +01:00
cmdlft55xx.h fix: bools 2019-10-19 16:42:37 -04:00
cmdlfti.c summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfti.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdlfverichip.c lf read no verbose 2020-01-09 22:58:49 +01:00
cmdlfverichip.h new files 2019-10-01 14:29:37 +02:00
cmdlfviking.c not verbose 2020-01-09 20:02:01 +01:00
cmdlfviking.h chg rework t55x7 clone.. 2019-09-26 20:42:00 +02:00
cmdlfvisa2000.c not verbose 2020-01-09 20:02:01 +01:00
cmdlfvisa2000.h chg rework t55x7 clone.. 2019-09-26 20:42:00 +02:00
cmdmain.c not verbose 2020-01-09 20:02:01 +01:00
cmdmain.h chg: remark available in lua 2019-10-17 22:28:49 +02:00
cmdparser.c add 'hf plot' - from offical repo (piwi) 2020-01-12 16:45:24 +01:00
cmdparser.h add 'hf plot' - from offical repo (piwi) 2020-01-12 16:45:24 +01:00
cmdscript.c coverity 227802 - fix uninitialized 2019-10-09 12:46:01 +02:00
cmdscript.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdsmartcard.c Fixed the url as the service has moved 2020-02-05 16:32:21 +01:00
cmdsmartcard.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdtrace.c textual 2020-01-20 11:54:21 +01:00
cmdtrace.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdusart.c fix more printf api warnings/bugs 2019-10-09 18:03:56 +02:00
cmdusart.h summer restructuring: 2019-08-11 21:42:01 +02:00
cmdwiegand.c fix: unshadow 2019-10-20 06:31:49 -04:00
cmdwiegand.h add: 'wiegand commands' - wiegand manipulation like encoding / decoding of credentials. From offical repo (@grauerfuchs) 2019-09-18 19:20:07 +02:00
comms.c textual 2020-02-12 02:26:44 +01:00
comms.h chg: write serial port in window title (plot/slider) 2020-01-29 15:16:50 +01:00
default_keys_dic2lua.awk remove tabs 2019-07-24 00:52:24 +02:00
elf.h added PACKED attribute for structures and reorganize include folder 2019-07-16 14:50:38 +03:00
fileutils.c fix: logic inversion in loadFileDICTIONARY_safe use of CheckStringIsHEXValue 2020-01-30 21:00:22 +11:00
fileutils.h fix: hf mf chk / hf mf fchk / hf mf autopwn - Now correctly writes 0xFF's instead of zeros for unknown keys in binary key file.\nChg: hf mf nested - check for static/fixed nonce added 2019-12-25 14:01:37 +01:00
flash.c textual 2020-02-12 02:26:05 +01:00
flash.h merge flasher in client 2019-09-09 01:35:15 +02:00
gen_pm3mfsim_script.sh Use /usr/bin/env in shebangs 2020-02-18 00:00:24 +00:00
graph.c fix few mem leaks 2019-10-06 01:18:04 +02:00
graph.h summer restructuring: 2019-08-11 21:42:01 +02:00
guidummy.cpp revert printf 2019-10-16 15:45:52 +02:00
Makefile Remove libsndfile dep and code our own savewav 2020-01-13 13:49:32 +01:00
pm3_binlib.c Reduce some var scopes 2019-06-07 18:41:39 +02:00
pm3_binlib.h make style 2019-03-10 00:00:59 +01:00
pm3_bit_limits.h summer restructuring: 2019-08-11 21:42:01 +02:00
pm3_bitlib.c static 2019-04-11 00:10:21 +02:00
pm3_bitlib.h make style 2019-03-10 00:00:59 +01:00
pm3_cmd_h2lua.awk Rename few USB -> PM3 to avoid misleading interpretations 2019-04-30 21:10:11 +02:00
polarssl_config.h Actually add the FILES also, doh 2015-01-12 22:16:46 +01:00
prng.c summer restructuring: 2019-08-11 21:42:01 +02:00
prng.h summer restructuring: 2019-08-11 21:42:01 +02:00
proxendian.h summer restructuring: 2019-08-11 21:42:01 +02:00
proxgui.cpp summer restructuring: 2019-08-11 21:42:01 +02:00
proxgui.h chg: write serial port in window title (plot/slider) 2020-01-29 15:16:50 +01:00
proxguiqt.cpp chg: write serial port in window title (plot/slider) 2020-01-29 15:16:50 +01:00
proxguiqt.h Add client option -i to stay in interactive mode after a script or command 2019-08-04 15:34:18 +02:00
proxmark3.c strdup name confusing 2020-01-05 22:24:24 +01:00
proxmark3.h chg: swapped banner placement\nchg: console -c prompt got [con]. 2020-01-04 19:59:36 +01:00
README-bitlib Added a lua bit manipulation library, added Lua-api to iso 15693 crc-calculation 2013-11-06 18:34:10 +00:00
scandir.c changing {} style to match majority of previous style 2019-03-10 11:20:22 +01:00
scandir.h style 2019-04-06 00:38:22 +02:00
scripting.c style 2019-12-31 22:19:03 +01:00
scripting.h reorganize lua script dir defs 2019-08-23 22:07:45 +02:00
tea.c summer restructuring: 2019-08-11 21:42:01 +02:00
tea.h summer restructuring: 2019-08-11 21:42:01 +02:00
ui.c color 2020-02-12 02:13:04 +01:00
ui.h Move history and logfile to ~/.proxmark3 2019-08-28 21:53:31 +02:00
util.c strdup name confusing 2020-01-05 22:24:24 +01:00
util.h strdup name confusing 2020-01-05 22:24:24 +01:00
util_darwin.h on prototypes, void means sth 2019-04-09 22:42:23 +02:00
util_darwin.m client: fix mix of spaces & tabs 2019-03-09 23:35:06 +01:00
whereami.c add missing include for whereami.c in android 2019-08-11 21:42:01 +02:00
whereami.h updated 2019-04-08 12:47:34 +02:00
wiegand_formats.c textual layout in printing formats 2020-02-04 17:38:47 +01:00
wiegand_formats.h cppcheck 2019-12-30 16:41:13 +01:00
wiegand_formatutils.c fix few missing declarations -> static or add include file 2019-10-25 00:55:16 +02:00
wiegand_formatutils.h style 2019-09-19 10:47:12 +02:00