File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919#
2020
2121__author__ = 'Wangolo Joel (inquiry@nmapper.com)'
22- __version__ = '1.6.0 '
23- __last_modification__ = 'Sep/15/2024 '
22+ __version__ = '1.9.3 '
23+ __last_modification__ = 'Jun/06/2025 '
2424
2525class NmapNotInstalledError (Exception ):
2626 """Exception raised when nmap is not installed"""
Original file line number Diff line number Diff line change 2828from nmap3 .exceptions import NmapNotInstalledError
2929
3030__author__ = 'Wangolo Joel (inquiry@nmapper.com)'
31- __version__ = '1.6.0 '
32- __last_modification__ = 'Sep/15/2024 '
31+ __version__ = '1.9.3 '
32+ __last_modification__ = 'Jun/06/2025 '
3333
3434def get_nmap_path (path :str = '' ) -> str :
3535 """
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "python3-nmap" ,
8- version = "1.9.1 " ,
8+ version = "1.9.3 " ,
99 author = "nmmapper" ,
1010 author_email = "info@nmmapper.com" ,
1111 description = "Python3-nmap converts Nmap commands into python3 methods making it very easy to use nmap in any of your python pentesting projects" ,
You can’t perform that action at this time.
0 commit comments