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
464 stars 116 forks source link

Suggestion: new client command rem (remark) - can do PR #241

Closed DidierStevens closed 5 years ago

DidierStevens commented 5 years ago

I like to refer to the proxmark3.log file to find back data. To help me with this, I added a rem (remark) command to the client. This command echoes its arguments, together with a timestamp, like this:

command: rem Library card output: 2018-09-02T08:26:02Z remark: Library card

This gives me more context when I search through the proxmark3.log

If you are interested in this new command, I'll do a PR.

image

iceman1001 commented 5 years ago

cool, I can see that it might help out for ppl who parses the log file.

DidierStevens commented 5 years ago

Cool! Did a PR.