Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
more considerations
Browse files Browse the repository at this point in the history
  • Loading branch information
attritionorg authored Dec 4, 2021
1 parent 49b1b65 commit 92a1579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Shell script to generate some basics stats based on CVE nightly dump.

This uses the 'allitems.csv.gz' updated nightly by MITRE that contains a dump of CVE data. Using simple grep / wc, do yearly stats along with a few numbers for the overall dump. If you run this daily and track the data, you can start to see fun patterns and track CVE growth.

The last line is commented out, but where you can mail the results out.
- The last line is commented out, but where you can mail the results out.
- Every year you will have to add new lines for the current year, or modify this to use a slick FOR loop based on `date` output etc.

Reference:
http://cve.mitre.org/data/downloads/allitems.csv.gz

0 comments on commit 92a1579

Please sign in to comment.