I added some suggestions. Let's discuss them sometime.

scott4290 2021-08-01 03:40:24 -04:00
parent 96c033b277
commit d0464b5616

@ -10,3 +10,13 @@ You can edit and enter a line below. For discussions about your idea, we urge y
* Emulate a smart card with sim module
* Project Walrus support
* Adding ISO 15693 - dual sub carrier support
* Speed up brute force attacks by comparing differences in response waves rather than strictly decoding (Iceman's idea - I think I recalled this one correctly, but feel free to correct)
* Destructive brute force attacks (attempt to change data, then go back every X attempts and see if it changed)
* May be useful in cases where multiple tags are suspected to have the same password and the data on one can be sacrificed
* Verbosity levels in the client that can be set from the command-line
* Example: -vvvv debug-level feedback
* default -vvv provides new user feedback and significant guidance
* -vv lots of feedback, but without new user suggestions
* -v extra feedback for power users
* brief mode - minimal extra words, maybe delimited feedback
* Extremely user-friendly scripts to handle build environment dependency checks and installs