From ec953c87a3c6a1a99d8b84b53d964299972ac9e7 Mon Sep 17 00:00:00 2001 From: g0tmi1k Date: Tue, 27 Jun 2017 11:41:43 +0100 Subject: [PATCH] Missed one with ed901b5499efd626b0413964c1bae20e53e41bfa --- searchsploit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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