You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic and advanced security practices, covering user management, log analysis, encryption, steganography, and network monitoring. It outlines areas for hardening Linux servers and discusses ethical hacking concepts, attacks, and mitigation tools.
A hands-on Apache web server enumeration lab using Kali Linux, focusing on service discovery, misconfiguration analysis, vulnerability correlation, and professional pentest reporting.
This tool performs: 1. Reconnaissance Collects basic information about a target (e.g., domain lookup, WHOIS, etc.). 2. Scanning Identifies open ports and services on a target system (e.g., using socket or Nmap libraries). 3. Vulnerability Assessment Detects known vulnerabilities in the identified services.
ThreatSight is an advanced Python-based network scanning tool that automates security assessments by combining Nmap's powerful scanning engine with automated vulnerability correlation and risk prioritization. Designed for security teams and network administrators, it transforms raw scan data into actionable security insights.
A hands-on vulnerability assessment project using Nmap. Includes network discovery, port scanning, service enumeration, vulnerability detection using Nmap NSE scripts, and documentation of findings. Part of my cybersecurity portfolio to demonstrate practical SOC and security analysis skills.
🔎 A lightweight Python-based Nmap automation tool for scanning single IPs or large IP lists using standard, script, and aggressive modes. Generates structured reports and simplifies recon workflows for cybersecurity students, sysadmins, and pentesters.