From b8263d22b34a993993c7b0f83ecb158695b2352e Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Fri, 1 Nov 2024 15:09:07 -0700 Subject: [PATCH] nmap: Fix shortcuts (#6248) Co-authored-by: Leo Liu <11664880+silver886@users.noreply.github.com> --- bucket/nmap.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bucket/nmap.json b/bucket/nmap.json index 7649d6a476..a4e14ca5e2 100644 --- a/bucket/nmap.json +++ b/bucket/nmap.json @@ -29,6 +29,14 @@ "ndiff.bat", "nping.exe" ], + "shortcuts": [ + [ + "zenmap/bin/pythonw.exe", + "Zenmap - Nmap GUI", + "-c \"from zenmapGUI.App import run;run()\"", + "nmap.exe" + ] + ], "checkver": { "url": "https://nmap.org/download.html", "regex": "nmap-([\\d.]+)-setup\\.exe"