2021-05-28 06:41:35 +00:00
|
|
|
id: xp-webcam
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: XP Webcam Viewer Page
|
|
|
|
author: aashiq
|
|
|
|
severity: medium
|
2021-09-05 21:13:45 +00:00
|
|
|
description: Searches for exposed webcams by querying the /mobile.html endpoint and the existence of webcamXP in the body.
|
2021-05-28 06:41:35 +00:00
|
|
|
tags: webcam,iot
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/mobile.html"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "webcams and ip cameras server for windows"
|
|
|
|
part: body
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "Please provide a valid username/password to access this server."
|
|
|
|
part: body
|
2021-09-05 21:13:45 +00:00
|
|
|
negative: true
|