38 lines
1.0 KiB
YAML
38 lines
1.0 KiB
YAML
id: iptime-router
|
|
|
|
info:
|
|
name: ipTIME Router Login Panel - Detect
|
|
author: gy741
|
|
severity: info
|
|
description: ipTIME router login panel was detected.
|
|
reference:
|
|
- http://pierrekim.github.io/blog/2015-07-01-poc-with-RCE-against-127-iptime-router-models.html
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: panel,login,iptime,router
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/sess-bin/login_session.cgi'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- <TITLE>ipTIME ([A-Z0-9_-]+)<\/TITLE>
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- <TITLE>ipTIME ([A-Z0-9_-]+)<\/TITLE>
|
|
# digest: 4a0a00473045022100b2beb8c8b06e9c82a235e1b99e3f957ba21f3f2caf09381a9113cf1f1b1260080220534f01513d4418334cf512c8f7ea0a1619e264fc9f4c12668e2a2c148a4f0302:922c64590222798bb761d5b6d8e72950 |