Modules
Rsync
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
Name | Type |
---|---|
host | string |
port | number |
Returns
IsRsyncResponse
| null
Example
const rsync = require('nuclei/rsync');
const isRsync = rsync.IsRsync('acme.com', 873);
log(toJSON(isRsync));
Defined in
rsync.ts:12