Merge pull request #2132 from pikpikcu/patch-204

Create bedita-detect.yaml
patch-1
Sandeep Singh 2021-07-26 01:29:06 +05:30 committed by GitHub
commit bc44e8a1f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

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