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:32

IsRsync

Optional IsRsync: boolean

Defined in

rsync.ts:30