Skip to content

Instantly share code, notes, and snippets.

View noreplydev's full-sized avatar
💿

Cristian Sánchez noreplydev

💿
View GitHub Profile
@noreplydev
noreplydev / download.js
Created March 31, 2025 21:50
Download cve data from Mitre
/*
Downloader of the cve.org vulnerabilities database with a little loader
https://github.com/CVEProject/cvelistV5/archive/refs/heads/main.zip
author: noreplydev
date: 12/03/2025 <- in the most straightforward version, based on hierarchy
*/
const fs = require('fs');
const path = require('path');