dnsresolver icon indicating copy to clipboard operation
dnsresolver copied to clipboard

A Lightning-Fast DNS Resolver written in Rust 🦀

Results 5 dnsresolver issues
Sort by recently updated
recently updated
newest added

I was just reading through your source code and spotted some things that needed a bit of a tidy. Hopefully the commits are self-explanatory.

could you make a new argument like `-up`, which is auto update this tools. and `-silent` for hide banner. ![image](https://github.com/ethicalhackingplayground/dnsresolver/assets/72689232/5c639b8d-815d-4bd1-b35f-2da07aa1ee85)

enhancement

@ethicalhackingplayground would be good if it have a flag to resolve domains using list of dns resolvers.

enhancement

This tool lacks wildcard support, leading to numerous false positive results.

@ethicalhackingplayground It would be good if it have a `retry` functionality with flag like `retry 2` and also need `-ip` flag to show ip addresses of resolved domains (both are...