2023-11-14 19:11:57 +00:00
|
|
|
id: auth-json
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Auth.json File - Disclosure
|
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: high
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
max-request: 1
|
|
|
|
shodan-query: html:"auth.json"
|
|
|
|
tags: devops,exposure,files,auth,config
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/auth.json"
|
|
|
|
|
|
|
|
matchers-condition: or
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '"http-basic": {'
|
|
|
|
- '"username":'
|
|
|
|
- '"password":'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '"github-oauth": {'
|
|
|
|
- '"github.com":'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '"bitbucket-oauth":'
|
|
|
|
- '"consumer-key":'
|
|
|
|
- '"consumer-secret":'
|
|
|
|
condition: and
|
2023-11-15 11:25:33 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022055f17fa3879ce3d236868b90db82221dbf48c1b9124dc9f97232b37bccdf57c40221009d503d8c3ecf87706e71ea7429852f3359f3a53cb35ffe0a866e922f1bf5eae3:922c64590222798bb761d5b6d8e72950
|