From 0f8df71e728a17276d17a68c340f1a76879e5612 Mon Sep 17 00:00:00 2001 From: g0tmi1k <535942+g0tmi1k@users.noreply.github.com> Date: Thu, 9 Apr 2020 12:22:20 +0100 Subject: [PATCH] Remove debug command Remove debug command --- searchsploit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 )"