Skip to content

Instantly share code, notes, and snippets.

@compufox
Created January 12, 2021 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save compufox/64028fa58982decfda62143db8dca834 to your computer and use it in GitHub Desktop.
Save compufox/64028fa58982decfda62143db8dca834 to your computer and use it in GitHub Desktop.
cofespace domain list scape -- shell version
curl https://cofespace.com | sed 's/></>\n</g' | grep instance-link | awk '{print $2}' | sed -e 's/"//g' -e 's\/\\\\g' -e 's/href\=https://g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment