vmohanty

Results 6 issues of vmohanty

This diff does the following. - Updates the all-nameservers mode to lookup only via IPv4 nameserver addresses. - Adds a TODO to add lookup via IPv6 NS once that is...

What is the right way to lookup via IPv6 nameservers? Once this is figured out, add the functionality to `all-nameservers` mode so that we can lookup via both IPv4 and...

This diff does the following. - Converts the `name` in `DoTargetedLookup` to lowercase. This makes the lookup case-insensitive which is the correct way. - Fixes lint which happen automatically when...

This diff adds a module that does the following. - Does an `NS` lookup to get all nameservers for a domain. - Does an `A` and/or `AAAA` lookup based on...

Consider this input to the tool ``` » echo "google.com,censys.io" | ./zdns A --name-servers=8.8.8.8 | python -m json.tool ``` On this input, zdns keeps waiting without making any progress or...

Python version: `Python 3.8.0` WebSearcher==0.2.12 Hi, I'm running this simple python script saved as `searcher.py` ``` import WebSearcher as ws # Initialize crawler with defaults (headers, logs, ssh tunnels) se...