Skip to content

Instantly share code, notes, and snippets.

@ghoeffner
Last active March 12, 2018 21:45
Show Gist options
  • Save ghoeffner/ce4eefc814732712ab1d94c35e8b5b1a to your computer and use it in GitHub Desktop.
Save ghoeffner/ce4eefc814732712ab1d94c35e8b5b1a to your computer and use it in GitHub Desktop.
curl -s --header "APIKEY: $ST_API" 'https://api.securitytrails.com/v1/domain/lyft.com/subdomains' | jq -C
{
"subdomains": [
"account",
"api",
"beta",
"blog",
"(...)",
"vpn2",
"w",
"ww",
"www",
"wwww"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment