Created
August 12, 2020 08:17
-
-
Save imfht/b0f5765d0eed3c4f1725db1e39dff202 to your computer and use it in GitHub Desktop.
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
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