Maybe this very crude command line can help:
ssu lr | grep -v jolla | awk '/\.\.\./ {print $NF}' | while read line
do curl -I $line
done
In the output, look for the “HTTP” lines, every response code other than 200 or 301 is suspicious.
Maybe this very crude command line can help:
ssu lr | grep -v jolla | awk '/\.\.\./ {print $NF}' | while read line
do curl -I $line
done
In the output, look for the “HTTP” lines, every response code other than 200 or 301 is suspicious.