Improved discovery no output message

This commit is contained in:
Enrique Martin 2024-02-19 11:22:24 +01:00
parent bdb51228ac
commit d8c5ccb3a4

View File

@ -477,7 +477,7 @@ sub exec_recon_app ($$$) {
# No output message. # No output message.
if (!defined($output_json)) { if (!defined($output_json)) {
push(@summary, "The execution returned no output."); push(@summary, "The execution returned no output. Is the server out of memory?");
next; next;
} }