Skip to content

Instantly share code, notes, and snippets.

@abdulsec
Created May 19, 2020 15:50
Show Gist options
  • Save abdulsec/b0f1bbc1a960f56947f2e2d5f7c7e394 to your computer and use it in GitHub Desktop.
Save abdulsec/b0f1bbc1a960f56947f2e2d5f7c7e394 to your computer and use it in GitHub Desktop.
curl -s "https://rapiddns.io/subdomain/$1?full=1#result" | grep "<td><a" | cut -d '"' -f 2 | grep http | cut -d '/' -f3 | sed 's/#results//g' | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment