From f5a5e00387615ba79c62c5c4fbc100ac9fbedfb8 Mon Sep 17 00:00:00 2001 From: Brian <18603393+brian6932@users.noreply.github.com> Date: Tue, 23 May 2023 13:22:57 -0400 Subject: [PATCH] nmap: Fix broken bins and shortcuts (#4826) --- bucket/nmap.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/bucket/nmap.json b/bucket/nmap.json index 6d59f0cc3e..32ff624026 100644 --- a/bucket/nmap.json +++ b/bucket/nmap.json @@ -26,16 +26,9 @@ "bin": [ "nmap.exe", "ncat.exe", - "ndiff.exe", - "zenmap.exe", + "ndiff.bat", "nping.exe" ], - "shortcuts": [ - [ - "zenmap.exe", - "Zenmap - Nmap GUI" - ] - ], "checkver": { "url": "https://nmap.org/download.html", "regex": "nmap-([\\d.]+)-setup\\.exe"