nuclei-templates/exposed-panels/bitrix-panel.yaml

28 lines
455 B
YAML
Raw Normal View History

2021-05-06 16:22:00 +00:00
id: bitrix-login
info:
name: Bitrix Login Panel
author: juicypotato1
severity: info
tags: panel,bitrix
requests:
- method: GET
path:
- "{{BaseURL}}/bitrix/admin/"
2021-05-07 10:15:05 +00:00
2021-05-06 16:22:00 +00:00
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- "USER_LOGIN"
2021-05-07 10:15:05 +00:00
- "/bitrix/js/main/"
2021-05-06 16:22:00 +00:00
part: body
2021-05-07 10:15:05 +00:00
condition: and
2021-05-06 16:22:00 +00:00
- type: status
status:
2021-05-06 17:12:02 +00:00
- 200