File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 2424import re
2525
2626__author__ = 'Wangolo Joel (inquiry@nmapper.com)'
27- __version__ = '1.5.2 '
28- __last_modification__ = 'May/24/2022 '
27+ __version__ = '1.6.0 '
28+ __last_modification__ = 'Sep/15/2024 '
2929
3030class NmapNotInstalledError (Exception ):
3131 """Exception raised when nmap is not installed"""
Original file line number Diff line number Diff line change 2828import asyncio
2929from xml .etree import ElementTree as ET
3030from xml .etree .ElementTree import ParseError
31-
3231from nmap3 .nmapparser import NmapCommandParser
3332from nmap3 .utils import get_nmap_path , user_is_root
3433from nmap3 .exceptions import NmapNotInstalledError , NmapXMLParserError , NmapExecutionError
35-
3634import xml
3735import re
3836
3937__author__ = 'Wangolo Joel (inquiry@nmapper.com)'
40- __version__ = '1.5.5 '
41- __last_modification__ = 'Oct/11/2022 '
38+ __version__ = '1.6.0 '
39+ __last_modification__ = 'Sep/15/2024 '
4240
4341OS_TYPE = sys .platform
4442
Original file line number Diff line number Diff line change 2727import functools
2828
2929__author__ = 'Wangolo Joel (inquiry@nmapper.com)'
30- __version__ = '1.5.2 '
31- __last_modification__ = 'May/24/2022 '
30+ __version__ = '1.6.0 '
31+ __last_modification__ = 'Sep/15/2024 '
3232
3333def get_nmap_path ():
3434 """
You can’t perform that action at this time.
0 commit comments