> ## Documentation Index
> Fetch the complete documentation index at: https://projectdiscovery-nuclei-syntax-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Vnc.IsVNCResponse

# Interface: IsVNCResponse

[vnc](/templates/protocols/javascript/modules/vnc).IsVNCResponse

IsVNCResponse is the response from the IsVNC function.

**`Example`**

```javascript
const vnc = require('nuclei/vnc');
const isVNC = vnc.IsVNC('acme.com', 5900);
log(toJSON(isVNC));
```

## Table of contents

### Properties

* [Banner](/templates/protocols/javascript/modules/vnc.IsVNCResponse#banner)
* [IsVNC](/templates/protocols/javascript/modules/vnc.IsVNCResponse#isvnc)

## Properties

### Banner

• `Optional` **Banner**: `string`

#### Defined in

vnc.ts:33

***

### IsVNC

• `Optional` **IsVNC**: `boolean`

#### Defined in

vnc.ts:31
