Namespace: rsync

Table of contents

Interfaces

Functions

Functions

IsRsync

IsRsync(host, port): IsRsyncResponse | null

IsRsync checks if a host is running a Rsync server.

Parameters

NameType
hoststring
portnumber

Returns

IsRsyncResponse | null

Example

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

Defined in

rsync.ts:12