-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
Add a new security utility script url_scan.py that scans URLs for potential threats using multiple checks. This will help detect phishing, malicious links, and unsafe domains directly from the CLI.
Currently, the project does not provide an easy way to check whether a URL is safe or malicious. This feature will enhance the security toolkit by allowing developers and users to quickly scan URLs without needing to rely on external tools.
This can run by :- python url_scan.py scan "https://example.com"
Features:
- Basic HTTP header and response analysis
- Blacklist checks
- Optional VirusTotal integration (Use of APIS)
- no-virustotal flag for offline scanning
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels