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.7k stars 548 forks source link

Why was the -si option removed? #625

Closed No-Github closed 1 year ago

No-Github commented 1 year ago

I noticed in https://github.com/projectdiscovery/naabu/commit/860f9ab772c10c642f722898bff6e80305471b33 The -si option was removed in , is this intentional?

image

Is it possible to modify the option description of the readme and explain it in the release

CzarnyKot1024 commented 1 year ago

Same issue. I am unable to use v2.1.3-2.1.5, because of -SI flag removal.

Mzack9999 commented 1 year ago

The option is restored in https://github.com/projectdiscovery/naabu/pull/639 but marked as deprecated. Now the stats of a scan are always available at http://localhost:63636:

# To check a running naabu instance
curl http://localhost:63636 | jq
RFHACKE commented 1 year ago

i dont find anything on http://localhost:63636.i am running on windows