Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 401 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 401 Bytes

Horizontal domain Enumeration tool

Idea from: https://0xpatrik.com/asset-discovery/

Usage:

$ python3 reverse.py -t Example, Inc -o output-file.txt 

Installation:

$ git clone https://github.com/kbehroz/reverse-whois.git 
$ cd reverse-whois 

Get your API Key from https://user.whoisxmlapi.com/products and Set that API key in config.py 

$ pip3 install -r requirements.txt