host
port
IsRsyncResponse
null
string
number
Example
const rsync = require('nuclei/rsync'); const isRsync = rsync.IsRsync('acme.com', 873); log(toJSON(isRsync));
Was this page helpful?