June 2018
Intermediate to advanced
294 pages
7h 5m
English
The data transfer object (DTO) service class will hold the results of each service that is found after a TCP scan. A service will have three criteria:
We will call this class when using the Nmap results parser, as follows:
class ServiceDTO: # Class Constructor def __init__(self, port, name, description): self.description = description self.port = port self.name = name
Read now
Unlock full access