commit
c255e09f70
|
@ -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+)"
|
Loading…
Reference in New Issue