Ben wrote:
After a longer time of absence I downloaded the newest pre-compiled Windows
nmap package nmap-7.95-setup.exe from
https://nmap.org/download
Much to my surprise I cannot find Zenmap GUI *.exe after extraction.
Where is it?
Zenmap is a Python 3 program; no .exe-file.
Should be run as 'py -3 <install_path>\zenmap' or
via some zenmap.bat file.
Here is mine:
@echo off
setlocal
set ZENMAP_PATH=f:\MinGW32\src\inet\network-scanners\nmap\zenmap
set ZENMAP_DEVELOPMENT=1
set GI_PATH=f:\gv\Python310\lib\site-packages\gi
set PYTHONPATH=%ZENMAP_PATH%;%GI_PATH%;%PYTHONPATH%
py -3 %ZENMAP_PATH%\zenmap %*
YMMV
--
--gv
_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at https://seclists.org/nmap-dev/