diff --git a/index.php b/index.php index df6b705..c9fcb9a 100644 --- a/index.php +++ b/index.php @@ -10,6 +10,7 @@ + @@ -66,7 +67,61 @@
Query | +Description | +
---|---|
IP/Get A Record | +An A Record is used to associate a domain name with an IP(v4) address. This query checks for the A records set on the domain | +
IPV6/Get AAAA Record | +An AAAA Record is used to associate a domain name with an IP(v6) address. This query checks for the AAAA records set on the domain | +
Mx/Get MX Record | +MX stands for Mail Exchanger. This query is used to get the mail server used for accepting emails on the specified domain. | +
SPF/TXT | +A SPF Record is used to indicate which email hosts is authorized to send mail on the specified domain's behalf. This query is used to get the authorized domains | +
Blacklist Check | +This query is used to check if the specified domain is on any of the most well known email blacklist sites. If a domain is on a blacklist the row will return a fail result. | +
Whois | +This information gets whois information to see who possibly owns the domain. | +
Check If Port Open/Forwarded | +You are able to Check if a specified port on a domain or IP address is open for use such as hosting | +
Hinfo/Get Hardware Information | +If available, this query gets the hardware information of the server for the specified hostname | +
Get All Simple DNS Records | +This query attemps to do a request for all of the available DNS information for the specified hostname. This is not always successfull as some providers block the request. | +
Host By IP/Reverse Lookup | +The query attempts to find a hostname associated with an IP address | +