Skip to content

3G Wireless Gateway Detection

ID: 3g-wireless-gateway

Severity: info

Author: pussycat0x

Tags: panel,router,edb

A 3G wireless gateway was detected.

id: 3g-wireless-gateway
info:
name: 3G Wireless Gateway Detection
author: pussycat0x
severity: info
description: A 3G wireless gateway was detected.
reference:
- https://www.exploit-db.com/ghdb/7050
classification:
cwe-id: CWE-200
metadata:
max-request: 1
tags: panel,router,edb
http:
- method: GET
path:
- "{{BaseURL}}/htmlcode/html/indexdefault.asp"
matchers-condition: and
matchers:
- type: word
words:
- "g_i3gState"
- "g_sysinfo_sim_state"
- "g_iUID"
condition: and
- type: status
status:
- 200
# digest: 4a0a0047304502203b5ed94fb7d70eeab9e2d511426e079260cdab38da8f05ee7a0af619708ac5ae022100ba1296b46a40b9e1c97483e730d698e26e6d0e4f01ebbefa3db45fd1cceec42c:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/3g-wireless-gateway.yaml"

View on Github