Affected by GO-2024-2989
and 1 other vulnerabilities
GO-2024-2989 : projectdiscovery/nuclei allows unsigned code template execution through workflows in github.com/projectdiscovery/nuclei
GO-2024-3114 : Nuclei Template Signature Verification Bypass in github.com/projectdiscovery/nuclei
Discover Packages
github.com/projectdiscovery/nuclei/v3
pkg
js
libs
rsync
package
Version:
v3.2.1
Opens a new window with list of versions in this module.
Published: Mar 15, 2024
License: MIT, Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
Documentation
¶
Warning - This is generated code
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));
```
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));
```
Source Files
¶
Click to show internal directories.
Click to hide internal directories.