Mzack9999

Results 226 comments of Mzack9999
trafficstars

Thanks for opening the issue @ca5ua1 - It should be fixed with https://github.com/projectdiscovery/naabu/pull/946 (currently the output configuration happens only when the runner is instantiated by CLI, I moved it within...

This is being worked on at https://github.com/projectdiscovery/naabu/pull/946 - Unfortunately there is some internal lock within [gopacket](https://github.com/google/gopacket) that prevents a complete release of interface handlers. Additionally a few active handlers literally...

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

All the values are already accessible in `HostResult` (each port carries info about the protocol and tls). Are you mostly interested in the CDN info?

On Hold - Two pre-requisites are necessary: - [npcap](https://npcap.com/) installed on the system. Probably this can't be automated as it breaks nmap TOS - Enable support for pcap on windows...

Closing as not planned - It would break nmap ToS

@MauJFernandez Apologies for the very late reply. I think we can add the MAC info during the host discovery phase ad an additional field in the json output and infer...

- [x] Filter out traffic according to `-iv` - [x] Change output behavior to stdout to print from new `OnReceive` callback instead of `OnResponse` (real-time results)

Tasks: - [x] Improve wildcard filtering performance - [x] Implement any missing functionality available in other similar engines such as puredns