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
- Host: GitHub
- URL: https://github.com/varppi/reverse_ns_lookup
- Owner: varppi
- Created: 2022-05-12T15:25:32.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T07:18:56.000Z (almost 3 years ago)
- Last Synced: 2025-08-09T08:51:22.174Z (10 months ago)
- Topics: host-discovery, nameserver, nameserverlookup
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```