Skip to main content

Documentation Index

Fetch the complete documentation index at: https://projectdiscovery-new-js-docs.mintlify.app/llms.txt

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

Interface: IsRsyncResponse

rsync.IsRsyncResponse IsRsyncResponse is the response from the IsRsync function. this is returned by IsRsync function. Example
const rsync = require('nuclei/rsync');
const isRsync = rsync.IsRsync('acme.com', 873);
log(toJSON(isRsync));

Table of contents

Properties

Properties

Optional Banner: string

Defined in

rsync.ts:48

IsRsync

Optional IsRsync: boolean

Defined in

rsync.ts:46