naabu icon indicating copy to clipboard operation
naabu copied to clipboard

results are not displayed at real time

Open gsh3ll opened this issue 1 year ago • 4 comments

Naabu version:

Current Version: 2.1.6

Current Behavior:

run naabu with -v or -veerboes,the results during the scanning process will not appear on the terminal.Results appear only after the program has finished running.

Expected Behavior:

like nmap,Real-time display of scanning results.

Steps To Reproduce:

  1. Run ./naabu -verbose -p - -host ip_target
  2. see photo: image

Anything else:

nothin

gsh3ll avatar May 09 '23 08:05 gsh3ll

I'm having the same issue....

No fixes?

pdelteil avatar Jan 23 '24 21:01 pdelteil

Same issue here

qu35t-code avatar Jan 29 '24 20:01 qu35t-code

The results are shown in the end by design to provide the ports deduplicated within a json slice. You can try with the -stream option. Keep an eye on https://github.com/projectdiscovery/naabu/pull/946 that along better resource handling, should provide the capability of native stream in/out.

Mzack9999 avatar Jan 30 '24 13:01 Mzack9999

The results are shown in the end by design to provide the ports deduplicated within a json slice. You can try with the -stream option. Keep an eye on #946 that along better resource handling, should provide the capability of native stream in/out.

I didn't understand the reason.

I think the output should follow the output of other project discovery tools. They are pretty intuitive and easy to handle.

pdelteil avatar Jan 30 '24 18:01 pdelteil

@pdelteil @QU35T-code @gsh3ll this is now supported in latest release.

ehsandeep avatar Mar 13 '24 08:03 ehsandeep