Skip to main content

命名空间: rsync

目录

接口

函数

函数

IsRsync

IsRsync(host, port): IsRsyncResponse | null IsRsync 检查主机是否运行 Rsync 服务器。

参数

名称类型
hoststring
portnumber

返回值

IsRsyncResponse | null 示例
const rsync = require('nuclei/rsync');
const isRsync = rsync.IsRsync('acme.com', 873);
log(toJSON(isRsync));

定义于

rsync.ts:12