Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

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