Create mobiproxy-dashboard.yaml

patch-1
Arman 2023-01-05 15:14:28 -05:00 committed by GitHub
parent a83d28beb0
commit 470e30d1ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: mobiproxy-dashboard
info:
name: MobiProxy Dashboard
author: tess
severity: high
metadata:
verified: true
shodan-dork: http.title:"MobiProxy"
tags: detect,dashboard,exposure
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>MobiProxy'
- 'Dashboard'
- 'Setting'
- 'API'
part: body
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200