Create bedita-detect.yaml
parent
403a73d1c7
commit
0da6b42115
|
@ -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>'
|
Loading…
Reference in New Issue