From d0464b5616a120576ae964334c7f32a48401ae7a Mon Sep 17 00:00:00 2001 From: scott4290 Date: Sun, 1 Aug 2021 03:40:24 -0400 Subject: [PATCH] I added some suggestions. Let's discuss them sometime. --- Wishlist.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Wishlist.md b/Wishlist.md index 5066a99..e377af4 100644 --- a/Wishlist.md +++ b/Wishlist.md @@ -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