mirror of
https://github.com/cve-search/cpe-guesser.git
synced 2024-11-15 03:18:28 +00:00
5 lines
142 B
Bash
5 lines
142 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
wget https://nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.3.xml.gz
|
||
|
gzip -d official-cpe-dictionary_v2.3.xml.gz
|