nuclei-templates/exposed-panels/iptime-router.yaml

39 lines
860 B
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
cvss-score: 0.0
cwe-id: CWE-200
tags: panel,login,iptime,router
requests:
- 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>
# Enhanced by md on 2022/11/21