Create bedita-detect.yaml

patch-1
PikPikcU 2021-07-22 01:24:05 +07:00 committed by GitHub
parent 403a73d1c7
commit 0da6b42115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: bedita-detect
info:
name: BEdita detect
author: pikpikcu
severity: info
tags: tech,bedita
requests:
- method: GET
path:
- "{{BaseURL}}/"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- 'BEdita(.*)</a><br>'
extractors:
- type: regex
part: body
group: 1
regex:
- 'target="besite">(.*)</a><br>'