A high-performance RDAP resolver for bulk lookups and reconnaissance
Go to file
Dionysus e14c3b12b9
Working proof of concept in exploring RDAP abuse
2024-03-19 22:57:13 -04:00
LICENSE Working proof of concept in exploring RDAP abuse 2024-03-19 22:57:13 -04:00
README.md Working proof of concept in exploring RDAP abuse 2024-03-19 22:57:13 -04:00
massrdap.py Working proof of concept in exploring RDAP abuse 2024-03-19 22:57:13 -04:00
preview.gif Working proof of concept in exploring RDAP abuse 2024-03-19 22:57:13 -04:00

README.md

MassRDAP

Information

This script will take an input list of domains and retrieve WHOIS information for them using RDAP. Depending on the TLD the domain is under will determine which RDAP server the request is made on. We are using the Bootstrap Service Registry for Domain Name Space from IANA.

This is a work in progress still (stay tuned)

Rate Limiting

From my experience, it seems every RDAP server has their employed rate limits. While I am still benchmarking and testing these limits, proxy support has been added to circumvent this issue.

Usage

Argument Description Default Value
-i, --input_file File containing list of domains (one per line).
-p, --proxy Proxy in user:pass@host:port format. If not supplied, none is used.
-c, --concurrency Number of concurrent requests to make. 25
-o, --output Output file to write successful RDAP data to. output.json
-f, --failed Output file to write failed domains to. (optional) failed.txt

Roadmap

  • Explore other RDAP servers from RIRs, registrars, IANA (see here)
  • Mass domain availability lookups
  • Find available 1 or 2 letter domains.

Mirrors for this repository: acid.vegasSuperNETsGitHubGitLabCodeberg