nuclei-templates/exposed-panels/3g-wireless-gateway.yaml

26 lines
516 B
YAML
Raw Normal View History

2021-08-26 08:19:33 +00:00
id: 3g-wireless-gateway
info:
name: 3G wireless gateway
author: pussycat0x
severity: info
reference: https://www.exploit-db.com/ghdb/7050
2021-08-27 05:46:03 +00:00
tags: panel,router
2021-08-26 08:19:33 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/htmlcode/html/indexdefault.asp"
2021-08-26 08:19:33 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "g_i3gState"
2021-08-27 05:45:23 +00:00
- "g_sysinfo_sim_state"
- "g_iUID"
condition: and
2021-08-26 08:19:33 +00:00
- type: status
status:
- 200