Last active
December 11, 2018 19:08
-
-
Save pdparchitect/656f848b71c93e41951b10e0756a4bc4 to your computer and use it in GitHub Desktop.
One-liner to Extract CVE Exploits from GitHub
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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