|
@@ -823,15 +823,15 @@ void subbrute_protocol_default_payload(
|
|
|
FuriString* candidate = furi_string_alloc();
|
|
FuriString* candidate = furi_string_alloc();
|
|
|
subbrute_protocol_create_candidate_for_default(candidate, file, step, opencode);
|
|
subbrute_protocol_create_candidate_for_default(candidate, file, step, opencode);
|
|
|
|
|
|
|
|
-#ifdef FURI_DEBUG
|
|
|
|
|
- FURI_LOG_D(
|
|
|
|
|
|
|
+ //#ifdef FURI_DEBUG
|
|
|
|
|
+ FURI_LOG_W(
|
|
|
TAG,
|
|
TAG,
|
|
|
"candidate: %s, step: %lld, repeat: %d, te: %s",
|
|
"candidate: %s, step: %lld, repeat: %d, te: %s",
|
|
|
furi_string_get_cstr(candidate),
|
|
furi_string_get_cstr(candidate),
|
|
|
step,
|
|
step,
|
|
|
repeat,
|
|
repeat,
|
|
|
te ? "true" : "false");
|
|
te ? "true" : "false");
|
|
|
-#endif
|
|
|
|
|
|
|
+ //#endif
|
|
|
stream_clean(stream);
|
|
stream_clean(stream);
|
|
|
if(te) {
|
|
if(te) {
|
|
|
stream_write_format(
|
|
stream_write_format(
|
|
@@ -901,9 +901,9 @@ void subbrute_protocol_default_generate_file(
|
|
|
FuriString* candidate = furi_string_alloc();
|
|
FuriString* candidate = furi_string_alloc();
|
|
|
subbrute_protocol_create_candidate_for_default(candidate, file, step, opencode);
|
|
subbrute_protocol_create_candidate_for_default(candidate, file, step, opencode);
|
|
|
|
|
|
|
|
-#ifdef FURI_DEBUG
|
|
|
|
|
|
|
+ //#ifdef FURI_DEBUG
|
|
|
FURI_LOG_D(TAG, "candidate: %s, step: %lld", furi_string_get_cstr(candidate), step);
|
|
FURI_LOG_D(TAG, "candidate: %s, step: %lld", furi_string_get_cstr(candidate), step);
|
|
|
-#endif
|
|
|
|
|
|
|
+ //#endif
|
|
|
stream_clean(stream);
|
|
stream_clean(stream);
|
|
|
|
|
|
|
|
if(te) {
|
|
if(te) {
|