naabu
naabu copied to clipboard
results are not displayed at real time
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:
- Run
./naabu -verbose -p - -host ip_target
- see photo:
Anything else:
nothin
I'm having the same issue....
No fixes?
Same issue here
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.
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 @QU35T-code @gsh3ll this is now supported in latest release.