Send dev mailing list submissions to
dev@nmap.org
To subscribe or unsubscribe via the World Wide Web, visit
https://nmap.org/mailman/listinfo/dev
or, via email, send a message with subject or body 'help' to
dev-requ...@nmap.org
You can reach the person managing the list at
dev-ow...@nmap.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of dev digest..."
Today's Topics:
1. Re: ZenMap GUI no longer in Windows pre-compiled binaries?
(Gisle Vanem)
----------------------------------------------------------------------
Message: 1
Date: Sat, 4 May 2024 05:37:48 +0200
From: Gisle Vanem <gva...@yahoo.no>
To: nmap MailList <dev@nmap.org>
Subject: Re: ZenMap GUI no longer in Windows pre-compiled binaries?
Message-ID: <ed607870-dd4c-0d83-6a34-b24ec1755...@yahoo.no>
Content-Type: text/plain; charset=utf-8; format=flowed
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
------------------------------
Subject: Digest Footer
_______________________________________________
dev mailing list
dev@nmap.org
https://nmap.org/mailman/listinfo/dev
------------------------------
End of dev Digest, Vol 224, Issue 2
***********************************
_______________________________________________ Sent through the dev mailing list https://nmap.org/mailman/listinfo/dev Archived at https://seclists.org/nmap-dev/