Remove debug command
Remove debug command
This commit is contained in:
parent
7335ea6fc3
commit
0f8df71e72
1 changed files with 1 additions and 2 deletions
|
@ -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 )"
|
||||||
|
|
Loading…
Add table
Reference in a new issue