You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIXME:
- Create generic NmapObject with following methods as interface:
- get_dict()
- __eq__()
- __lt__()
- __ne__()
- __dict__ ???
- Implement Following objects inheriting from NmapObject:
- NmapHost
- NmapService
- NmapHostList
- NmapServiceList
- ...
- Adapt NmapParser.parse() to be generic and return NmapObject if only a portion of XML is provided
0 commit comments