Posts

Showing posts from October, 2022

Nmap Scans a Deep Dive

Image
                      Nmap Scans a deep dive                                                     Part - I Hello EveryOne Long Time No See Huh !! As the heading suggests we are going learn about nmap scans. aren't you exicted !!  Well the same goes with me !!   So let's dive in :) Introduction to nmap : Nmap (Network mapper) is an open source tool. Nmap is often used to determine alive hosts in a network, open ports on those hosts, services running on those open ports, and version identification of that service on that port. It can also run vulnerability assessment scripts to determine if a service is vulnerable. It can be used by penetration testers to identify open ports to ga...