#!/bin/bash #AZZATSSINS URL/DOMAIN CRAWL #USAGE : file.sh http://domain.tld wget -qO- $1 | sed '/\n/P;//!s|]*\(https*://[^/"]*\)|\n\1\n|;D'