Skip to content

Instantly share code, notes, and snippets.

@Sy3Omda
Created January 18, 2020 13:54
Show Gist options
  • Save Sy3Omda/6270db8b658b764f658322d0ddbd26b0 to your computer and use it in GitHub Desktop.
Save Sy3Omda/6270db8b658b764f658322d0ddbd26b0 to your computer and use it in GitHub Desktop.
get uniq subdomains from index.html
curl -s -L https://$1 | grep -o '[A-Za-z0-9_\.-]*\.'$1 | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment