Showdoc Default Login
ID: showdoc-default-login
Severity: medium
Author: pikpikcu
Tags: showdoc,default-login
Description
Section titled “Description”Showdoc default credentials were discovered.
YAML Source
Section titled “YAML Source”id: showdoc-default-login
info: name: Showdoc Default Login author: pikpikcu severity: medium description: Showdoc default credentials were discovered. reference: - https://blog.star7th.com/2016/05/2007.html classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N cvss-score: 5.8 cwe-id: CWE-522 metadata: max-request: 1 tags: showdoc,default-login
http: - raw: - | POST /server/index.php?s=/api/user/login HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded;charset=UTF-8
username={{username}}&password={{password}}&v_code=
payloads: username: - showdoc password: - 123456 attack: pitchfork
matchers-condition: and matchers: - type: word words: - '"username":"showdoc"' - '"user_token":' condition: and
- type: status status: - 200# digest: 490a00463044022078a5c160144932051eef1111eb758752f2fe221a68c0c338e059387db5337f650220061af1a912b3a82861b08162107a4386e397aa631140054fff1178141df964f0: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/default-logins/showdoc/showdoc-default-login.yaml"