Sparta conducts port scanning out of the box using Nmap. In this recipe, we will discuss how we can conduct port scanning by adding tools and customizing the Sparta interface.
Port scanning with Sparta
Getting ready
Sparta comes pre-bundled with Kali Linux 2. To use Sparta to perform scans, you will need to have remote systems that are running network services. In the examples provided, a combination of Linux and Windows systems is used. For more information on setting up systems in a local lab environment, refer to the Installing Metasploitable2 and Installing Windows Server recipes in Chapter 1, Getting Started.
We will also be editing Sparta's configuration file. Refer to the Using text editors (Vim and GNU nano) recipe in Chapter 1, Getting Started.
...