commit
f0ae660728
|
@ -0,0 +1,18 @@
|
||||||
|
id: mantis-detect
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Mantis portal detection
|
||||||
|
author: makyotox
|
||||||
|
severity: info
|
||||||
|
tags: panel,mantis
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/login_page.php"
|
||||||
|
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "<title>MantisBT</title>"
|
||||||
|
part: body
|
Loading…
Reference in New Issue