Git Product home page Git Product logo

discord-cve-notifier's Introduction

Discord-CVE-Notifier

A Python script that periodically checks for new vulnerabilities from the JSON data provided by CISA (Cybersecurity and Infrastructure Security Agency). Here's a brief description of what your script does:

-Fetching Vulnerability Data: It retrieves JSON data containing information about known exploited vulnerabilities from the CISA website using an HTTP request.

-Parsing and Processing Vulnerability Data: It parses the JSON data and extracts relevant information about each vulnerability, such as CVE ID, severity level, description, vendor/project, product, etc.

-Scraping NVD for Additional Information: For each vulnerability, it scrapes the National Vulnerability Database (NVD) website to obtain more details, such as the base score, using BeautifulSoup library.

-Posting Vulnerabilities to Discord: It constructs Discord embeds for each vulnerability, including details like CVE ID, severity level, description, etc., and posts them to a specific Discord channel.

-Database Management: It keeps track of the vulnerabilities that have been posted to avoid reposting them by storing their CVE IDs in a SQLite database.

-Scheduled Task Execution: It runs as a Discord bot and periodically checks for new vulnerabilities every day. It uses asyncio to manage asynchronous tasks and runs an infinite loop to execute the vulnerability check at regular intervals.

Overall, the script automates the process of monitoring and sharing information about known exploited vulnerabilities with users on Discord, providing them with timely updates to help them stay informed about potential security risks.

Visits Badge   Date Created   Last Commit   Visits Badge

 

🌐 Connect With Me!

Website Website Website Website

discord-cve-notifier's People

Contributors

l0wk3y-iaan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.