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.
Example
(rsync).IsRsyncResponse : object
IsRsyncResponse is an object containing the response from the IsRsync check.
Kind: inner typedef of rsync