SCRIPT DESCRIPTIONS

CHOICE OF LANGUAGE

To ensure compatibility with a maximum of operating systems, Python 3 has been chosen.

PREREQUISITES

pip install -r requirements.txt

INTERNET ACCESS

For translation, I use Google Translate, so internet access is required for this part.

AUTOMATIC TRANSLATION

The language to translate into is defined in line 10. Please modify the 'target' part.

Example: translator = GoogleTranslator(source='en', target='fr')

THE SCRIPTS

VulnScanKEV

Displays information about KEVs from the previous day.

VulnScanKEV_With_Trad

Adds French translation (language can be modified as needed).

VulnScanKEV_With_Trad_EPSS

Adds the probability of vulnerability exploitation score.

VulnScanKEV_With_Trad_EPSS_Mail

Removes information display and adds the generation of an .eml file containing the information.

VulnScanKEV_With_Trad_EPSS_Mail_AUTO

Removes file generation and adds automatic email sending.

Last updated