Skip to content

Twenty - Detect

ID: twenty-detect

Severity: info

Author: righettod

Tags: tech,twenty,detect

Twenty products was detected.

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
# digest: 4b0a00483046022100aa6de02b68ba28ae11aece6f6e86ff1ab0df7527e97b270ebdb918a44f618207022100df3253d4f98f115ca808fcd26a0a02c6901cb934a77b9aec05e5e85eaa0d565c:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/technologies/twenty-detect.yaml"

View on Github