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