An open API service indexing awesome lists of open source software.

https://github.com/varppi/reverse_ns_lookup

Uses host.io to automatically request all recorded domains that are stored in a set nameserver
https://github.com/varppi/reverse_ns_lookup

host-discovery nameserver nameserverlookup

Last synced: 10 months ago
JSON representation

Uses host.io to automatically request all recorded domains that are stored in a set nameserver

Awesome Lists containing this project

README

          

# reverse_ns_lookup
A simple tool to get a list of domains known to be hosted on a nameserver.
(The programing scrapes the info from host.io)

## Usage
```bash
python3 -m pip install beautifulSoup4 requests termcolor
python3 reverse_ns.py -d ns.insertdomainhere.com
```