diff --git a/searchsploit b/searchsploit index 292ae7403..0d3d55d0e 100755 --- a/searchsploit +++ b/searchsploit @@ -603,7 +603,7 @@ function findresults() { eval ${SEARCH}; \ awk "/^(${ID}),/ {print}" "${path_in}/${file_in}" \ ) \ - | sed 's/\"//g' \ + | sed 's/\"//g; s_\\_\\\\_g' \ | sort -u )"