diff --git a/searchsploit b/searchsploit index e6823b471..3e40e07b2 100755 --- a/searchsploit +++ b/searchsploit @@ -539,7 +539,7 @@ function findresults() { FORMAT_COL2=$(( ${COL2} - 2 )) - ## Are we doing a fuzzy search & did we manage to detect the version + ## Are we doing a fuzzy search & did we manage to detect the version if [[ "${FUZZY}" -eq 1 ]] && [[ -n "${VERSION}" ]]; then ## SubShells - http://mywiki.wooledge.org/BashFAQ/024 while IFS= read -r TITLE; do @@ -608,7 +608,7 @@ function findresults() { )" - ## If there are no results, no point going on + ## If there are no results, no point going on [[ -z "$OUTPUT" ]] \ && return