When you are looking at nmap output and trying to decide where to start or what to focus on nextstep.py can help
nextstep is a python script designed to take an nmap xml file (-oX outputfile) and help give testers quick visibility of all open ports, which are potentially worth looking into, and to decide what the next step of their test should be
This tool works especially well when assessing a large network and you want quick visibility of services and hosts
Once a port has been selected, get quick oversight of the potential targets, tools, and commands that can get you through a test faster
To use nextstep run the following command:
python nextstep.py nmap-xml-output-file.xml

