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

33 lines
665 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
description: Bitrix24 is a unified work space that places a complete set of business tools into a single, intuitive interface.
classification:
cwe-id: CWE-200
tags: panel,bitrix,login
2021-05-06 16:22:00 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/bitrix/admin/"
2021-05-07 10:15:05 +00:00
host-redirects: true
2021-05-06 16:22:00 +00:00
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
# Enhanced by mp on 2022/03/01