iceman1001 / proxmark3

[Deprecated] Iceman Fork, the most totally wicked fork around if you are into proxmark3
http://www.icedev.se/pm3.aspx
GNU General Public License v2.0
465 stars 116 forks source link

[idea] Feature suggestion data directory parameter #195

Closed ghost closed 4 years ago

ghost commented 6 years ago

It might be nice to have a config file Proxmark client can check for in the directory or a command line parameter to specify a default data directory for dumps, keyfiles, etc.

proxmark3 --data=~/rfData or a variable in a config.

1) It can help decrease the clutter a bit in the client directory.

2) I am switching between a couple forks, it would be nice to keep all my different key files and dumps together.

I know I can do this manually by moving data around afterwards, using relative paths, or absolute paths. It just might make it a bit nicer, especially for the docker image.

iceman1001 commented 6 years ago

That is an execellent idea.

iceman1001 commented 4 years ago

Hi Woody, If you switch to RRG/Iceman repo, you will find this is implemented. https://github.com/RfidResearchGroup/proxmark3/blob/master/doc/path_notes.md