diff --git a/searchsploit b/searchsploit index de2d9d4d8..2b3187aa9 100755 --- a/searchsploit +++ b/searchsploit @@ -651,7 +651,7 @@ fi ## If we are NOT to use the path name ("-t"/"-e") if [[ "${FILEPATH}" -eq 0 ]]; then - SEARCH="${SEARCH} | awk -F '[,]' '${CASE_TAG_FGREP}(\$3) ~ /${AWK_SEARCH}/ {print}'" + SEARCH="${SEARCH} | awk -F '[,]' '${CASE_TAG_FGREP}(\$2) ~ /${AWK_SEARCH}/ {print}'" fi