projectdiscovery / naabu

A fast port scanner written in go with a focus on reliability and simplicity. Designed to be used in combination with other tools for attack surface discovery in bug bounties and pentests
https://projectdiscovery.io
MIT License
4.69k stars 548 forks source link

Service Discovery & Service Version flags doesn't seem to work #813

Closed Jayian1890 closed 12 months ago

Jayian1890 commented 1 year ago

Naabu version: 2.1.8

Current Behavior:

Output open ports without service version and or service discovery information

Expected Behavior:

Output open ports with service version and or service discovery information

Steps To Reproduce:

sudo naabu -sD -sV -sn -host 192.168.1.0/24

Anything else:

Mzack9999 commented 1 year ago

It's under development at https://github.com/projectdiscovery/naabu/pull/670

ehsandeep commented 12 months ago

@Jayian1890 Service discovery is not yet implemented/supported in Naabu, you can follow the linked PR and issue for the update.