Merge pull request #1081 from DhiyaneshGeek/master
Miniweb Start Page,Tuxedo Connected Controller, Panasonic Network Camera Management Systempatch-1
commit
89c8a9ae87
|
@ -0,0 +1,22 @@
|
|||
id: mini-start-page
|
||||
|
||||
info:
|
||||
name: Miniweb Start Page
|
||||
author: dhiyaneshDk
|
||||
severity: info
|
||||
reference: https://www.exploit-db.com/ghdb/6500
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/start.html"
|
||||
- "{{BaseURL}}/www/start.html"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>Miniweb Start Page</title>'
|
||||
part: body
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -0,0 +1,21 @@
|
|||
id: tuxedo-connected-controller
|
||||
|
||||
info:
|
||||
name: Tuxedo Connected Controller
|
||||
author: dhiyaneshDk
|
||||
severity: info
|
||||
reference: https://www.exploit-db.com/ghdb/6486
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/login.html"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<title>Tuxedo Connected Controller</title>'
|
||||
part: body
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -0,0 +1,21 @@
|
|||
id: panasonic-network-management
|
||||
|
||||
info:
|
||||
name: Panasonic Network Camera Management System
|
||||
author: dhiyaneshDk
|
||||
severity: medium
|
||||
reference: https://www.exploit-db.com/ghdb/6487
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/config/cam_portal.cgi"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<TITLE>Panasonic Network Camera Management System</TITLE>'
|
||||
part: body
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue