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
Returns
IsRsyncResponse | null
Example
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
host, port): IsRsyncResponse | null
IsRsync checks if a host is running a Rsync server.
| Name | Type |
|---|---|
host | string |
port | number |
IsRsyncResponse | null
Example
const rsync = require('nuclei/rsync');
const isRsync = rsync.IsRsync('acme.com', 873);
log(toJSON(isRsync));
Was this page helpful?