Skip to content

Add URL Scan Security Script #48

@Red-Phoenix-01

Description

@Red-Phoenix-01

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

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions