Introduction
  • Port Scanners Essentials
  • What is Nmap
  • Preparing the Environment
Scanning Techniques of Nmap - Theory
  • UDP Scan (-sU)
  • FIN Scan (-sF)
  • Ping Scan (-sP)
  • TCP SYN Scan (-sS)
  • TCP Connect() Scan (-sT)
  • Version Detection (-sV)
  • Idle Scan (-sI)
Nmap For Ethical Hackers
  • Basic Nmap Scan against IP or host - Hands On
  • Nmap Ping Scan - Hands On
  • Scan specific ports or scan entire port ranges - Hands On
  • Scan multiple IP addresses - Hands On
  • Scan the most popular ports - Hands On
  • Scan hosts and IP addresses reading from a text file - Hands On
  • Save your Nmap scan results to a file - Hands On
  • Disabling DNS name resolution - Hands On
  • Scan + OS and service detection with fast execution - Hands On
  • Detect service/daemon versions - Hands On
  • Scan using TCP or UDP protocols - Hands On
Nmap Scripting Engine (NSE)
  • What is NSE ?
  • CVE detection using Nmap - Theory
  • CVE detection using Nmap - Hands On
  • Launching DOS with Nmap - Hands On
  • Launching brute force attacks - Hands On
  • Detecting malware infections on remote hosts - Hands On