Atechmedia/Codebase Login Check
ID: atechmedia-codebase-login-check
Severity: critical
Author: parthmalhotra,pdresearch
Tags: cloud,creds-stuffing,login-check,atechmedia,codebase
Description
Section titled “Description”Checks for a valid Atechmedia/Codebase account.
YAML Source
Section titled “YAML Source”id: atechmedia-codebase-login-check
info: name: Atechmedia/Codebase Login Check author: parthmalhotra,pdresearch severity: critical description: Checks for a valid Atechmedia/Codebase account. reference: - https://owasp.org/www-community/attacks/Credential_stuffing metadata: max-request: 2 tags: cloud,creds-stuffing,login-check,atechmedia,codebase
self-contained: true
http: - raw: - | GET https://identity.atechmedia.com/login HTTP/1.1 Host: identity.atechmedia.com Referer: https://identity.atechmedia.com/login - | POST https://identity.atechmedia.com/login HTTP/1.1 Host: identity.atechmedia.com Origin: https://identity.atechmedia.com Content-Type: application/x-www-form-urlencoded Referer: https://identity.atechmedia.com/login
utf8=%E2%9C%93&authenticity_token={{url_encode(authenticity_token)}}&username={{username}}&password={{password}}&commit=Login
extractors: - type: xpath name: authenticity_token part: body attribute: value internal: true xpath: - /html/body/div/div[2]/div/form/input[2]
- type: dsl dsl: - username - password
matchers-condition: and matchers: - type: word part: header words: - 'Set-Cookie: user_session'
- type: status status: - 302# digest: 4a0a0047304502201150da05ad2d6fd7cc949450881f4d3da30d12e08f302f32e98eed9edb8cf4c20221008cdd48a60dcc0cc25b9fc6347116a6c83793bc6bf105db52cc2789faa382ea14: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/credential-stuffing/cloud/atechmedia-codebase-login-check.yaml"