Skip to main content

Documentation Index

Fetch the complete documentation index at: https://projectdiscovery.sec-lab.cn/llms.txt

Use this file to discover all available pages before exploring further.

接口: IsRsyncResponse

rsync.IsRsyncResponse IsRsyncResponse 是 IsRsync 函数的响应结果。 这是由 IsRsync 函数返回的。 示例
const rsync = require('nuclei/rsync');
const isRsync = rsync.IsRsync('acme.com', 873);
log(toJSON(isRsync));

目录

属性

属性

Optional Banner: string

定义于

rsync.ts:32

IsRsync

Optional IsRsync: boolean

定义于

rsync.ts:30