:py:mod:`expliot.plugins.nmap.cmd` ================================== .. py:module:: expliot.plugins.nmap.cmd .. autoapi-nested-parse:: Test for running an nmap scan Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: expliot.plugins.nmap.cmd.Cmd .. py:class:: Cmd Bases: :py:obj:`expliot.core.tests.test.Test` Plugin for running nmap by passing original arguments. Output Format: The format is variable depending on the nmap arguments. The nmap XML output is converted to a dict. More details on nmap XML output can be found here: 1. XML Output - https://nmap.org/book/output-formats-xml-output.html 2. DTD - https://svn.nmap.org/nmap/docs/nmap.dtd .. py:method:: execute() Execute the test.