Registry / networking / projectdiscovery-rdap

projectdiscovery-rdap

JSON →
library0.9.0gogounverified

A Go client for the Registration Data Access Protocol (RDAP) that queries domain names, IP addresses, and AS numbers in a structured format.

go get github.com/projectdiscovery/rdap
INSTALL
IMPORT
SIG · PROJECTDISCOVERY-R
P
projectdiscovery-rdap
networkinggov0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rdap
✓ github.com/projectdiscovery/rdap

Query RDAP for domain information

package main import ( "fmt" "github.com/projectdiscovery/rdap" ) func main() { client := &rdap.Client{} res, err := client.QueryDomain("example.com") if err != nil { panic(err) } fmt.Printf("Domain: %s\n", res.LDHName) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
projectdiscovery-rdap — go get projectdiscovery-rdap · libregistry