Create gitbook-detect.yaml

patch-1
r0fus0d 2021-12-03 15:40:27 +08:00 committed by GitHub
parent 6731cb176b
commit b7be259d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,29 @@
id: gitbook-detect
info:
name: gitbook-detect
author: ffffffff0x
severity: info
description: |
gitbook指纹识别
fofa: app="Introduction-GitBook"
tags: gitbook,detect,blacklist
requests:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
matchers:
- type: word
words:
- "<title>Introduction · GitBook</title>"
- "href=\"gitbook/style.css\""
- "script src=\"gitbook/gitbook.js\">"
- 'content="GitBook'
- 'href="gitbook/images/favicon.ico'
- 'src="gitbook/gitbook.js'
- 'src="gitbook/theme.js'
part: body
condition: or