Skip to content

Instantly share code, notes, and snippets.

@jgamblin
Created March 8, 2017 12:40
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgamblin/8b34ba91825a8c2859720033bfe81da8 to your computer and use it in GitHub Desktop.
Save jgamblin/8b34ba91825a8c2859720033bfe81da8 to your computer and use it in GitHub Desktop.
Download a Certificate Transparency Logs CSV For You Org
#!/bin/bash
search=$1
curl -s "https://cryptoreport.websecurity.symantec.com/chainTester/webservice/ctsearch/download?keyword=${search}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment