diff --git a/searchsploit b/searchsploit index 00d7c519b..4de856bf8 100755 --- a/searchsploit +++ b/searchsploit @@ -1,4 +1,4 @@ -#!/bin/bash +ech#!/bin/bash # Name: SearchSploit - Exploit-DB's CLI search tool # Version: 4.0.7 (2020-04-09) # Written by: Offensive Security, Unix-Ninja, and g0tmi1k @@ -538,7 +538,6 @@ function findresults() | sort )" ## Default view else - echo $SEARCH OUTPUT="$( eval ${SEARCH} \ | awk -F ',' '{ printf "%-'${FORMAT_COL1}'s | %.'${FORMAT_COL2}'s\n", $3, $2 }' \ | sort )"