Merge pull request #9692 from lstatro/teamforge-detect-1

TeamForge Detection
patch-2
Dhiyaneshwaran 2024-05-07 18:55:24 +05:30 committed by GitHub
commit c255e09f70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,42 @@
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:
shodan-query: title:"TeamForge :"
fofa-query: title="TeamForge :"
verified: true
max-request: 1
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+)"