/CERTAlert

Be informed of the latest security alerts

Primary LanguageJavaScript

Get mail when new security alert is reported

By using the RSS of this website : https://www.cert.ssi.gouv.fr/

Setup

Git clone this project

run :

npm install
node index.js

Don't forget to fill config.js :

config.email = '';
config.password = '';

And mail options from index.js :

const mailOptions = {
                from: '<email sender>',
                to: '<your email>',
                subject: 'New security alert',
                };

You can host this script by using PM2