Jun 2, 2022

Naabu - A Port Scanner

Naabu is 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.

naabu --host 192.168.233.81 -nmap-cli 'nmap -sV'

Installation

$ sudo apt install -y libpcap-dev

$ go install -v github.com/projectdiscovery/naabu/v2/cmd/naabu@latest

 

Links: