A simple tool to get a list of domains known to be hosted on a nameserver. (The programing scrapes the info from host.io)
python3 -m pip install beautifulSoup4 requests termcolor
python3 reverse_ns.py -d ns.insertdomainhere.com
Uses host.io to automatically request all recorded domains that are stored in a set nameserver
Python