Skip to content

dnsrobot/dnsrobot-powershell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DNSRobot PowerShell Module

Official PowerShell client for DNS Robot — 53 free online DNS and network tools.

Zero external dependencies. Works on PowerShell 5.1+ (Windows) and PowerShell 7+ (Windows, macOS, Linux).

Install

Install-Module -Name DNSRobot

Usage

# DNS lookup
Invoke-DnsRobotLookup -Domain "example.com" -RecordType "A"

# WHOIS lookup
Invoke-DnsRobotWhois -Domain "example.com"

# SSL certificate check
Invoke-DnsRobotSslCheck -Domain "example.com"

# SPF record check
Invoke-DnsRobotSpfCheck -Domain "example.com"

# DKIM record check
Invoke-DnsRobotDkimCheck -Domain "example.com" -Selector "google"

# DMARC record check
Invoke-DnsRobotDmarcCheck -Domain "example.com"

# MX records
Invoke-DnsRobotMxLookup -Domain "example.com"

# Nameservers
Invoke-DnsRobotNsLookup -Domain "example.com"

# IP geolocation
Invoke-DnsRobotIpLookup -IP "8.8.8.8"

# HTTP headers
Invoke-DnsRobotHttpHeaders -Url "https://example.com"

# Port check
Invoke-DnsRobotPortCheck -Host "example.com" -Port 443

Available Commands

Command Description Online Tool
Invoke-DnsRobotLookup DNS record lookup (A, AAAA, MX, TXT, etc.) dnsrobot.net/dns-lookup
Invoke-DnsRobotWhois Domain WHOIS registration data dnsrobot.net/whois-lookup
Invoke-DnsRobotSslCheck SSL/TLS certificate validation dnsrobot.net/ssl-checker
Invoke-DnsRobotSpfCheck SPF record validation dnsrobot.net/spf-checker
Invoke-DnsRobotDkimCheck DKIM record verification dnsrobot.net/dkim-checker
Invoke-DnsRobotDmarcCheck DMARC policy analysis dnsrobot.net/dmarc-checker
Invoke-DnsRobotMxLookup Mail exchange (MX) records dnsrobot.net/mx-lookup
Invoke-DnsRobotNsLookup Nameserver (NS) records dnsrobot.net/ns-lookup
Invoke-DnsRobotIpLookup IP geolocation and ASN data dnsrobot.net/ip-lookup
Invoke-DnsRobotHttpHeaders HTTP response header analysis dnsrobot.net/http-headers-checker
Invoke-DnsRobotPortCheck TCP port availability test dnsrobot.net/port-checker

About DNS Robot

DNS Robot provides 53 free online DNS and network diagnostic tools including:

Links

License

MIT

About

Official PowerShell client for DNS Robot (dnsrobot.net) — DNS lookups, WHOIS, SSL checks, and 50+ network tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors