mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-06 18:53:16 +08:00
29 lines
716 B
YAML
29 lines
716 B
YAML
id: rsync-version
|
|
|
|
info:
|
|
name: Rsync Version - Detect
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
description: |
|
|
Identify the Version of the Rsync Protocol
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: port:"873"
|
|
tags: js,network,rsync,enum
|
|
|
|
javascript:
|
|
- code: |
|
|
let m = require('nuclei/rsync');
|
|
let response = m.IsRsync(Host,Port);
|
|
Export(response);
|
|
|
|
args:
|
|
Host: "{{Host}}"
|
|
Port: "873"
|
|
|
|
extractors:
|
|
- type: json
|
|
json:
|
|
- .Banner
|
|
# digest: 4b0a00483046022100a8d055a12de1c20048f76bbede255270f335e903979960d25ee7679c1cfccf4f022100e6a481bdb90188e5d6dd70ecffc20359ae7fb77f87859b626459f3611dbe09e1:922c64590222798bb761d5b6d8e72950 |