Task 5
Task 5
What is the name of the most common tool for finding open ports on a target?
Answer
nmap
Explanation
Nmap (Network Mapper) is a powerful open-source tool used for network discovery and security auditing. It helps identify open ports, services running on those ports, and other useful information about the target system, making it a key tool in network penetration testing.
Last updated