Adapt Authoring Tool - Panel
ID: adapt-panel
Severity: info
Author: Splint3r7
Tags: panel,adapt,login,detect
Description
Section titled “Description”Login panel for adapt was detected.
YAML Source
Section titled “YAML Source”id: adapt-panel
info: name: Adapt Authoring Tool - Panel author: Splint3r7 severity: info description: | Login panel for adapt was detected. classification: cwe-id: CWE-200 metadata: max-request: 1 shodan-query: http.title:"Adapt authoring tool" verified: true tags: panel,adapt,login,detect
http: - method: GET path: - "{{BaseURL}}"
host-redirects: true max-redirects: 2
matchers: - type: dsl dsl: - 'contains(body, "<title>Adapt authoring tool</title>")' - 'status_code == 200' condition: and# digest: 4b0a004830460221009397b96f39d311dc7b291ea613f9c33c3da5cbcbe04c31099b1df189816a0fc0022100f621b4663787bd15fc0854c42f77499b6167fc00e624ea2695553d60388083fe:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/adapt-panel.yaml"