This project is an AI-powered security and threat analyzer designed to help users identify potential security risks in their systems. It provides functionalities for phishing checks, malware analysis, and system activity monitoring.
- Phishing Checker: Analyze URLs, emails, or messages to determine if they are phishing attempts.
- Malware Checker: Scan files for potential malware and analyze suspicious activities.
- System Checker: Perform basic security checks on the user's system, including CPU and memory usage analysis.
- Clone the repository:
git clone https://github.com/yourusername/yourproject.git
3. Install the required packages:
```bash
pip install -r requirements.txt
- Set up environment variables by creating a
.env
file in the root directory and adding your API keys:
Variable | Description |
---|---|
GEMINI_API_KEY | Gemini API Key |
G_SAFE_BROWSING_API_KEY | Google Safe Browsing API Key |
VIRUSTOTAL_API_KEY | Virus total API Key |
Start the script using the command
python main.py
Make sure to use Root permissions to run the script.