Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

3G Wireless Gateway Detection

By kannthu

Informative
Vidoc logoVidoc Module
#panel#router#edb
Description

What is the "3G Wireless Gateway Detection?"

The "3G Wireless Gateway Detection" module is designed to detect the presence of a 3G wireless gateway. It targets a specific software and checks for the presence of certain variables and a specific status code in the response. The severity of this module is informative.

Impact

This module does not have any direct impact on the target system. It is used to gather information about the presence of a 3G wireless gateway, which can be useful for further analysis and security assessments.

How the module works?

The "3G Wireless Gateway Detection" module works by sending an HTTP GET request to the target system's "/htmlcode/html/indexdefault.asp" endpoint. It then checks the response for the presence of specific variables, namely "g_i3gState", "g_sysinfo_sim_state", and "g_iUID". Additionally, it verifies that the response status code is 200.

By matching these conditions, the module determines whether a 3G wireless gateway is present on the target system.

Here is an example of the HTTP request sent by the module:

GET /htmlcode/html/indexdefault.asp

The module uses the following matching conditions:

- The response must contain all of the specified variables: "g_i3gState", "g_sysinfo_sim_state", and "g_iUID". - The response status code must be 200.

If both conditions are met, the module reports the presence of a 3G wireless gateway.

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/htmlcode/html/index...
Matching conditions
word: g_i3gState, g_sysinfo_sim_state, g_iUIDand
status: 200
Passive global matcher
No matching conditions.
On match action
Report vulnerability