Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Teampass LDAP template #9103

Merged
merged 2 commits into from
Feb 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions http/exposures/logs/teampass-ldap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
id: teampass-ldap

info:
name: Teampass LDAP Debug Config - Detect
author: josecosta
severity: medium
description: |
Teampass ldap.debug.txt config was detected. This file is generated on "/files/ldap.debug.txt" for versions earlier than 3.0.0.0 when utilizing the "Test current configuration" in LDAP settings.
reference:
- https://github.com/nilsteampassnet/TeamPass/commit/ea9838481a58879cdf3def31046955efcff5a546#diff-61809be6a8fff101e3748a0c7dfad90bR16
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-200
metadata:
max-request: 1
verified: true
fofa-query: app="TEAMPASS"
tags: exposure,teampass,ldap,logs

http:
- method: GET
path:
- "{{BaseURL}}/files/ldap.debug.txt"

matchers-condition: and
matchers:
- type: word
part: header
words:
- 'base_dn'
- 'search_base'
- 'bind_dn'
- 'bind_passwd'
condition: and

- type: word
part: header
words:
- 'text/plain'

- type: status
status:
- 200
Loading