Source: naabu
Section: golang
Priority: optional
Maintainer: Kali Developers <devel@kali.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               ca-certificates,
               dh-golang,
               golang-any,
               libpcap0.8-dev,
Standards-Version: 4.6.1
Vcs-Browser: https://gitlab.com/kalilinux/packages/naabu
Vcs-Git: https://gitlab.com/kalilinux/packages/naabu.git
Homepage: https://github.com/projectdiscovery/naabu
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/projectdiscovery/naabu

Package: naabu
# Architecture: any [!armel !armhf]
Architecture: amd64 arm64 i386
Depends: ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: fast port scanner with a focus on reliability and simplicity
 This package contains a port scanning tool written in Go that allows you to
 enumerate valid ports for hosts in a fast and reliable manner. It is a really
 simple tool that does fast SYN/CONNECT scans on the host/list of hosts and
 lists all ports that return a reply.
 Main features are:
   * Fast And Simple SYN/CONNECT probe based scanning.
   * Optimized for ease of use and lightweight on resources
   * Automatic handling of duplicate hosts between multiple subdomains
   * NMAP Integration for service discovery
   * Piped input / output support for integrating in workflows
   * Multiple Output formats supported (JSON, File, Stdout)
   * Multiple input support including HOST/IP/CIDR notation
