dxlnmapclient.constants module¶
-
class
dxlnmapclient.constants.DxlNmapOptions¶ Constants that are used to execute Nmap tool
Option Command Description Aggressive Scan -A Aggressive Scan Operating System -O Operating system in the current host Aggressive Scan + Operating System -O - A Both options -
AGGRESSIVE_SCAN= '-A'¶
-
AGGRESSIVE_SCAN_OP_SYSTEM= '-O -A'¶
-
OPERATING_SYSTEM= '-O'¶
-