Merge pull request #2149 from MaKyOtOx/patch-1

Create mantis-detect.yaml
patch-1
Sandeep Singh 2021-07-24 02:17:18 +05:30 committed by GitHub
commit f0ae660728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

View File

@ -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