Skip to main content

Class: RsyncClient

rsync.RsyncClient RsyncClient is a minimal Rsync client for nuclei scripts. Example

Table of contents

Constructors

Methods

Constructors

constructor

new RsyncClient(): RsyncClient

Returns

RsyncClient

Defined in

rsync.ts:15

Methods

IsRsync

IsRsync(host, port): IsRsyncResponse IsRsync checks if a host is running a Rsync server.

Parameters

Returns

IsRsyncResponse Example

Defined in

rsync.ts:25