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));
• Optional Banner: string
Optional
string
rsync.ts:32
• Optional IsRsync: boolean
boolean
rsync.ts:30
Was this page helpful?