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.
Modified by ShadowDev
-
Clone the repository:
git clone https://github.com/cyphercut/ThreatTracker.git
-
Install the required packages:
pip3 install -r requirements.txt
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.
Contributions to ThreatTracker are welcome! To contribute, please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.