REQ RDP Test Guest Login
Author: lockbitblack-aiCreated Aug 13, 2026Updated Aug 15, 2026
Labelstemplate-requests
Is there an existing template for this?
- I have searched the existing templates.
Template requests
Hi All. me try make code but can fixed and more item update code. thanks a lot
- ...
id: rdp-test
info: name: RDP Test Guest Login author: test severity: info
javascript:
code: | var host = Host; var port = Port || 3389; var user = username; var pass = password;
var rdp = require('nuclei/rdp'); var result = rdp.CheckRDPAuth(host, port, user, pass);
var Result = "failed"; if (result.success) { Result = "success"; } payloads: username: - guest password: - "" attack: clusterbomb matchers:
- type: word
words:
- "success" part: body
- type: word
words:
Anything else?
No response
Source: projectdiscovery/nuclei-templates