Rsync.RsyncClient
Class: RsyncClient
rsync.RsyncClient
RsyncClient is a minimal Rsync client for nuclei scripts.
Example
Table of contents
Constructors
Methods
Constructors
constructor
• new RsyncClient(): RsyncClient
Returns
Defined in
rsync.ts:15
Methods
IsRsync
▸ IsRsync(host
, port
): IsRsyncResponse
IsRsync checks if a host is running a Rsync server.
Parameters
Name | Type |
---|---|
host | string |
port | number |
Returns
Example
Defined in
rsync.ts:25
Was this page helpful?