drakylar
drakylar
> Hi there, > > Are you still facing this issue? I am having some trouble reproducing this error on my side. > > Were you able to make any...
There is one new problem with `--unique` argument: when you use this argument and saves result into XML-file, it saves only one hostname inside it. Example: ```nmap --unique 127.0.0.1 localhost...
And the same at 508 string
> Hi @drakylar, > > This isn't actually a bug. The recursive scanning is intentionally run even when a wildcard is present, because a wildcard record doesn't meant that there...
> @drakylar you can set the max recursion depth with `-m` or `--maxdepth`, which should stop it getting stuck for ever. Would that solve your issue? Think this will help,...
> I'm not really clear what false positives you're seeing. > > So if you scan `example.org`, and it has a wildcard domain, that gets flagged. Is the issue that...
Thanks! Will check it later.
One new problem - sometimes DNS server from NX can stuck with response, so it is needed to add to `dns.query.udp` timeout parameter + I think it will be better...
Two more suggestions 1. Add availability to make TCP dns requests (cli argument) due to some strange NX-servers with stucked response. 2. Add availability to select a dictionary for `-a`...