mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-04 17:53:27 +08:00
* 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
24 lines
440 B
YAML
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
|