Skip to content

Instantly share code, notes, and snippets.

@pdparchitect
Last active December 11, 2018 19:08
Show Gist options
  • Save pdparchitect/656f848b71c93e41951b10e0756a4bc4 to your computer and use it in GitHub Desktop.
Save pdparchitect/656f848b71c93e41951b10e0756a4bc4 to your computer and use it in GitHub Desktop.
One-liner to Extract CVE Exploits from GitHub
curl https://api.github.com/search/repositories?q=CVE-2018 | jq -r '.items[] | "# " + .description + "\n\n" + .url + "\n"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment