Skip to content

Instantly share code, notes, and snippets.

@imfht
Created August 12, 2020 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imfht/b0f5765d0eed3c4f1725db1e39dff202 to your computer and use it in GitHub Desktop.
Save imfht/b0f5765d0eed3c4f1725db1e39dff202 to your computer and use it in GitHub Desktop.
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