How to Install and Uninstall naabu Package on Kali Linux

Last updated: May 19,2024

1. Install "naabu" package

Please follow the step by step instructions below to install naabu on Kali Linux

$ sudo apt update $ sudo apt install naabu

2. Uninstall "naabu" package

This is a short guide on how to uninstall naabu on Kali Linux:

$ sudo apt remove naabu $ sudo apt autoclean && sudo apt autoremove

3. Information about the naabu package on Kali Linux

Package: naabu
Version: 2.0.5-0kali1
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 11720
Depends: libc6 (>= 2.32), libpcap0.8 (>= 1.5.1)
Homepage: https://github.com/projectdiscovery/naabu
Priority: optional
Section: golang
Filename: pool/main/n/naabu/naabu_2.0.5-0kali1_amd64.deb
Size: 3571044
SHA256: f33b38f23b978cb0c4f614c4bc3ddde634b61eb6e23e9bcba028931875b0f117
SHA1: 42a5df83ef957dfd1d6713d0db6e687246639b17
MD5sum: 4c754a79ed886fd20e3a7555eabb6bdc
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
Description-md5:

5. The same packages on other Linux Distributions