fix: remove all quotes before extracting URLs
- result is still the same, but it's safer this way
This commit is contained in:
parent
1c4d53e565
commit
e0eccb3ad8
|
@ -33,7 +33,7 @@ cat "phishtank.csv" | \
|
|||
"./$CSVQUOTE" | \
|
||||
cut -f 2 -d "," | \
|
||||
"./$CSVQUOTE" -u | \
|
||||
sed 's/"$//g' | \
|
||||
sed 's/"//g' | \
|
||||
cut -f 3- -d "/" | \
|
||||
# Domain must have at least a 'dot'
|
||||
grep -F "." | \
|
||||
|
|
Loading…
Reference in New Issue