Create gitbook-detect.yaml
parent
6731cb176b
commit
b7be259d9a
|
@ -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
|
Loading…
Reference in New Issue