From b7be259d9a4249905398e7226f261918b905d146 Mon Sep 17 00:00:00 2001 From: r0fus0d Date: Fri, 3 Dec 2021 15:40:27 +0800 Subject: [PATCH] Create gitbook-detect.yaml --- technologies/gitbook-detect.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 technologies/gitbook-detect.yaml diff --git a/technologies/gitbook-detect.yaml b/technologies/gitbook-detect.yaml new file mode 100644 index 0000000000..37b68b3929 --- /dev/null +++ b/technologies/gitbook-detect.yaml @@ -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: + - "Introduction · GitBook" + - "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