Documentation Index
Fetch the complete documentation index at: https://projectdiscovery-subfinder-reference-blog.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
rsync
- rsync
RsyncClient.IsRsync(host, port)⇒IsRsyncResponse
IsRsyncResponse:object
(rsync).RsyncClient
RsyncClient is a minimal Rsync client for nuclei scripts. Kind: inner class ofrsync
rsyncClient.IsRsync(host, port) ⇒ IsRsyncResponse
IsRsync checks if a host is running a Rsync server.
Kind: instance method of RsyncClientReturns:
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. |
(rsync).IsRsyncResponse : object
IsRsyncResponse is an object containing the response from the IsRsync check.
Kind: inner typedef of rsync