Created
May 19, 2020 15:50
-
-
Save abdulsec/b0f1bbc1a960f56947f2e2d5f7c7e394 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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