rsync

package
v3.2.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2024 License: MIT, Apache-2.0 Imports: 9 Imported by: 2

Documentation

Overview

Warning - This is generated code

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IsRsyncResponse

type IsRsyncResponse struct {
	IsRsync bool
	Banner  string
}

IsRsyncResponse is the response from the IsRsync function. this is returned by IsRsync function. @example ```javascript const rsync = require('nuclei/rsync'); const isRsync = rsync.IsRsync('acme.com', 873); log(toJSON(isRsync)); ```

func IsRsync added in v3.2.0

func IsRsync(host string, port int) (IsRsyncResponse, error)

IsRsync checks if a host is running a Rsync server. @example ```javascript const rsync = require('nuclei/rsync'); const isRsync = rsync.IsRsync('acme.com', 873); log(toJSON(isRsync)); ```

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL