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