nuclei-templates/technologies/gitbook-detect.yaml

23 lines
441 B
YAML
Raw Normal View History

2021-12-03 07:40:27 +00:00
id: gitbook-detect
info:
name: gitbook-detect
author: ffffffff0x
severity: info
2021-12-03 08:57:08 +00:00
metadata:
shodan-dork: 'http.title:"gitbook"'
2021-12-03 07:40:27 +00:00
fofa: app="Introduction-GitBook"
2021-12-03 09:14:26 +00:00
tags: gitbook,tech
2021-12-03 07:40:27 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers:
2021-12-03 08:57:08 +00:00
- type: regex
2021-12-03 07:40:27 +00:00
part: body
2021-12-03 08:57:08 +00:00
regex:
- "<title>.*[Gg]it[bB]ook</title>"
- "<title>.*· [Gg]it[bB]ook.*</title>"
2021-12-03 07:40:27 +00:00
condition: or