Remove debug command

Remove debug command
This commit is contained in:
g0tmi1k 2020-04-09 12:22:20 +01:00 committed by GitHub
parent 7335ea6fc3
commit 0f8df71e72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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