Skip to content

UDVarun/Brainwave_Matrix_Intern

Repository files navigation

# PhishScanner ## Setup (Windows PowerShell) python -m venv venv .\venv\Scripts\Activate.ps1 pip install -r requirements.txt ## Quick run (single URL) python phish_scanner.py https://example.com --show ## Batch run (CSV input) python phish_scanner.py --input sample_urls.csv --output results.csv --threads 6 --show ## Run tests pip install -r requirements.txt pytest -q ## Notes - whois lookups are optional; if python-whois fails on your platform the scanner still runs. - For large-scale scanning integrate async HTTP or a queue with rate limits. - To improve accuracy, integrate Google Safe Browsing or VirusTotal APIs (need API keys). # Brainwave_Matrix_Intern

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages