11 src = fetchFromGitHub {
12 owner = "projectdiscovery";
14 rev = "refs/tags/v${version}";
15 hash = "sha256-BICNSizc5DD538ZUoRUC1jSDCEkyrh7iYOM4a6cBqkQ=";
18 vendorHash = "sha256-GhnEjlV6b61VH/eswBQ9Lelc0IgGawjDRZHzGt7653Q=";
36 description = "Fast SYN/CONNECT port scanner";
37 mainProgram = "naabu";
39 Naabu is a port scanning tool written in Go that allows you to enumerate
40 valid ports for hosts in a fast and reliable manner. It is a really simple
41 tool that does fast SYN/CONNECT scans on the host/list of hosts and lists
42 all ports that return a reply.
44 homepage = "https://github.com/projectdiscovery/naabu";
45 changelog = "https://github.com/projectdiscovery/naabu/releases/tag/v${version}";
46 license = licenses.asl20;
47 maintainers = with maintainers; [ fab ];