fix-template
parent
24125558be
commit
c98724ab78
|
@ -1,26 +1,28 @@
|
||||||
id: exposed-MobSF-Instance
|
id: mobsf-framework-exposure
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Exposed MobSF
|
name: MobSF Framework - Exposure
|
||||||
author: Shine
|
author: Shine
|
||||||
severity: high
|
severity: high
|
||||||
metadata:
|
metadata:
|
||||||
max-request: 3
|
max-request: 1
|
||||||
tags: android, vulnerability scanner,mobsf
|
verified: true
|
||||||
|
shodan-query: title:"MobSF"
|
||||||
|
tags: misconfig,exposure,mobsf
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}'
|
- '{{BaseURL}}/recent_scans/'
|
||||||
- '{{BaseURL}}:8000'
|
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
|
- 'Recent Scans'
|
||||||
- 'Mobile Security Framework - MobSF'
|
- 'Mobile Security Framework - MobSF'
|
||||||
- 'RECENT SCANS'
|
condition: and
|
||||||
- 'Mobile Security Framework'
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
Loading…
Reference in New Issue