Update teamforge-detect.yaml
parent
70cf751898
commit
7766f3f4c8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue