Create b2b-builder-detect.yaml

patch-1
Prince Chaddha 2021-12-08 10:29:54 +05:30 committed by GitHub
parent a502692c7f
commit c40b4ef952
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: b2b-builder-detect
info:
name: B2BBuilder Detect
author: ffffffff0x
severity: info
metadata:
fofa-query: app="B2BBuilder"
tags: b2bbuilder,tech
requests:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'content="B2Bbuilder"'
- 'translateButtonId = "B2Bbuilder"'
condition: or
- type: status
status:
- 200