SCRIPT EXECUTION
INTEGRATE YOUR PRODUCTS INTO THE SCRIPT
The script comes with a pre-integrated list of vendors based on what is most commonly encountered, allowing you to test and understand its operation.
# Liste des vendors en minuscules
# Au besoin, chercher votre vendeur depuis : https://www.cvedetails.com/vendor-search.php
vendors=(
fortinet
checkpoint
paloaltonetworks
cisco
stormshield
f5
php
apache
microsoft
)
SEARCH VIA CVSS SCORE / DATE
For this part, I recommend following the CVEMAP documentation and adapting the command from line 61 to your needs.
SCRIPT COPYING
Place the script in the CVEMAP directory.
MAKE THE SCRIPT EXECUTABLE
On the server, enter the following command:
chmod +x newsletter_cve.sh
EXECUTE THE SCRIPT (MANUAL)
Navigate to the CVEMAP directory.
Enter the following command:
./newsletter_cve.sh
Last updated