Securing our data
CyberShield is a multi-functional cybersecurity toolkit designed to scan URLs, analyze PDF files, and perform port scanning to detect vulnerabilities and suspicious activities. Built with Python, it provides essential tools for threat detection in a simple and modular format.
-
🔗 URL Scanner
Detects phishing and malicious links using request headers and basic heuristics. -
📄 PDF Scanner
Analyzes PDF files to detect suspicious elements or malicious content. -
🌐 Port Scanner
Scans IP addresses to detect open ports and potential entry points.
- Python 3
requests,socket,PyPDF2, and other standard libraries- CLI-based interface for fast execution
- Clone the repository:
git clone https://github.com/sasankreddy09/Cybershield cd Cybershield