Get FQDN from html/text

From TomSchaefer.org Wiki

Jump to: navigation, search
 # Wget <tgt.com>
 # cat index.html |grep href |cut -d "/" -f3 |grep <tgt.com> |cut -d '''' -f1 |sort -u > tgtServers.txt
Personal tools