Closed gianfelicevincenzo closed 2 years ago
excerpt from run with bash -x:
++ eval awk -F ''\''[,]'\''' ''\''{print' '$1","$2","$3}'\''' '"/home/user/exploitdb/files_exploits.csv"' '|' grep --color=never -F -i '"Debian"'
++ sort -u
++ sed 's/\"//g; s_\\_\\\\_g'
+++ awk -F '[,]' '{print $1","$2","$3}' /home/user/exploitdb/files_exploits.csv
+++ grep --color=never -F -i Debian
++ awk '/^(),/ {print}' /home/user/exploitdb/files_exploits.csv
awk: line 1: regular expression compile failed (missing operand)
^(),
Sorry for the delay. Please could you try again with the latest version? You should be able to get updates now from: https://gitlab.com/exploit-database/exploitdb If you are still having issues, open up a ticket here: https://gitlab.com/exploit-database/exploitdb/-/issues Could you also provide more information about your setup (what is your OS, package versions etc)
Hi. When i try to search for something i get this syntax error in awk: