2021-07-22 13:48:17 +00:00
|
|
|
id: mantis-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Mantis portal detection
|
|
|
|
author: makyotox
|
|
|
|
severity: info
|
2021-07-23 20:46:22 +00:00
|
|
|
tags: panel,mantis
|
2021-07-22 13:48:17 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/login_page.php"
|
2021-07-23 20:45:43 +00:00
|
|
|
|
2021-07-22 13:48:17 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "<title>MantisBT</title>"
|
|
|
|
part: body
|