Skip to content

Commit

Permalink
Merge pull request #11274 from righettod/twenty_add
Browse files Browse the repository at this point in the history
Add detection of Twenty CRM instances.
  • Loading branch information
DhiyaneshGeek authored Dec 3, 2024
2 parents 7988feb + 5169c3a commit 2310dad
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions http/technologies/twenty-detect.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
id: twenty-detect

info:
name: Twenty - Detect
author: righettod
severity: info
description: |
Twenty products was detected.
reference:
- https://github.com/twentyhq/twenty
- https://twenty.com/
metadata:
max-request: 1
shodan-query: http.title:"Twenty"
tags: tech,twenty,detect

http:
- method: GET
path:
- "{{BaseURL}}/welcome"

matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_all(to_lower(body), "<title>twenty</title>", "open-source crm")'
condition: and

0 comments on commit 2310dad

Please sign in to comment.