Vulnerability Scanning
Netdiscover Determine the devices on a network range. netdeiscover -r 10.0.2.0/24 (Scans a /24 subnet of 10.0.2.0) NMAP NMAP to determine the services on a host. nmap x.x.x.x -sV -O -PN NIKTO Scan for vulnerable server packages. nikto -h x.x.x.x DIRB Use dirb to essentially brute force the directories that are accessible from a website. […]