Create mobsf-panel.yaml
If mobsf panel s exposed, it can sometimes reveal vulnerability scan details of private mobile applications.patch-1
parent
b99163eaf8
commit
753234aa5e
|
@ -0,0 +1,26 @@
|
||||||
|
id: exposed-MobSF-Instance
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Exposed MobSF
|
||||||
|
author: Shine
|
||||||
|
severity: high
|
||||||
|
metadata:
|
||||||
|
max-request: 3
|
||||||
|
tags: android, vulnerability scanner,mobsf
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- '{{BaseURL}}'
|
||||||
|
- '{{BaseURL}}:8000'
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- 'Mobile Security Framework - MobSF'
|
||||||
|
- 'RECENT SCANS'
|
||||||
|
- 'Mobile Security Framework'
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue