Modules
Rsync
rsync
- rsync
RsyncClient
.IsRsync(host, port)
⇒IsRsyncResponse
IsRsyncResponse
:object
(rsync).RsyncClient
RsyncClient is a minimal Rsync client for nuclei scripts.
Kind: inner class of rsync
rsyncClient.IsRsync(host, port) ⇒ IsRsyncResponse
IsRsync checks if a host is running a Rsync server.
Kind: instance method of RsyncClient
Returns: IsRsyncResponse
- - The response from the IsRsync check.
Throws:
error
- The error encountered during the IsRsync check.
Param | Type | Description |
---|---|---|
host | string | The host to check. |
port | int | The port to check. |
Example
(rsync).IsRsyncResponse : object
IsRsyncResponse is an object containing the response from the IsRsync check.
Kind: inner typedef of rsync
Was this page helpful?