Skip to content

Instantly share code, notes, and snippets.

@imfht
Created August 12, 2020 08:17
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
for i in `seq 2002 2020`
do
wget https://nvd.nist.gov/feeds/json/cve/1.1/nvdcve-1.1-$i.json.gz && gunzip nvdcve-1.1-$i.json.gz
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment