The tool outputs reconnaissance data in a JSON format. Key fields include:
host: The target domain.mx: The primary MX record.ns: An array of name server objects containing ip and ns (hostname).server: The detected server/provider.subdomains: An array of objects containing:asn: Object containing asn, asn_cidr, asn_country_code, asn_date, asn_description, and asn_registry.geo: Object containing city, country, ip_address, latitude, longitude, and region.
txt: An array of TXT records.waf: The detected Web Application Firewall name.
{
"asn": null,
"host": "nmmapper.com",
"mx": "mx1.privateemail.com.",
"ns": [
{
"ip": "173.245.59.170",
"ns": "gordon.ns.cloudflare.com."
}
],
"server": "cloudflare",
"subdomains": [
{
"asn": {
"asn": "13335",
"asn_cidr": "104.24.96.0/20",
"asn_country_code": "US",
"asn_date": "2014-03-28",
"asn_description": "CLOUDFLARENET - Cloudflare, Inc., US",
"asn_registry": "arin"
},
"geo": {
"city": "Ashburn",
"country": "US",
"ip_address": "104.24.103.134",
"latitude": 39.0437192,
"longitude": -77.4874899,
"region": "Virginia"
}
}
],
"txt": [],
"waf": "Cloudflare (Cloudflare Inc.)"
}