Update teamforge-detect.yaml

patch-2
pussycat0x 2024-05-07 18:39:44 +05:30 committed by GitHub
parent 70cf751898
commit 7766f3f4c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 13 deletions

View File

@ -9,21 +9,16 @@ info:
reference:
- https://digital.ai/products/teamforge/
metadata:
# TeamForge changes the title based on lange, for example:
# TeamForge : 欢迎
# TeamForge : Welcome
shodan-query: title:"TeamForge :"
fofa-query: title="TeamForge :"
tags:
- tech
- teamforge
tags: tech,teamforge
http:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 5 # base url always follows a redirect chain, normally it's 3, but can be more
matchers-condition: and
matchers:
- type: word
@ -31,17 +26,15 @@ http:
words:
- "<title>TeamForge :"
- "Log In to TeamForge"
- 'href="http://www.collab.net/products/teamforge/" target="_blank">TeamForge'
condition: or
condition: and
- type: status
status:
- 200
extractors:
- type: regex
name: version
part: body
regex:
# the version is included in a help page link, for example
# version teamforge810 is teamforge version 8.1 and teamforge1711
# is teamforge version 17.11
- "teamforge(\\d+)"
name: version