Files
nuclei-templates/technologies/gitbook-detect.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

24 lines
440 B
YAML

id: gitbook-detect
info:
name: gitbook-detect
author: ffffffff0x
severity: info
metadata:
shodan-dork: http.title:"gitbook"
fofa: app="Introduction-GitBook"
tags: gitbook,tech
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: regex
part: body
regex:
- "<title>.*[Gg]it[bB]ook</title>"
- "<title>.*· [Gg]it[bB]ook.*</title>"
condition: or