diff --git a/src/script.sh b/src/script.sh index c979fc2f..17421c8a 100644 --- a/src/script.sh +++ b/src/script.sh @@ -121,7 +121,7 @@ sort -u > "urlhaus-domains.txt" ## Parse online URLs only cat "URLhaus.csv" | \ -grep '"online"' | \ +grep -F '"online"' | \ cut -f 6 -d '"' | \ cut -f 3- -d "/" | \ sed "s/^www\.//g" | \