Skip to content

TeamForge Panel - Detection

ID: teamforge-panel

Severity: info

Author: lstatro

Tags: panel,teamforge,login

TeamForge Login Panel was discovered.

id: teamforge-panel
info:
name: TeamForge Panel - Detection
author: lstatro
severity: info
description: |
TeamForge Login Panel was discovered.
reference:
- https://digital.ai/products/teamforge/
metadata:
verified: true
max-request: 1
shodan-query: title:"TeamForge :"
fofa-query: title="TeamForge :"
tags: panel,teamforge,login
http:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>TeamForge :"
- "Log In to TeamForge"
condition: and
- type: status
status:
- 200
extractors:
- type: regex
name: version
part: body
regex:
- "teamforge(\\d+)"
# digest: 490a0046304402202c321fdba0c17a509333a8f3ff26bc242f75958de213c7c893d2e678e6f9797c02206051d59864cad79256f4d4d3198fe1d05c99d7a378097ac24b4bbd05ef02e2f0: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/exposed-panels/teamforge-panel.yaml"

View on Github