Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IsRsyncResponse ¶
IsRsyncResponse is the response from the IsRsync function.
type RsyncClient ¶
type RsyncClient struct{}
RsyncClient is a minimal Rsync client for nuclei scripts.
func (*RsyncClient) IsRsync ¶
func (c *RsyncClient) IsRsync(host string, port int) (IsRsyncResponse, error)
IsRsync checks if a host is running a Rsync server.
Click to show internal directories.
Click to hide internal directories.