Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

ShazzamResult- Global

The ShazzamResult script include provides methods to encapsulate a Shazzam result.

Use this script include during the discovery scanning phase.

Parent Topic:Server API reference

ShazzamResult - active

Property that shows if the IP address is active

NameTypeDescription
activeBooleanTrue if this IP address is active, which means at least one port is open.

ShazzamResult - alive

Property is true if this IP address is alive, which means no ports are open, but at least one responded.

NameTypeDescription
aliveBooleanTrue if the IP address is alive, meaning no ports are open, but at least one port responded.

ShazzamResult - domainName

The Windows domain name for the IP.

NameTypeDescription
domainNameStringThe Windows domain name for the IP if one was resolved by the scanner.

ShazzamResult - hostName

Host name for the IP.

NameTypeDescription
hostNameStringHost name of the IP if one was resolved by the scanner.

ShazzamResult - ip

IP address of the results.

NameTypeDescription
ipStringIP address of the results

ShazzamResult - scanners

A JavaScript array of ShazzamScanner instances.

NameTypeDescription
scannersArrayArray of ShazzamScanner instances