This repository contains files and scripts related to Nmap (Network Mapper) — a powerful open-source tool used for network discovery and security auditing.
The purpose of this project is to demonstrate different Nmap scanning techniques, automation scripts, and results analysis.
Features
- Basic host discovery (
-sn and -sP scans)
- Port scanning (TCP, UDP)
- Version and OS detection
- Script scanning using NSE (Nmap Scripting Engine)
- Automated scanning via shell/Python scripts
-Learning Goals
This project helps in understanding:
- How Nmap works internally
- Common scanning techniques and flags
- Interpreting scan results
- Network security assessment basics