ShazzamResult - Global

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:2分
  • The ShazzamResult script include provides methods to encapsulate a Shazzam result.

    Use this script include during the discovery scanning phase.

    ShazzamResult - active

    Property that shows if the IP address is active

    表 : 1. Field
    Name Type Description
    active Boolean True 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.

    表 : 2. Field
    Name Type Description
    alive Boolean True 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.

    表 : 3. Field
    Name Type Description
    domainName String The Windows domain name for the IP if one was resolved by the scanner.

    ShazzamResult - hostName

    Host name for the IP.

    表 : 4. Field
    Name Type Description
    hostName String Host name of the IP if one was resolved by the scanner.

    ShazzamResult - ip

    IP address of the results.

    表 : 5. Field
    Name Type Description
    ip String IP address of the results

    ShazzamResult - scanners

    A JavaScript array of ShazzamScanner instances.

    表 : 6. Field
    Name Type Description
    scanners Array Array of ShazzamScanner instances