2021-05-06 16:22:00 +00:00
|
|
|
id: bitrix-login
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Bitrix Login Panel
|
|
|
|
author: juicypotato1
|
|
|
|
severity: info
|
2022-03-01 20:35:39 +00:00
|
|
|
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
|
2022-04-22 10:38:41 +00:00
|
|
|
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
|
|
|
|
2022-10-07 21:27:25 +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
|
2022-03-01 20:35:39 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/03/01
|