> ## 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.

# Rsync.IsRsyncResponse

# Interface: IsRsyncResponse

[rsync](/templates/protocols/javascript/modules/rsync).IsRsyncResponse

IsRsyncResponse is the response from the IsRsync function.
this is returned by IsRsync function.

**`Example`**

```javascript
const rsync = require('nuclei/rsync');
const isRsync = rsync.IsRsync('acme.com', 873);
log(toJSON(isRsync));
```

## Table of contents

### Properties

* [Banner](/templates/protocols/javascript/modules/rsync.IsRsyncResponse#banner)
* [IsRsync](/templates/protocols/javascript/modules/rsync.IsRsyncResponse#isrsync)

## Properties

### Banner

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

#### Defined in

rsync.ts:32

***

### IsRsync

• `Optional` **IsRsync**: `boolean`

#### Defined in

rsync.ts:30
