/ThreatTracker

Python script to track latest cybersecurity threats.

Primary LanguagePythonMIT LicenseMIT

ThreatTracker

ThreatTracker is a Python script that helps you stay up-to-date with the latest trends in cyber attacks, vulnerabilities, and threat actors by monitoring threat intelligence sources and displaying the top 5 articles.

image

Modified by ShadowDev

Buy Me A Coffee

Installation

  1. Clone the repository:

    git clone https://github.com/cyphercut/ThreatTracker.git
  2. Install the required packages:

    pip3 install -r requirements.txt

Usage

To run the script, navigate to the project directory and enter the following command:

python3 main.py

This will display the top 5 articles from the following threat intelligence sources:

  • KrebsOnSecurity
  • The Hacker News
  • Threatpost

The articles will be displayed in the terminal with clickable links that can be opened in a web browser. The titles of the articles will be colored to make them more readable.

Contributing

Contributions to ThreatTracker are welcome! To contribute, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.