nuclei-templates/exposed-panels/hitron-technologies.yaml

26 lines
489 B
YAML
Raw Normal View History

2021-08-26 08:19:33 +00:00
id: hitron-technologies-detect
2021-08-26 08:19:33 +00:00
info:
name: Hitron Technologies
author: pussycat0x
severity: info
reference: https://www.exploit-db.com/ghdb/7062
tags: router,panel
2021-08-26 08:19:33 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/login.html"
2021-08-26 08:19:33 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-08-27 06:13:43 +00:00
- "hitron"
2021-08-26 08:19:33 +00:00
- "$.hitron.languages.lang_init();"
condition: and
2021-08-26 08:19:33 +00:00
- type: status
status:
- 200